Skip to content

Variable numbers of atoms between frames #89

@hmacdope

Description

@hmacdope

In theory TNG files can have variable numbers of atoms between frames eg from a grand canonical simulation. This is indicated by a flag in the TNG file

typedef enum
{
    TNG_CONSTANT_N_ATOMS,
    TNG_VARIABLE_N_ATOMS
} tng_variable_n_atoms_flag;

While this is not supported upstream by MDA, we should look into whether introducing this is worth it for completeness sake.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions