This contains per-particle information. More...
#include <mol_sys.hpp>
Public Attributes | |
| int | type = 0 |
| int | molID = 0 |
| int | atomID = 0 |
| T | x = 0 |
| type ID, molID, atomID | |
| T | y = 0 |
| T | z = 0 |
| std::vector< Result > | c_ij |
| coordinates | |
| atom_state_type | iceType |
| Results (contains bond correlation type). | |
| bool | inSlice = true |
| Type of ice/water etc based on cij. | |
This contains per-particle information.
Specifically
Definition at line 152 of file mol_sys.hpp.