![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | target_init_exclude (mesh, namespace, space, tg, td, restart, kpoints) |
subroutine, public | target_end_exclude () |
subroutine, public | target_output_exclude (tg, namespace, space, gr, dir, ions, hm, outp) |
real(real64) function, public | target_j1_exclude (gr, tg, psi) |
subroutine, public | target_chi_exclude (tg, gr, psi_in, chi_out) |
subroutine, public target_exclude_oct_m::target_init_exclude | ( | 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(inout) | restart, | ||
type(kpoints_t), intent(in) | kpoints | ||
) |
Definition at line 156 of file target_exclude.F90.
subroutine, public target_exclude_oct_m::target_end_exclude |
Definition at line 194 of file target_exclude.F90.
subroutine, public target_exclude_oct_m::target_output_exclude | ( | 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 202 of file target_exclude.F90.
real(real64) function, public target_exclude_oct_m::target_j1_exclude | ( | type(grid_t), intent(in) | gr, |
type(target_t), intent(in) | tg, | ||
type(states_elec_t), intent(in) | psi | ||
) |
Definition at line 224 of file target_exclude.F90.
subroutine, public target_exclude_oct_m::target_chi_exclude | ( | 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 256 of file target_exclude.F90.