9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-26 14:32:05 +02:00
qp2/src/tc_scf/minimize_tc_angles.irp.f

14 lines
341 B
Fortran
Raw Normal View History

program print_angles
implicit none
2023-02-07 16:45:10 +01:00
BEGIN_DOC
! program that minimizes the angle between left- and right-orbitals when degeneracies are found in the TC-Fock matrix
END_DOC
my_grid_becke = .True.
my_n_pt_r_grid = 30
my_n_pt_a_grid = 50
touch my_n_pt_r_grid my_n_pt_a_grid
! call sort_by_tc_fock
call minimize_tc_orb_angles
end