ppap4lmp  0.7.2
py_sta_molecules.h
Go to the documentation of this file.
1 
8 #ifndef PYBIND_STA_MOLECULES_H
9 #define PYBIND_STA_MOLECULES_H
10 
11 #include <starters/sta_molecules.h>
13 
15 namespace pybind
16 {
69  void py_sta_molecules(py::module &m);
70 }
71 
72 #endif
Namespace for functions to bind C++ classes to Python.
void py_sta_molecules(py::module &m)
Bind StaMolecules class to Python.
This file is for binding Starter class to Python.
This file has a definition of StaMolecules class, which is a subclass of Starter class.