Class: PolymerPotential

Potential used for polymers molecules.

URI: https://CCPBioSim.ac.uk/biosim-schema/PolymerPotential

         classDiagram
    class PolymerPotential
    click PolymerPotential href "../../classes/PolymerPotential/"
      PolymerPotential : modified
        
      PolymerPotential : polymer_potential_name
        
          
    
        
        
        PolymerPotential --> "0..1" PolymerPotentialName : polymer_potential_name
        click PolymerPotentialName href "../../enums/PolymerPotentialName/"
    

        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

polymer_potential_name

0..1
PolymerPotentialName

Force field used to describe polymers (excluding proteins and nucleic acids)

direct

modified

0..1
boolean

Has the initial model been modified from the original?

direct

Usages

used by

used in

type

used

PotentialMetadata

polymer_potential

range

PolymerPotential

Identifier and Mapping Information

Schema Source

  • from schema: https://CCPBioSim.ac.uk/biosim-schema/

Mappings

Mapping Type

Mapped Value

self

https://CCPBioSim.ac.uk/biosim-schema/PolymerPotential

native

https://CCPBioSim.ac.uk/biosim-schema/PolymerPotential

LinkML Source

Direct

name: PolymerPotential
description: Potential used for polymers molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- polymer_potential_name
- modified

Induced

name: PolymerPotential
description: Potential used for polymers molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  polymer_potential_name:
    name: polymer_potential_name
    description: Force field used to describe polymers (excluding proteins and nucleic
      acids).
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: PolymerPotential
    domain_of:
    - PolymerPotential
    range: PolymerPotentialName
  modified:
    name: modified
    description: Has the initial model been modified from the original?
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: PolymerPotential
    domain_of:
    - MoleculeID
    - WaterPotential
    - ProteinPotential
    - LipidPotential
    - NucleicPotential
    - CarbohydratePotential
    - PolymerPotential
    - GeneralPotential
    - MachineLearnedPotential
    range: boolean