Go to the source code of this file.
Functions/Subroutines | |
| subroutine | vclcore (wfmt, vmat) |
| pure subroutine | crho1 (n, wf1, wf2, crho) |
| pure subroutine | crho2 (n, wf11, wf12, wf21, wf22, crho) |
| pure subroutine vclcore::crho1 | ( | integer, intent(in) | n, |
| complex(4), dimension(n), intent(in) | wf1, | ||
| complex(4), dimension(n), intent(in) | wf2, | ||
| complex(4), dimension(n), intent(out) | crho | ||
| ) |
Definition at line 94 of file vclcore.f90.
| pure subroutine vclcore::crho2 | ( | integer, intent(in) | n, |
| complex(4), dimension(n), intent(in) | wf11, | ||
| complex(4), dimension(n), intent(in) | wf12, | ||
| complex(4), dimension(n), intent(in) | wf21, | ||
| complex(4), dimension(n), intent(in) | wf22, | ||
| complex(4), dimension(n), intent(out) | crho | ||
| ) |
Definition at line 102 of file vclcore.f90.
| subroutine vclcore | ( | complex(4), dimension(npcmtmax,natmtot,nspinor,nstsv), intent(in) | wfmt, |
| complex(8), dimension(nstsv,nstsv), intent(inout) | vmat | ||
| ) |
Definition at line 7 of file vclcore.f90.