1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-13 16:55:35 +02:00

Added gitignore

This commit is contained in:
Anthony Scemama 2021-04-20 23:59:52 +02:00
parent 6d83abe736
commit 03c0abbf4e
2 changed files with 3 additions and 1 deletions

2
lib/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
libqmckl.so
libqmckl.a

View File

@ -97,8 +97,8 @@ typedef struct qmckl_context_struct {
qmckl_ao_basis_struct ao_basis;
/* To be implemented:
qmckl_nucleus_struct nucleus;
qmckl_electron_struct electron;
qmckl_nucleus_struct nucleus;
qmckl_mo_struct mo;
qmckl_determinant_struct det;
,*/