mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
Added a function to perform a single excitation on cfg and identify the type #143.
This commit is contained in:
parent
1a8dc02b5a
commit
210dfd3034
@ -191,8 +191,8 @@ subroutine do_single_excitation_cfg_with_type(key_in,key_out,i_hole,i_particle,e
|
|||||||
! Returns the type of excitation in ex_type
|
! Returns the type of excitation in ex_type
|
||||||
! where the following convention is used
|
! where the following convention is used
|
||||||
! 1 = (SOMO -> SOMO) 1 change in Nsomo
|
! 1 = (SOMO -> SOMO) 1 change in Nsomo
|
||||||
! 2 = (DOMO -> VMO) 1 change in Nsomo
|
! 2 = (DOMO -> VMO) 1 change in Nsomo
|
||||||
! 3 = (SOMO -> VMO) 0 change in Nsomo
|
! 3 = (SOMO -> VMO) 0 change in Nsomo
|
||||||
! 4 = (DOMO -> SOMO) 0 change in Nsomo
|
! 4 = (DOMO -> SOMO) 0 change in Nsomo
|
||||||
! If the excitation is possible, ok is True
|
! If the excitation is possible, ok is True
|
||||||
END_DOC
|
END_DOC
|
||||||
|
Loading…
Reference in New Issue
Block a user