9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 06:22:04 +02:00

Added psi_csf_coef

This commit is contained in:
Anthony Scemama 2021-12-03 14:49:17 +01:00
parent 82d1ca035e
commit bd6ccc6b92

View File

@ -1,3 +1,12 @@
BEGIN_PROVIDER [ double precision, psi_csf_coef, (N_csf, N_states) ]
implicit none
BEGIN_DOC
! Wafe function in CSF basis
END_DOC
call convertWFfromDETtoCSF(N_states,psi_coef, psi_csf_coef)
END_PROVIDER
subroutine convertWFfromDETtoCSF(N_st,psi_coef_det_in, psi_coef_cfg_out)
use cfunctions
use bitmasks