exatomic.algorithms.angles module
Two Body Properties Computations
- exatomic.algorithms.angles.compute_angles_out_of_core(hdfname, uni, bond=True)[source]
Given an HDF of atom two body properties, compute angles.
Atomic two body data is expected to have been computed (see
compute_atom_two_out_of_core()
)- Parameters:
Warning
If bond is set to False, this process may take a very long time.