---
search:
boost: 5.0
---
# Slot: restraints
_Are any positional restraints applied to molecule dynamics? (Restraints usually use harmonic potentials to keep a value near a target)._
URI: [https://CCPBioSim.ac.uk/biosim-schema/restraints](https://CCPBioSim.ac.uk/biosim-schema/restraints)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Interactions](../classes/Interactions.md) | Settings used to define particle interactions | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [boolean](../types/boolean.md) |
| Domain Of | [Interactions](../classes/Interactions.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/restraints |
| native | https://CCPBioSim.ac.uk/biosim-schema/restraints |
## LinkML Source
```yaml
name: restraints
description: Are any positional restraints applied to molecule dynamics? (Restraints
usually use harmonic potentials to keep a value near a target).
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Interactions
range: boolean
```