Skip to content

Commit

Permalink
fix docstring indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marjanalbooyeh committed Oct 2, 2023
1 parent 7db70f5 commit 265e633
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hoomd_organics/base/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ class Molecule:
----------
num_mols : int, required
Number of molecules to generate.
force_field : hoomd_organics.ForceField or a list of
`hoomd.md.force.Force` objects, default=None
The force field to be applied to the molecule for parameterization.
Note that setting `force_field` does not actually apply the
forcefield to the molecule. The forcefield in this step is mainly
used for validation purposes.
force_field : hoomd_organics.ForceField or a list of
`hoomd.md.force.Force` objects, default=None
The force field to be applied to the molecule for parameterization.
Note that setting `force_field` does not actually apply the
forcefield to the molecule. The forcefield in this step is mainly
used for validation purposes.
smiles : str, default None
The smiles string of the molecule to generate.
file : str, default None
Expand Down

0 comments on commit 265e633

Please sign in to comment.