-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
WrightSim/WrightSim/hamiltonian/default.py
Lines 270 to 274 in 8c23c24
| // Define magnetic dipoles | |
| //TODO: don't assume one, generalize | |
| pycuda::complex<double> mu_ag = 1.;//ham.mu[0]; | |
| pycuda::complex<double> mu_2aa = 1.;//ham.mu[1]; | |
Much like #23, this was a shortcut made because some values were not transferring properly. I believe the underlying problem is fixed, but never went back to test.
Reactions are currently unavailable