Skip to content

Commit

Permalink
Revert back to self.coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
lmantill committed Feb 7, 2024
1 parent 1cc814c commit 7b68343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicalpy/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def dipolar_hamiltonian_3d(self, dipolar_tensor: np.ndarray) -> np.ndarray:
(
-self.radicals[0].gamma_mT
* self.product_operator_3d(ei, ne + ni, dipolar_tensor)
for ni, ei in enumerate(self.radicals)
for ni, ei in enumerate(self.coupling)
)
)

Expand Down

0 comments on commit 7b68343

Please sign in to comment.