| 102 | } |
| 103 | |
| 104 | void ACSF::create( |
| 105 | py::array_t<double> out, |
| 106 | py::array_t<double> positions, |
| 107 | py::array_t<int> atomic_numbers, |
| 108 | py::array_t<double> centers, |
| 109 | CellList cell_list |
| 110 | ) |
| 111 | { |
| 112 | } |
| 113 | |
| 114 | void ACSF::create( |
| 115 | py::array_t<double> out, |