Class: GeneralPotential

Potential used for molecules.

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

         classDiagram
    class GeneralPotential
    click GeneralPotential href "../../classes/GeneralPotential/"
      GeneralPotential : general_potential_name
        
          
    
        
        
        GeneralPotential --> "0..1" GeneralPotentialName : general_potential_name
        click GeneralPotentialName href "../../enums/GeneralPotentialName/"
    

        
      GeneralPotential : modified
        
      
    

Slots

Name

Cardinality and Range

Description

Inheritance

general_potential_name

0..1
GeneralPotentialName

Force field used to describe molecules

direct

modified

0..1
boolean

Has the initial model been modified from the original?

direct

Usages

used by

used in

type

used

PotentialMetadata

general_potential

range

GeneralPotential

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/GeneralPotential

native

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

LinkML Source

Direct

name: GeneralPotential
description: Potential used for molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
slots:
- general_potential_name
- modified

Induced

name: GeneralPotential
description: Potential used for molecules.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
attributes:
  general_potential_name:
    name: general_potential_name
    description: Force field used to describe molecules.
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: GeneralPotential
    domain_of:
    - GeneralPotential
    range: GeneralPotentialName
  modified:
    name: modified
    description: Has the initial model been modified from the original?
    from_schema: https://CCPBioSim.ac.uk/biosim-schema/
    rank: 1000
    owner: GeneralPotential
    domain_of:
    - MoleculeID
    - WaterPotential
    - ProteinPotential
    - LipidPotential
    - NucleicPotential
    - CarbohydratePotential
    - PolymerPotential
    - GeneralPotential
    - MachineLearnedPotential
    range: boolean