BioSimSpace.Parameters.openff_unconstrained_1_1_0

BioSimSpace.Parameters.openff_unconstrained_1_1_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.

  • 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