|
PROGRESS
master
|
Go to the source code of this file.
Modules | |
| module | prg_nonortho_mod |
| Module to prg_orthogonalize and prg_deorthogonalize any operator. | |
Functions/Subroutines | |
| subroutine, public | prg_nonortho_mod::prg_orthogonalize (A_bml, zmat_bml, orthoA_bml, threshold, bml_type, verbose) |
| This routine performs: \( A_{ortho} = Z^{\dagger} A Z \). More... | |
| subroutine, public | prg_nonortho_mod::prg_deorthogonalize (orthoA_bml, zmat_bml, a_bml, threshold, bml_type, verbose) |
| This routine performs: \( A = Z A_{ortho} Z^{\dagger} \). More... | |
Variables | |
| integer, parameter | prg_nonortho_mod::dp = kind(1.0d0) |