First draft of a python wrapper for gromacs library
This commit is contained in:
14
pygmx/utility.pxd
Normal file
14
pygmx/utility.pxd
Normal file
@ -0,0 +1,14 @@
|
||||
# C-API in gromacs/utility
|
||||
|
||||
#cdef extern from "inttypes.h":
|
||||
ctypedef int __int64
|
||||
|
||||
cdef extern from "gromacs/utility/basedefinitions.h":
|
||||
ctypedef int gmx_bool
|
||||
ctypedef __int64 gmx_int64_t
|
||||
|
||||
cdef extern from "gromacs/utility/real.h":
|
||||
ctypedef double real
|
||||
|
||||
cdef extern from "gromacs/utility/futil.h":
|
||||
ctypedef gmx_int64_t gmx_off_t
|
Reference in New Issue
Block a user