Skip to content

Commit

Permalink
small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekwan committed Aug 1, 2020
1 parent ba2c89e commit 0b7a8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipe_03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ Generating Non-Ground States
import cctk.quasiclassical as qc

# returns a new Molecule object and the energy above the ground state, sampled from the relevant Boltzmann distribution
perturbed_molecule, energy = qc.get_quasiclassical_perturbation(molecule, temp=350)
perturbed_molecule, energy = qc.get_quasiclassical_perturbation(molecule, temperature=350)


0 comments on commit 0b7a8cb

Please sign in to comment.