---
search:
boost: 5.0
---
# Slot: long_range_interaction_method
_Method used to describe long-range interactions between particles._
URI: [https://CCPBioSim.ac.uk/biosim-schema/long_range_interaction_method](https://CCPBioSim.ac.uk/biosim-schema/long_range_interaction_method)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Interactions](../classes/Interactions.md) | Settings used to define particle interactions | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [LongRangeInteractionMethod](../enums/LongRangeInteractionMethod.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/long_range_interaction_method |
| native | https://CCPBioSim.ac.uk/biosim-schema/long_range_interaction_method |
## LinkML Source
```yaml
name: long_range_interaction_method
description: Method used to describe long-range interactions between particles.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Interactions
range: LongRangeInteractionMethod
```