Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
gadamc committed Mar 21, 2023
1 parent b6cafc4 commit 232138b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/nvmodels/hamiltonians/nvnegative.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ def zero_field_splitting(self):

def zero_field_hamiltonian_ms0(self):
"""
Returns the zero field Hamiltonian term as shown in sources such as
Abobeih thesis and Laucht 'Coherent control of NV- centers in diamond
in a quantum teaching lab', and probably many other sources
Returns the zero field Hamiltonian term with zero energy ground state
D * S_z**2
Expand Down Expand Up @@ -150,7 +148,7 @@ def nitrogen_electric_quadrupole_hamiltonian(self):
"""
if self.isotope == 15:
h = 0 # is this right?
h = 0 # is this right?
else:
#there must be a function in qutip,numpy or scipy for this?
I_squared = qt.spin_Jx(self.nitrogen_spin)**2
Expand Down

0 comments on commit 232138b

Please sign in to comment.