First draft of a python wrapper for gromacs library
This commit is contained in:
7
pygmx/math.pxd
Normal file
7
pygmx/math.pxd
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
from utility cimport real
|
||||
|
||||
cdef extern from "gromacs/math/vectypes.h":
|
||||
ctypedef real rvec[3]
|
||||
ctypedef real matrix[3][3]
|
||||
ctypedef real tensor[3][3]
|
Reference in New Issue
Block a user