diff --git a/_modules/cp2kdata/cube/cube.html b/_modules/cp2kdata/cube/cube.html index 9e7f241..9358629 100644 --- a/_modules/cp2kdata/cube/cube.html +++ b/_modules/cp2kdata/cube/cube.html @@ -712,6 +712,7 @@

Source code for cp2kdata.cube.cube

 
         return new_cube
+ # methods begin with _ are private methods @staticmethod def _parse_gs_matrix(fname: str) -> npt.NDArray[np.float64]: content_list = file_content(fname, (3, 6))