Skip to content

Commit

Permalink
Update kinetics_fad_semiclassical.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmantill committed Mar 18, 2024
1 parent d069ab6 commit 68549d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/kinetics_fad_semiclassical.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ def main():
time = np.arange(0, 10e-6, 10e-9)
Bs = np.arange(0, 40, 1)

flavin = Molecule.all_nuclei("flavin_anion")
adenine = Molecule.all_nuclei("adenine_cation")
flavin = Molecule.all_nuclei("fad")
adenine = Molecule.all_nuclei("fad")
sim = SemiclassicalSimulation([flavin, adenine])

num_samples = 400
num_samples = 40
results = semiclassical_kinetics_mary(
sim,
num_samples,
Expand Down

0 comments on commit 68549d7

Please sign in to comment.