The utils module¶
This module contains some utility functions/classes that are directly written in Python. Every object
described here is contained in the same module and can be accessed as baggianalysis.utils.object
.
Print the bondfile relative to the given system. |
|
Print the topology for the given system. |
-
baggianalysis.utils.
print_bondfile
(filename, system, shift_indexes=False)¶ Print the bondfile relative to the given system. The bondfile will contain 2N lines, where N is the number of particles.
- Parameters
-
baggianalysis.utils.
print_detailed_polymer_topology
(filename, system, shift_indexes=False)¶ Print the topology for the given system. The bondfile will contain 2N + 1 lines, where N is the number of particles.
- Parameters