![]() |
(git:b77b4be)
|
Interface for Voronoi Integration and output of BQB files. More...
Functions/Subroutines | |
subroutine, public | entry_voronoi_or_bqb (do_voro, do_bqb, input_voro, input_bqb, unit_voro, qs_env, rspace_pw) |
Does a Voronoi integration of density or stores the density to compressed BQB format. | |
subroutine, public | finalize_libvori () |
Call libvori's finalize if support is compiled in. | |
Interface for Voronoi Integration and output of BQB files.
subroutine, public voronoi_interface::entry_voronoi_or_bqb | ( | integer | do_voro, |
integer | do_bqb, | ||
type(section_vals_type), pointer | input_voro, | ||
type(section_vals_type), pointer | input_bqb, | ||
integer, intent(in) | unit_voro, | ||
type(qs_environment_type), pointer | qs_env, | ||
type(pw_r3d_rs_type) | rspace_pw | ||
) |
Does a Voronoi integration of density or stores the density to compressed BQB format.
do_voro | whether a Voronoi integration shall be performed |
do_bqb | whether the density shall be written to compressed BQB format |
input_voro | the input section for Voronoi integration |
input_bqb | the input section for the BQB compression |
unit_voro | the output unit number for the Voronoi integration results |
qs_env | the qs_env where to calculate the charges |
rspace_pw | the grid with the real-space electron density to integrate/compress |
Definition at line 314 of file voronoi_interface.F.
subroutine, public voronoi_interface::finalize_libvori |
Call libvori's finalize if support is compiled in.
Definition at line 812 of file voronoi_interface.F.