Go to the source code of this file.
Functions/Subroutines | |
| subroutine | oepvclk (ikp, vclcv, vclvv) |
| pure subroutine | crho1 (n, wf1, wf2, crho) |
| pure subroutine | crho2 (n, wf11, wf12, wf21, wf22, crho) |
| pure subroutine oepvclk::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 259 of file oepvclk.f90.
| pure subroutine oepvclk::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 267 of file oepvclk.f90.
| subroutine oepvclk | ( | integer, intent(in) | ikp, |
| complex(8), dimension(ncrmax,natmtot,nstsv), intent(out) | vclcv, | ||
| complex(8), dimension(nstsv,nstsv), intent(out) | vclvv | ||
| ) |
Definition at line 7 of file oepvclk.f90.