fast_forward.universe_handler module¶
- class fast_forward.universe_handler.Residue(resname, resid)[source]¶
Bases:
objectHelper class for a residue.
- class fast_forward.universe_handler.ResidueIter[source]¶
Bases:
objectHelper class mimicking to iterate over the residues of an mdanlaysis universe.
- class fast_forward.universe_handler.UniverseHandler(mol_names, *args, **kwargs)[source]¶
Bases:
UniverseWrapper around mda.Universe which allows for some smart selections and exposes some useful properties.
- generate_molecule_graphs()[source]¶
Generate molecular graphs from the topology information. The molecular graphs contain the elements, bond order, and if the molecule is aromatic or charged.
- property molecule_graphs¶
- property n_atoms¶
- property n_residues¶
- property resids¶