Skip to content

Commit

Permalink
Added description of force constant units to be supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed May 9, 2022
1 parent 4d69a20 commit b09631c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/alm/fcsxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def set_force_constants(self, fc_values, fc_indices):
----------
fc_values: array_like, dtype='float', shape=(num_fc)
Array of force constant values to write in an alamode XML file.
The unit of fc_values should be Rydberg/bohr**fc_order.
fc_indices: array_like, dtype='int', shape=(num_fc, fc_order + 1)
Array of flattened indices 3 * index_atom + index_xyz of the
Expand Down

0 comments on commit b09631c

Please sign in to comment.