This file is for binding AddSpecialBonds class to Python.
ShPtr< Element > ElPtr
An alias for a shared pointer of Element class.
Updater is an abstract class to update data held by an Element object.
Adder adds new properties to a non-empty Element object.
std::vector< T > Vec
Vec is an alias for vector (same as list in Python).
void py_add_special_bonds(py::module &m)
Bind AddSpecialBonds class to Python.
std::shared_ptr< T > ShPtr
ShPtr is an alias for shared pointer.
std::unordered_map< T, U > Map
Map is an alias for unordered map (same as dict in Python).