8 #ifndef PYBIND_ADD_BOND_ANGLE_H 9 #define PYBIND_ADD_BOND_ANGLE_H Namespace for functions to bind C++ classes to Python.
This file is for binding Adder class to Python.
void py_add_bond_angle(py::module &m)
Bind AddBondAngle class to Python.
This file has a definition of AddBondAngle class, which is a subclass of Adder class.