Skip to content

Commit

Permalink
In MoleculeSpec replace formal_charge with charge_scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Apr 11, 2024
1 parent b30b9e7 commit b9eb651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/classical_md/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MoleculeSpec(MSONable):

name: str
count: int
formal_charge: int
charge_scaling: float
charge_method: str
openff_mol: str # a tk.Molecule object serialized with to_json

Expand Down

0 comments on commit b9eb651

Please sign in to comment.