---
search:
boost: 5.0
---
# Slot: ensemble_type
_List of ensemble types used in the simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/ensemble_type](https://CCPBioSim.ac.uk/biosim-schema/ensemble_type)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Ensemble](../classes/Ensemble.md) | Simulation ensemble/thermodynamic properties | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [EnsembleType](../enums/EnsembleType.md) |
| Domain Of | [Ensemble](../classes/Ensemble.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## 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/ensemble_type |
| native | https://CCPBioSim.ac.uk/biosim-schema/ensemble_type |
## LinkML Source
```yaml
name: ensemble_type
description: List of ensemble types used in the simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Ensemble
range: EnsembleType
```