We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565b826 commit d2e7b63Copy full SHA for d2e7b63
1 file changed
src/radicalpy/relaxation.py
@@ -40,6 +40,9 @@ def __init__(self, sim: LiouvilleSimulation, rate_constant: float):
40
41
42
class TripletTripletRelaxation(RelaxationBaseAll):
43
+ # restrict to
44
+ # init_state=rpsim.State.TRIPLET_ZERO,
45
+ # obs_state=rpsim.State.TRIPLET_ZERO,
46
def __init__(self, sim: LiouvilleSimulation, rate_constant: float):
47
super().__init__(sim, rate_constant)
48
term0 = np.kron(self.QT0, self.QT0)
0 commit comments