TREX-CoE / qmckl

Quantum Monte Carlo Kernel Library

Home Page:http://trex-coe.github.io/qmckl/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safe functions

scemama opened this issue · comments

Required for Python interface

Just to clarify:
SWIG can generate nice Python-adapated wrappers for functions that contain the following pattern in their argument list:
type * arr, int64_t DIM where DIM specifies the size of the arr. This is particularly handy when coupled to NumPy arrays.

In the currently generated qmckl.h file, the additional argument int64_t DIM is missing.