BioSimSpace.Parameters.openff_1_2_0

BioSimSpace.Parameters.openff_1_2_0(molecule, work_dir=None, property_map={})

Parameterise a molecule using the named force field from the Open Force Field initiative.

Parameters
  • molecule (Molecule, str) – The molecule to parameterise, either as a Molecule object or SMILES string.

  • forcefield (str) – The force field. Run BioSimSpace.Parameters.forceFields() to get a list of the supported force fields.

  • work_dir (str) – The working directory for the process.

  • property_map (dict) – A dictionary that maps system “properties” to their user defined values. This allows the user to refer to properties with their own naming scheme, e.g. { “charge” : “my-charge” }

Returns

molecule – The parameterised molecule.

Return type

Molecule