![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | target_init_groundstate (mesh, namespace, space, tg, td, restart, kpoints) |
subroutine, public | target_output_groundstate (tg, namespace, space, gr, dir, ions, hm, outp) |
real(real64) function, public | target_j1_groundstate (tg, gr, psi) |
subroutine, public | target_chi_groundstate (tg, gr, psi_in, chi_out) |
subroutine, public target_ground_state_oct_m::target_init_groundstate | ( | class(mesh_t), intent(in) | mesh, |
type(namespace_t), intent(in) | namespace, | ||
class(space_t), intent(in) | space, | ||
type(target_t), intent(inout) | tg, | ||
type(td_t), intent(in) | td, | ||
type(restart_t), intent(in) | restart, | ||
type(kpoints_t), intent(in) | kpoints | ||
) |
Definition at line 152 of file target_groundstate.F90.
subroutine, public target_ground_state_oct_m::target_output_groundstate | ( | type(target_t), intent(in) | tg, |
type(namespace_t), intent(in) | namespace, | ||
class(space_t), intent(in) | space, | ||
type(grid_t), intent(in) | gr, | ||
character(len=*), intent(in) | dir, | ||
type(ions_t), intent(in) | ions, | ||
type(hamiltonian_elec_t), intent(in) | hm, | ||
type(output_t), intent(in) | outp | ||
) |
Definition at line 182 of file target_groundstate.F90.
real(real64) function, public target_ground_state_oct_m::target_j1_groundstate | ( | type(target_t), intent(in) | tg, |
type(grid_t), intent(in) | gr, | ||
type(states_elec_t), intent(in) | psi | ||
) |
Definition at line 204 of file target_groundstate.F90.
subroutine, public target_ground_state_oct_m::target_chi_groundstate | ( | type(target_t), intent(in) | tg, |
type(grid_t), intent(in) | gr, | ||
type(states_elec_t), intent(in) | psi_in, | ||
type(states_elec_t), intent(inout) | chi_out | ||
) |
Definition at line 238 of file target_groundstate.F90.