entities.OXDNA
entities.OXDNA(
universe,
name='NewOXDNAObject',
world_scale=0.01,
create_object=True,
)A class to handle oxDNA trajectory data.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| universe | MDAnalysis.Universe |
The MDAnalysis Universe object containing the trajectory data | required |
| world_scale | float | Scaling factor for the world coordinates, by default 0.01 | 0.01 |
Attributes
| Name | Type | Description |
|---|---|---|
| _entity_type | EntityType |
Type of the molecular entity |
| _att_names | tuple | Names of the attributes to track |