![]() |
Octopus
|
Functions/Subroutines | |
| subroutine, public | target_init_gstransformation (gr, namespace, space, tg, td, restart, kpoints) |
| subroutine, public | target_output_gstransformation (tg, namespace, space, gr, dir, ions, hm, outp) |
| real(real64) function, public | target_j1_gstransformation (tg, gr, psi) |
| subroutine, public | target_chi_gstransformation (tg, gr, psi_in, chi_out) |
| subroutine, public target_gstransformation_oct_m::target_init_gstransformation | ( | type(grid_t), intent(in) | gr, |
| 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 155 of file target_gstransformation.F90.
| subroutine, public target_gstransformation_oct_m::target_output_gstransformation | ( | 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 198 of file target_gstransformation.F90.
| real(real64) function, public target_gstransformation_oct_m::target_j1_gstransformation | ( | type(target_t), intent(in) | tg, |
| type(grid_t), intent(in) | gr, | ||
| type(states_elec_t), intent(in) | psi | ||
| ) |
Definition at line 220 of file target_gstransformation.F90.
| subroutine, public target_gstransformation_oct_m::target_chi_gstransformation | ( | 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 255 of file target_gstransformation.F90.