![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | target_init_velocity (gr, namespace, ions, tg, oct, td, ep) |
subroutine, public | target_end_velocity (tg, oct) |
subroutine, public | target_output_velocity (tg, namespace, space, gr, dir, ions, hm, outp) |
real(real64) function, public | target_j1_velocity (tg, ions) |
subroutine, public | target_chi_velocity (gr, tg, chi_out, ions) |
subroutine, public | target_tdcalc_velocity (tg, hm, gr, ions, psi, time, max_time) |
subroutine, public target_velocity_oct_m::target_init_velocity | ( | type(grid_t), intent(in) | gr, |
type(namespace_t), intent(in) | namespace, | ||
type(ions_t), intent(in) | ions, | ||
type(target_t), intent(inout) | tg, | ||
type(oct_t), intent(in) | oct, | ||
type(td_t), intent(in) | td, | ||
type(epot_t), intent(in) | ep | ||
) |
Definition at line 156 of file target_velocity.F90.
subroutine, public target_velocity_oct_m::target_end_velocity | ( | type(target_t), intent(inout) | tg, |
type(oct_t), intent(in) | oct | ||
) |
Definition at line 298 of file target_velocity.F90.
subroutine, public target_velocity_oct_m::target_output_velocity | ( | 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 316 of file target_velocity.F90.
real(real64) function, public target_velocity_oct_m::target_j1_velocity | ( | type(target_t), intent(in) | tg, |
type(ions_t), intent(in) | ions | ||
) |
Definition at line 338 of file target_velocity.F90.
subroutine, public target_velocity_oct_m::target_chi_velocity | ( | type(grid_t), intent(in) | gr, |
type(target_t), intent(inout) | tg, | ||
type(states_elec_t), intent(inout) | chi_out, | ||
type(ions_t), intent(in) | ions | ||
) |
Definition at line 368 of file target_velocity.F90.
subroutine, public target_velocity_oct_m::target_tdcalc_velocity | ( | type(target_t), intent(inout) | tg, |
type(hamiltonian_elec_t), intent(in) | hm, | ||
type(grid_t), intent(in) | gr, | ||
type(ions_t), intent(inout) | ions, | ||
type(states_elec_t), intent(in) | psi, | ||
integer, intent(in) | time, | ||
integer, intent(in) | max_time | ||
) |
Definition at line 414 of file target_velocity.F90.