![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | target_init_userdefined (gr, namespace, tg, td) |
subroutine, public | target_output_userdefined (tg, namespace, space, gr, dir, ions, hm, outp) |
real(real64) function, public | target_j1_userdefined (tg, gr, psi) |
subroutine, public | target_chi_userdefined (tg, gr, psi_in, chi_out) |
subroutine, public target_userdefined_oct_m::target_init_userdefined | ( | type(grid_t), intent(in) | gr, |
type(namespace_t), intent(in) | namespace, | ||
type(target_t), intent(inout) | tg, | ||
type(td_t), intent(in) | td | ||
) |
Definition at line 151 of file target_userdefined.F90.
subroutine, public target_userdefined_oct_m::target_output_userdefined | ( | 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 240 of file target_userdefined.F90.
real(real64) function, public target_userdefined_oct_m::target_j1_userdefined | ( | type(target_t), intent(in) | tg, |
type(grid_t), intent(in) | gr, | ||
type(states_elec_t), intent(in) | psi | ||
) |
Definition at line 261 of file target_userdefined.F90.
subroutine, public target_userdefined_oct_m::target_chi_userdefined | ( | 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 294 of file target_userdefined.F90.