Skip to content

Commit

Permalink
better level printout
Browse files Browse the repository at this point in the history
  • Loading branch information
ekwan committed Jul 8, 2021
1 parent 79bb978 commit 3192d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cctk/quasiclassical.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def apply_vibration(molecule, mode, min_freq=50, temperature=298, verbose=False,
level = mode.choose_level(temperature)
energy = mode.energy(level)
shift = mode.random_displacement(level=level, method=which)
method = f"qc(n={level})"
method = f"qc level {level}"
elif which == "classical":
energy = random_boltzmann_energy(temperature)
shift = mode.random_displacement(energy=energy, method=which)
Expand Down

0 comments on commit 3192d4f

Please sign in to comment.