Replacing arbitrary LAMMPS version with TBD in numpy_wrapper.py

This commit is contained in:
Evangelos Voyiatzis
2023-01-26 16:50:05 +02:00
committed by GitHub
parent 14e9bb0033
commit 07566abc8f

View File

@ -284,7 +284,7 @@ class numpy_wrapper:
It behaves the same as the original method, but returns a NumPy array instead It behaves the same as the original method, but returns a NumPy array instead
of a ``ctypes`` list. of a ``ctypes`` list.
.. versionadded:: 28Jan2023 .. versionadded:: TBD
:return: the requested data as a 2d-integer numpy array :return: the requested data as a 2d-integer numpy array
:rtype: numpy.array(nangles,4) :rtype: numpy.array(nangles,4)
@ -302,7 +302,7 @@ class numpy_wrapper:
It behaves the same as the original method, but returns a NumPy array instead It behaves the same as the original method, but returns a NumPy array instead
of a ``ctypes`` list. of a ``ctypes`` list.
.. versionadded:: 28Jan2023 .. versionadded:: TBD
:return: the requested data as a 2d-integer numpy array :return: the requested data as a 2d-integer numpy array
:rtype: numpy.array(ndihedrals,5) :rtype: numpy.array(ndihedrals,5)
@ -320,7 +320,7 @@ class numpy_wrapper:
It behaves the same as the original method, but returns a NumPy array instead It behaves the same as the original method, but returns a NumPy array instead
of a ``ctypes`` list. of a ``ctypes`` list.
.. versionadded:: 28Jan2023 .. versionadded:: TBD
:return: the requested data as a 2d-integer numpy array :return: the requested data as a 2d-integer numpy array
:rtype: numpy.array(nimpropers,5) :rtype: numpy.array(nimpropers,5)