![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | output_berkeleygw_init (nst, namespace, bgw, periodic_dim) |
subroutine, public | output_berkeleygw (bgw, namespace, space, dir, st, gr, ks, hm, ions) |
subroutine | zbgw_vxc_dat (bgw, namespace, space, dir, st, gr, hm, vxc) |
subroutine | zbgw_vmtxel (bgw, namespace, dir, st, gr, ifmax) |
Calculate 'vmtxel' file of dipole matrix elements for BerkeleyGW BSE. More... | |
subroutine | zbgw_write_fs (namespace, iunit, field_r, field_g, shell, nspin, gr, cube, cf, is_wfn) |
subroutine | dbgw_vxc_dat (bgw, namespace, space, dir, st, gr, hm, vxc) |
subroutine | dbgw_vmtxel (bgw, namespace, dir, st, gr, ifmax) |
Calculate 'vmtxel' file of dipole matrix elements for BerkeleyGW BSE. More... | |
subroutine | dbgw_write_fs (namespace, iunit, field_r, field_g, shell, nspin, gr, cube, cf, is_wfn) |
subroutine, public output_berkeleygw_oct_m::output_berkeleygw_init | ( | integer, intent(in) | nst, |
type(namespace_t), intent(in) | namespace, | ||
type(output_bgw_t), intent(out) | bgw, | ||
integer, intent(in) | periodic_dim | ||
) |
Definition at line 159 of file output_berkeleygw.F90.
subroutine, public output_berkeleygw_oct_m::output_berkeleygw | ( | type(output_bgw_t), intent(in) | bgw, |
type(namespace_t), intent(in) | namespace, | ||
class(space_t), intent(in) | space, | ||
character(len=*), intent(in) | dir, | ||
type(states_elec_t), intent(in) | st, | ||
type(grid_t), intent(in), target | gr, | ||
type(v_ks_t), intent(inout) | ks, | ||
type(hamiltonian_elec_t), intent(inout) | hm, | ||
type(ions_t), intent(in) | ions | ||
) |
Definition at line 372 of file output_berkeleygw.F90.
|
private |
Definition at line 732 of file output_berkeleygw.F90.
|
private |
Calculate 'vmtxel' file of dipole matrix elements for BerkeleyGW BSE.
Definition at line 882 of file output_berkeleygw.F90.
|
private |
[in] | is_wfn | make false for RHO, VXC |
Definition at line 948 of file output_berkeleygw.F90.
|
private |
Definition at line 1121 of file output_berkeleygw.F90.
|
private |
Calculate 'vmtxel' file of dipole matrix elements for BerkeleyGW BSE.
Definition at line 1271 of file output_berkeleygw.F90.
|
private |
[in] | is_wfn | make false for RHO, VXC |
Definition at line 1337 of file output_berkeleygw.F90.