Class: SimulationMethod
Simulation method used
- NOTE: this is an abstract class and should not be instantiated directly
classDiagram
class SimulationMethod
click SimulationMethod href "../SimulationMethod/"
CatCoreEntity <|-- SimulationMethod
click CatCoreEntity href "../CatCoreEntity/"
SimulationMethod <|-- DFT
click DFT href "../DFT/"
SimulationMethod <|-- MolecularDynamics
click MolecularDynamics href "../MolecularDynamics/"
SimulationMethod <|-- Microkinetics
click Microkinetics href "../Microkinetics/"
SimulationMethod <|-- MonteCarlo
click MonteCarlo href "../MonteCarlo/"
SimulationMethod : identifier
Inheritance
- CatCoreEntity
- SimulationMethod
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| identifier | 0..1 String |
Unique identifier for the entity | CatCoreEntity |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Simulation | simulation_method | range | SimulationMethod |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/catcore
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | catcore:SimulationMethod |
| native | catcore:SimulationMethod |
LinkML Source
Direct
name: SimulationMethod
description: Simulation method used
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
Induced
name: SimulationMethod
description: Simulation method used
from_schema: https://w3id.org/nfdi4cat/catcore
is_a: CatCoreEntity
abstract: true
attributes:
identifier:
name: identifier
description: Unique identifier for the entity
from_schema: https://w3id.org/nfdi4cat/catcore
rank: 1000
slot_uri: catcore:identifier
alias: identifier
owner: SimulationMethod
domain_of:
- CatCoreEntity
range: string