|  | Octopus
    | 
| Functions/Subroutines | |
| subroutine, public | target_init_excited (mesh, namespace, space, tg, td, restart, kpoints) | 
| subroutine, public | target_output_excited (tg, namespace, space, gr, dir, ions, hm, outp) | 
| real(real64) function, public | target_j1_excited (tg, namespace, gr, psi) | 
| subroutine, public | target_chi_excited (tg, namespace, gr, psi_in, chi_out) | 
| subroutine, public target_excited_oct_m::target_init_excited | ( | 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 161 of file target_excited.F90.
| subroutine, public target_excited_oct_m::target_output_excited | ( | 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 215 of file target_excited.F90.
| real(real64) function, public target_excited_oct_m::target_j1_excited | ( | type(target_t), intent(in) | tg, | 
| type(namespace_t), intent(in) | namespace, | ||
| type(grid_t), intent(in) | gr, | ||
| type(states_elec_t), intent(in) | psi | ||
| ) | 
Definition at line 238 of file target_excited.F90.
| subroutine, public target_excited_oct_m::target_chi_excited | ( | type(target_t), intent(in) | tg, | 
| type(namespace_t), intent(in) | namespace, | ||
| 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 254 of file target_excited.F90.