![]() |
(git:b77b4be)
|
Generate Gaussian cube files. More...
Functions/Subroutines | |
subroutine, public | pw_to_cube (pw, unit_nr, title, particles_r, particles_z, stride, zero_tails, silent, mpi_io) |
... | |
subroutine, public | cube_to_pw (grid, filename, scaling, parallel_read, silent) |
Computes the external density on the grid hacked from external_read_density. | |
subroutine, public | pw_to_simple_volumetric (pw, unit_nr, stride, pw2) |
Prints a simple grid file: X Y Z value. | |
Generate Gaussian cube files.
subroutine, public realspace_grid_cube::pw_to_cube | ( | type(pw_r3d_rs_type), intent(in) | pw, |
integer, intent(in) | unit_nr, | ||
character(*), intent(in), optional | title, | ||
real(kind=dp), dimension(:, :), intent(in), optional | particles_r, | ||
integer, dimension(:), intent(in), optional | particles_z, | ||
integer, dimension(:), optional, pointer | stride, | ||
logical, intent(in), optional | zero_tails, | ||
logical, intent(in), optional | silent, | ||
logical, intent(in), optional | mpi_io | ||
) |
...
pw | ... |
unit_nr | ... |
title | ... |
particles_r | ... |
particles_z | ... |
stride | ... |
zero_tails | ... |
silent | ... |
mpi_io | ... |
Definition at line 49 of file realspace_grid_cube.F.
subroutine, public realspace_grid_cube::cube_to_pw | ( | type(pw_r3d_rs_type), intent(in) | grid, |
character(len=*), intent(in) | filename, | ||
real(kind=dp), intent(in) | scaling, | ||
logical, intent(in) | parallel_read, | ||
logical, intent(in), optional | silent | ||
) |
Computes the external density on the grid hacked from external_read_density.
grid | pw to read from cube file |
filename | name of cube file |
scaling | scale values before storing |
parallel_read | ... |
silent | ... |
Definition at line 237 of file realspace_grid_cube.F.
subroutine, public realspace_grid_cube::pw_to_simple_volumetric | ( | type(pw_r3d_rs_type), intent(in) | pw, |
integer, intent(in) | unit_nr, | ||
integer, dimension(:), intent(in), optional | stride, | ||
type(pw_r3d_rs_type), intent(in), optional | pw2 | ||
) |
Prints a simple grid file: X Y Z value.
pw | ... |
unit_nr | ... |
stride | ... |
pw2 | ... |
Definition at line 818 of file realspace_grid_cube.F.