Skip to content

Commit

Permalink
Update openff2Q.py
Browse files Browse the repository at this point in the history
updated to openff-2.1.0.offxml
  • Loading branch information
Yannickrvd authored Jul 4, 2023
1 parent 8e4ea8a commit edaeb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openff2Q.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, lig, FF, merge, *args, **kwargs):
self.total_charge = 0
self.molecule = Molecule.from_file(self.lig + '.sdf')
self.topology = Topology.from_molecules([self.molecule])
self.forcefield = ForceField('openff-2.0.0.offxml')
self.forcefield = ForceField('openff-2.1.0.offxml')
self.parameters = self.forcefield.label_molecules(self.topology)[0]
self.masses = {"H" : "1.0080",
"C" : "12.0110",
Expand Down

0 comments on commit edaeb09

Please sign in to comment.