openff.interchange.components.potentials.WrappedPotential

pydantic model openff.interchange.components.potentials.WrappedPotential[source]

Model storing other Potential model(s) inside inner data.

Config
  • arbitrary_types_allowed: bool = True

  • json_encoders: dict = {<class ‘openff.units.units.Quantity’>: <function custom_quantity_encoder at 0x7fdff3466f70>}

  • json_loads: function = <function json_loader at 0x7fdff3459280>

  • validate_assignment: bool = True

pydantic model InnerData[source]

The potentials being wrapped.

Config
  • arbitrary_types_allowed: bool = True

  • json_encoders: dict = {<class ‘openff.units.units.Quantity’>: <function custom_quantity_encoder at 0x7fdff3466f70>}

  • json_loads: function = <function json_loader at 0x7fdff3459280>

  • validate_assignment: bool = True

Fields
  • data (Dict[openff.interchange.components.potentials.Potential, float])

field data: Dict[openff.interchange.components.potentials.Potential, float] [Required]
property parameters

Get the parameters as represented by the stored potentials and coefficients.