Skip to content

Commit

Permalink
fixed typo in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
ekwan committed Jan 21, 2022
1 parent 1bc9ded commit bddb02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Now, we read these files. The molecules and their properties are stored in a
gaussian_file = cctk.GaussianFile.read_file(filename)
ensemble = gaussian_file.ensemble
molecule = ensemble.molecules[-1]
property_dict = ensemble.get_property_dict(molecule)
property_dict = ensemble.get_properties_dict(molecule)
conformational_ensemble.add_molecule(molecule,property_dict)

Because these are geometry optimization jobs, each ``GaussianFile``
Expand Down

0 comments on commit bddb02a

Please sign in to comment.