BioSimSpace.Parameters.ff99SBildn

BioSimSpace.Parameters.ff99SBildn(molecule, tolerance=1.2, max_distance=6.0000 A, water_model=None, leap_commands=None, bonds=None, work_dir=None, property_map={})

Parameterise a molecule using the named AMBER force field.

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

  • tolerance (float) – The tolerance used when searching for disulphide bonds. Atoms will be considered to be bonded if they are a distance of less than tolerance times the sum of the equilibrium bond radii apart.

  • max_distance (Length) – The maximum distance between atoms when searching for disulphide bonds.

  • water_model (str) – The water model used to parameterise any structural ions. Run ‘BioSimSpace.Solvent.waterModels()’ to see the supported water models. This is ignored if ions are not present.

  • leap_commands ([str]) – An optional list of extra commands for the LEaP program. These will be added after any default commands and can be used to, e.g., load additional parameter files. When this option is set, we can no longer fall back on GROMACS’s pdb2gmx.

  • bonds (((class:Atom, class:Atom))) – An optional tuple of atom pairs to specify additional atoms that should be bonded.

  • 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