The magnetic dipole is incorrectly defined in `cluster.cpp`. This line: https://github.com/parthenon-hpc-lab/athenapk/blob/bffa62a491cf03c68eb638123bb1aa94bcc51b44/src/pgen/cluster.cpp#L598 should rather be: ``` const Real m_cross_r_z = mx * y - my * x; ```
The magnetic dipole is incorrectly defined in
cluster.cpp. This line:athenapk/src/pgen/cluster.cpp
Line 598 in bffa62a
should rather be: