Definition at line 172 of file rdmft.F90.
|
type(eigensolver_t) | eigens |
|
integer | max_iter |
| maximum number of scf iterations More...
|
|
integer | iter |
|
integer | nst |
| number of states More...
|
|
integer | n_twoint |
|
logical | do_basis |
|
logical | hf |
|
real(real64) | mu |
|
real(real64) | occsum |
|
real(real64) | qtot |
|
real(real64) | scale_f |
|
real(real64) | toler |
|
real(real64) | conv_ener |
|
real(real64) | maxfo |
|
real(real64) | tolerfo |
|
real(real64), dimension(:), allocatable | eone |
|
real(real64), dimension(:,:), allocatable | eone_int |
|
real(real64), dimension(:), allocatable | twoint |
|
real(real64), dimension(:,:), allocatable | hartree |
|
real(real64), dimension(:,:), allocatable | exchange |
|
real(real64), dimension(:), allocatable | evalues |
|
real(real64), dimension(:,:), allocatable | vecnat |
|
real(real64), dimension(:,:,:), allocatable | coul |
|
real(real64), dimension(:,:,:), allocatable | exch |
|
integer, dimension(:,:), allocatable | i_index |
|
integer, dimension(:,:), allocatable | j_index |
|
integer, dimension(:,:), allocatable | k_index |
|
integer, dimension(:,:), allocatable | l_index |
|
◆ eigens
◆ max_iter
integer rdmft_oct_m::rdm_t::max_iter |
|
private |
maximum number of scf iterations
Definition at line 175 of file rdmft.F90.
◆ iter
integer rdmft_oct_m::rdm_t::iter |
|
private |
◆ nst
integer rdmft_oct_m::rdm_t::nst |
|
private |
◆ n_twoint
integer rdmft_oct_m::rdm_t::n_twoint |
|
private |
◆ do_basis
logical rdmft_oct_m::rdm_t::do_basis |
|
private |
◆ hf
logical rdmft_oct_m::rdm_t::hf |
|
private |
◆ mu
real(real64) rdmft_oct_m::rdm_t::mu |
|
private |
◆ occsum
real(real64) rdmft_oct_m::rdm_t::occsum |
|
private |
◆ qtot
real(real64) rdmft_oct_m::rdm_t::qtot |
|
private |
◆ scale_f
real(real64) rdmft_oct_m::rdm_t::scale_f |
|
private |
◆ toler
real(real64) rdmft_oct_m::rdm_t::toler |
|
private |
◆ conv_ener
real(real64) rdmft_oct_m::rdm_t::conv_ener |
|
private |
◆ maxfo
real(real64) rdmft_oct_m::rdm_t::maxfo |
|
private |
◆ tolerfo
real(real64) rdmft_oct_m::rdm_t::tolerfo |
|
private |
◆ eone
real(real64), dimension(:), allocatable rdmft_oct_m::rdm_t::eone |
|
private |
◆ eone_int
real(real64), dimension(:,:), allocatable rdmft_oct_m::rdm_t::eone_int |
|
private |
◆ twoint
real(real64), dimension(:), allocatable rdmft_oct_m::rdm_t::twoint |
|
private |
◆ hartree
real(real64), dimension(:,:), allocatable rdmft_oct_m::rdm_t::hartree |
|
private |
◆ exchange
real(real64), dimension(:,:), allocatable rdmft_oct_m::rdm_t::exchange |
|
private |
◆ evalues
real(real64), dimension(:), allocatable rdmft_oct_m::rdm_t::evalues |
|
private |
◆ vecnat
real(real64), dimension(:,:), allocatable rdmft_oct_m::rdm_t::vecnat |
|
private |
◆ coul
real(real64), dimension(:,:,:), allocatable rdmft_oct_m::rdm_t::coul |
|
private |
◆ exch
real(real64), dimension(:,:,:), allocatable rdmft_oct_m::rdm_t::exch |
|
private |
◆ i_index
integer, dimension(:,:), allocatable rdmft_oct_m::rdm_t::i_index |
|
private |
◆ j_index
integer, dimension(:,:), allocatable rdmft_oct_m::rdm_t::j_index |
|
private |
◆ k_index
integer, dimension(:,:), allocatable rdmft_oct_m::rdm_t::k_index |
|
private |
◆ l_index
integer, dimension(:,:), allocatable rdmft_oct_m::rdm_t::l_index |
|
private |
The documentation for this type was generated from the following file: