---
search:
boost: 5.0
---
# Slot: number_of_minimisation_steps
_Number of integration steps performed during minimisation of the system, given as an integer._
URI: [https://CCPBioSim.ac.uk/biosim-schema/number_of_minimisation_steps](https://CCPBioSim.ac.uk/biosim-schema/number_of_minimisation_steps)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Minimisation](../classes/Minimisation.md) | Minimisation stage of simulation workflow | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [integer](../types/integer.md) |
| Domain Of | [Minimisation](../classes/Minimisation.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Annotations
| property | value |
| --- | --- |
| engine_mapping | [{'engine': 'amber', 'key': 'maxcyc'}, {'engine': 'gromacs', 'key': 'nsteps'}] |
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/number_of_minimisation_steps |
| native | https://CCPBioSim.ac.uk/biosim-schema/number_of_minimisation_steps |
## LinkML Source
```yaml
name: number_of_minimisation_steps
annotations:
engine_mapping:
tag: engine_mapping
value:
- engine: amber
key: maxcyc
- engine: gromacs
key: nsteps
description: Number of integration steps performed during minimisation of the system,
given as an integer.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Minimisation
range: integer
```