---
search:
boost: 5.0
---
# Slot: target_temperature_vector
_Target/reference temperature set to reach in the simulation, given as a list (e.g. 300, 300)._
URI: [https://CCPBioSim.ac.uk/biosim-schema/target_temperature_vector](https://CCPBioSim.ac.uk/biosim-schema/target_temperature_vector)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Thermostat](../classes/Thermostat.md) | Settings used for the simulation thermostat | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [VectorTemperatureQuantity](../classes/VectorTemperatureQuantity.md) |
| Domain Of | [Thermostat](../classes/Thermostat.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Annotations
| property | value |
| --- | --- |
| engine_mapping | [{'engine': 'gromacs', 'key': 'ref-t', 'unit': 'K'}] |
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/target_temperature_vector |
| native | https://CCPBioSim.ac.uk/biosim-schema/target_temperature_vector |
## LinkML Source
```yaml
name: target_temperature_vector
annotations:
engine_mapping:
tag: engine_mapping
value:
- engine: gromacs
key: ref-t
unit: K
description: Target/reference temperature set to reach in the simulation, given as
a list (e.g. 300, 300).
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Thermostat
range: VectorTemperatureQuantity
```