| 50 | } |
| 51 | |
| 52 | void SOAPGTO::create( |
| 53 | py::array_t<double> out, |
| 54 | py::array_t<double> positions, |
| 55 | py::array_t<int> atomic_numbers, |
| 56 | py::array_t<int> centers, |
| 57 | CellList cell_list |
| 58 | ) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | void SOAPGTO::create( |
| 63 | py::array_t<double> out, |
no test coverage detected