mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-04-24 09:14:56 +02:00
294 B
294 B
program kick_the_mos
!BEGIN_DOC
! To do a small rotation of the MOs
!END_DOC
implicit none
kick_in_mos = .True.
TOUCH kick_in_mos
call set_classes_loc
call apply_pre_rotation
call unset_classes_loc
end