9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 02:35:18 +02:00
qp2/src/mu_of_r/test_proj_op.irp.f

22 lines
504 B
Fortran
Raw Normal View History

2020-04-07 11:01:24 +02:00
program projected_operators
implicit none
BEGIN_DOC
! TODO
END_DOC
read_wf = .True.
touch read_wf
! You specify that you want to avoid any contribution from
! orbitals coming from core
no_core_density = .True.
touch no_core_density
2023-11-11 16:13:23 +01:00
mu_of_r_potential = "cas_full"
2020-04-07 11:01:24 +02:00
touch mu_of_r_potential
print*,'Using Valence Only functions'
! call test_f_HF_valence_ab
! call routine_full_mos
! call test_f_ii_valence_ab
call test_f_ia_valence_ab
call test_f_ii_ia_aa_valence_ab
end