Skip to content

Commit

Permalink
More TP_SINGLET skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Jan 21, 2024
1 parent 083da89 commit d86c670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ def test_time_evolution(self):
H = self.sim.total_hamiltonian(PARAMS["B"][0], PARAMS["J"], PARAMS["D"])
Kexp = kinetics.Exponential(k)
for init_state in rp.simulation.State:
if init_state == rp.simulation.State.TP_SINGLET:
continue
for obs_state in rp.simulation.State:
if obs_state == rp.simulation.State.EQUILIBRIUM:
continue
Expand Down

0 comments on commit d86c670

Please sign in to comment.