mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 03:23:29 +01:00
rotate lr angles separately
This commit is contained in:
parent
f985af0395
commit
6d49750412
@ -8,6 +8,10 @@ program print_angles
|
|||||||
my_n_pt_a_grid = 50
|
my_n_pt_a_grid = 50
|
||||||
touch my_n_pt_r_grid my_n_pt_a_grid
|
touch my_n_pt_r_grid my_n_pt_a_grid
|
||||||
! call sort_by_tc_fock
|
! call sort_by_tc_fock
|
||||||
|
|
||||||
|
! TODO
|
||||||
|
! check if rotations of orbitals affect the TC energy
|
||||||
|
! and refuse the step
|
||||||
call minimize_tc_orb_angles
|
call minimize_tc_orb_angles
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ program tc_scf
|
|||||||
stop
|
stop
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call minimize_tc_orb_angles()
|
!call minimize_tc_orb_angles()
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user