(git:6a2e663)
realspace_grid_cube Module Reference

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)
 ... More...
 
subroutine, public cube_to_pw (grid, filename, scaling, parallel_read, silent)
 Computes the external density on the grid hacked from external_read_density. More...
 
subroutine, public pw_to_simple_volumetric (pw, unit_nr, stride, pw2)
 Prints a simple grid file: X Y Z value. More...
 

Detailed Description

Generate Gaussian cube files.

Function/Subroutine Documentation

◆ pw_to_cube()

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 
)

...

Parameters
pw...
unit_nr...
title...
particles_r...
particles_z...
stride...
zero_tails...
silent...
mpi_io...

Definition at line 49 of file realspace_grid_cube.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cube_to_pw()

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.

Parameters
gridpw to read from cube file
filenamename of cube file
scalingscale values before storing
parallel_read...
silent...
History
Created M.Watkins Use blocking, collective MPI read for parallel simulations Nico Holmberg

Definition at line 237 of file realspace_grid_cube.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ pw_to_simple_volumetric()

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.

Parameters
pw...
unit_nr...
stride...
pw2...
History
Created Vladimir Rybkin
Author
Vladimir Rybkin

Definition at line 818 of file realspace_grid_cube.F.

Here is the caller graph for this function: