added NEED in local/slater_tc

This commit is contained in:
eginer 2024-05-01 19:00:02 +02:00
parent 22e3e63866
commit 40ea886cf1
3 changed files with 15 additions and 1 deletions

2
external/irpf90 vendored

@ -1 +1 @@
Subproject commit beac615343f421bd6c0571a408ba389a6d5a32ac
Subproject commit 4ab1b175fc7ed0d96c1912f13dc53579b24157a6

View File

@ -0,0 +1,7 @@
determinants
normal_order_old
bi_ort_ints
bi_ortho_mos
tc_keywords
non_hermit_dav
dav_general_mat

View File

@ -0,0 +1,7 @@
program slater_tc
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end