peleffy.forcefield.calculators.OPLSChargeCalculator¶
-
class
peleffy.forcefield.calculators.
OPLSChargeCalculator
(molecule)[source]¶ Implementation of the calculator of OPLS partial charges (using Schrodinger’s ffld_server)
-
__init__
(molecule)¶ It initiates a PartialChargeCalculator object.
- Parameters
molecule (a peleffy.topology.Molecule) – The partial charges of this Molecule object will be calculated
-
assign_partial_charges
(parameters)[source]¶ Given a parameter wrapper, it computes the partial charges and assigns them to it.
- Parameters
parameters (a peleffy.forcefield.parameters.BaseParameterWrapper object) – The parameter wrapper containing the parameters generated with the current force field and where the partial charges will be assigned
Attributes
molecule
The peleffy’s Molecule.
name
-