Octopus
target_velocity_oct_m Module Reference

Data Types

type  target_velocity_t
 Target as a function of the ionic velocities. More...
 

Functions/Subroutines

subroutine target_init_velocity (tg, gr, kpoints, namespace, space, ions, qcs, td, w0, oct, ep, restart)
 
subroutine target_end_velocity (tg, oct)
 
subroutine target_output_velocity (tg, namespace, space, gr, dir, ions, hm, outp)
 
real(real64) function target_j1_velocity (tg, namespace, gr, kpoints, qcpsi, ions)
 
subroutine target_chi_velocity (tg, namespace, gr, kpoints, qcpsi_in, qcchi_out, ions)
 
subroutine target_inh_velocity (tg, psi, gr, kpoints, time, inh, iter)
 Inhomogeneous term for the velocity target. More...
 
subroutine target_tdcalc_velocity (tg, namespace, space, hm, gr, ions, ext_partners, psi, time, max_time)
 

Function/Subroutine Documentation

◆ target_init_velocity()

subroutine target_velocity_oct_m::target_init_velocity ( class(target_velocity_t), intent(inout)  tg,
type(grid_t), intent(in)  gr,
type(kpoints_t), intent(in)  kpoints,
type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
type(ions_t), intent(in)  ions,
type(opt_control_state_t), intent(inout)  qcs,
type(td_t), intent(in)  td,
real(real64), intent(in)  w0,
type(oct_t), intent(in)  oct,
type(epot_t), intent(inout)  ep,
type(restart_t), intent(inout)  restart 
)
private

Definition at line 174 of file target_velocity.F90.

◆ target_end_velocity()

subroutine target_velocity_oct_m::target_end_velocity ( class(target_velocity_t), intent(inout)  tg,
type(oct_t), intent(in)  oct 
)
private

Definition at line 321 of file target_velocity.F90.

◆ target_output_velocity()

subroutine target_velocity_oct_m::target_output_velocity ( class(target_velocity_t), intent(inout)  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 
)
private

Definition at line 339 of file target_velocity.F90.

◆ target_j1_velocity()

real(real64) function target_velocity_oct_m::target_j1_velocity ( class(target_velocity_t), intent(inout)  tg,
type(namespace_t), intent(in)  namespace,
type(grid_t), intent(in)  gr,
type(kpoints_t), intent(in)  kpoints,
type(opt_control_state_t), intent(inout)  qcpsi,
type(ions_t), intent(in), optional  ions 
)
private

Definition at line 361 of file target_velocity.F90.

◆ target_chi_velocity()

subroutine target_velocity_oct_m::target_chi_velocity ( class(target_velocity_t), intent(inout)  tg,
type(namespace_t), intent(in)  namespace,
type(grid_t), intent(in)  gr,
type(kpoints_t), intent(in)  kpoints,
type(opt_control_state_t), intent(inout), target  qcpsi_in,
type(opt_control_state_t), intent(inout), target  qcchi_out,
type(ions_t), intent(in)  ions 
)
private

Definition at line 395 of file target_velocity.F90.

◆ target_inh_velocity()

subroutine target_velocity_oct_m::target_inh_velocity ( class(target_velocity_t), intent(inout)  tg,
type(states_elec_t), intent(inout)  psi,
type(grid_t), intent(in)  gr,
type(kpoints_t), intent(in)  kpoints,
real(real64), intent(in)  time,
type(states_elec_t), intent(inout)  inh,
integer, intent(in)  iter 
)
private

Inhomogeneous term for the velocity target.

Definition at line 447 of file target_velocity.F90.

◆ target_tdcalc_velocity()

subroutine target_velocity_oct_m::target_tdcalc_velocity ( class(target_velocity_t), intent(inout)  tg,
type(namespace_t), intent(in)  namespace,
class(space_t), intent(in)  space,
type(hamiltonian_elec_t), intent(inout)  hm,
type(grid_t), intent(in)  gr,
type(ions_t), intent(inout)  ions,
type(partner_list_t), intent(in)  ext_partners,
type(states_elec_t), intent(inout)  psi,
integer, intent(in)  time,
integer, intent(in)  max_time 
)
private

Definition at line 485 of file target_velocity.F90.