13 .def(py::init<const ElPtr &,const ElPtr &>())
14 .def(py::init<
const Vec<std::pair<ElPtr,ElPtr>> &>())
21 "get_distance2_array",
ArrayXXd get_distance_array()
Get computed distances between two atoms in each molecule as a two-dimensional array: each row corres...
const ArrayXXd & get_distance2_array()
Get computed squared distances between two atoms in each molecule as a two-dimensional array: each ro...
void py_pro_distance_in_molecule(py::module &m)
Bind ProDistanceInMolecule class to Python.
This file is for binding ProDistanceInMolecule class to Python.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
Processor analyzes data contained in one or more Generator objects.
void set_moltype(int target_moltype_)
Specify a molecular type. Only molecules whose type property is the specified type are analyzed...
void set_indices(int index1_in_mol_, int index2_in_mol_)
Specify two atoms in a molecule by zero-based index. Distance between the two atoms is computed for e...
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.