mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-04-19 07:00:10 +02:00
Merge pull request #24 from fmgjcoppens/sherman-morrison-woodbury
Integration of Sherman-Morrison-Woodbury kernels into QMCkl
This commit is contained in:
commit
da635bb2dc
1020
org/qmckl_sherman_morrison_woodbury.org
Normal file
1020
org/qmckl_sherman_morrison_woodbury.org
Normal file
File diff suppressed because one or more lines are too long
@ -7,6 +7,7 @@ qmckl_nucleus.org
|
||||
qmckl_electron.org
|
||||
qmckl_ao.org
|
||||
qmckl_jastrow.org
|
||||
qmckl_sherman_morrison_woodbury.org
|
||||
qmckl_distance.org
|
||||
qmckl_utils.org
|
||||
qmckl_tests.org
|
||||
|
@ -42,6 +42,8 @@ f_of_c_d = { '' : ''
|
||||
, 'qmckl_exit_code' : 'integer (c_int32_t)'
|
||||
, 'int32_t' : 'integer (c_int32_t)'
|
||||
, 'int64_t' : 'integer (c_int64_t)'
|
||||
, 'uint32_t' : 'integer (c_int32_t)'
|
||||
, 'uint64_t' : 'integer (c_int64_t)'
|
||||
, 'float' : 'real (c_float )'
|
||||
, 'double' : 'real (c_double )'
|
||||
, 'char' : 'character'
|
||||
@ -55,6 +57,8 @@ ctypeid_d = { '' : ''
|
||||
, 'qmckl_exit_code' : 'integer(c_int32_t)'
|
||||
, 'integer' : 'integer(c_int32_t)'
|
||||
, 'integer*8' : 'integer(c_int64_t)'
|
||||
, 'integer' : 'integer(c_uint32_t)'
|
||||
, 'integer*8' : 'integer(c_uint64_t)'
|
||||
, 'real' : 'real(c_float)'
|
||||
, 'real*8' : 'real(c_double)'
|
||||
, 'character' : 'character(c_char)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user