mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 05:53:37 +01:00
Deactivated banned excitations
This commit is contained in:
parent
66baf49ca6
commit
b1806d517d
@ -1,4 +1,3 @@
|
||||
|
||||
BEGIN_PROVIDER [ double precision, mo_overlap,(mo_num,mo_num) ]
|
||||
implicit none
|
||||
BEGIN_DOC
|
||||
|
@ -296,6 +296,12 @@ end
|
||||
! If true, the excitation is banned in the selection. Useful with local MOs.
|
||||
END_DOC
|
||||
banned_excitation = .False.
|
||||
use_banned_excitation = .False.
|
||||
|
||||
! DEACTIVATED
|
||||
return
|
||||
! DEACTIVATED
|
||||
|
||||
integer :: i,j, icount
|
||||
integer(key_kind) :: idx
|
||||
double precision :: tmp
|
||||
|
Loading…
Reference in New Issue
Block a user