Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ekwan/cctk
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Jun 9, 2022
2 parents 3f9a04f + bddb02a commit 43feb19
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 43feb19

Please sign in to comment.