Marcus Takvam Lexander
Marcus Takvam Lexander
Update: Naively uncommenting in the generation script does not work. This gives a bunch of compilation errors where functions are called with the wrong number of arguments. It does however...
Update 2: So after comparing the gen-code.cl scripts from libcint and qcint, I noticed that in libcint the call of the macro looks like ```lisp "ALL_CINT_FORTRAN_(~a)~%" ``` while in qcint...
Created a pull request (#15) with a possible fix.
@davidsousarj We figured out that there is a bit for documentation for it in the [cint.h.in](https://github.com/sunqm/libcint/blob/master/include/cint.h.in) file. The first 20 numbers of env are reserved for global variables which are...