Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/molify/compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def compress(
atoms : ase.Atoms
The Atoms object to compress.
density : float
The target density in g/cm^3.
The target density in kg/m^3.
freeze_molecules : bool
If True, freeze the internal degrees of freedom of the molecules
during compression, to prevent bond compression.
Expand Down
Loading