10
1
mirror of https://github.com/pfloos/quack synced 2025-04-01 06:21:37 +02:00

Removed unused test

This commit is contained in:
Mauricio Rodriguez-Mayorga 2025-02-07 10:20:20 +01:00
parent 799d44324f
commit 539009a05b

View File

@ -360,8 +360,6 @@ subroutine HFB(dotest,maxSCF,thresh,max_diis,level_shift,nNuc,ZNuc,rNuc,ENuc,
if(dotest) then
call dump_test_value('R','HFB energy',EHFB)
call dump_test_value('R','HFB HOMO energy',eHF(nO))
call dump_test_value('R','HFB LUMO energy',eHF(nO+1))
call dump_test_value('R','HFB dipole moment',norm2(dipole))
end if