:orphan: .. warning:: Only the calculation of the density is tested for open shell configurations (and relies on a correct .OCCUPATION). All other properties are only tested for closed shell systems and should not be trusted for open shell systems without a thorough testing. .. index:: **VISUAL .. _**VISUAL: ========== \*\*VISUAL ========== .. index:: .LIST .. _VISUAL_.LIST: .LIST ----- Calculate various densities in few points. Example (3 points; coordinates in bohr):: .LIST 3 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 .. index:: .LINE .. _VISUAL_.LINE: .LINE ----- Calculate various densities along a line. Example (line connecting two points; 200 steps; coordinates in bohr):: .LINE 0.0 0.0 0.0 0.0 0.0 5.0 200 Scalar and vector densities are written to files ``plot.line.scalar`` and ``plot.line.vector``, respectively, and should be saved after calculation, e.g. :: pam --get=plot.line.scalar ... The first three columns of the output files gives the coordinates (x, y, z) of the point. It is then followed by one/three columns giving the value of the scalar/vector density in that point. .. index:: .2D .. _VISUAL_.2D: .2D --- Calculate various densities in a plane. The plane is specified using 3 points that have to form a right angle. Example (coordinates in bohr):: .2D 0.0 0.0 0.0 !origin 0.0 0.0 10.0 !"right" 200 !nr of points origin-"right" 0.0 10.0 0.0 !"top" 200 !nr of points origin-"top" .. index:: .2D_INT .. _VISUAL_.2D_INT: .2D_INT ------- Integrate various densities in a plane using Gauss-Lobatto quadrature. The plane is specified using 3 points that have to form a right angle. Example (coordinates in bohr):: .2D_INT 0.0 0.0 0.0 !origin 0.0 0.0 10.0 !"right" 10 !nr of tiles to the "right" 0.0 10.0 0.0 !"top" 10 !nr of tiles to the "right" 5 !order of the Legendre polynomial for each tile .. index:: .3D .. _VISUAL_.3D: .3D --- Calculate various densities in 3D and write to cube file format. Example (coordinates in bohr):: .3D 40 40 40 ! 40 x 40 x 40 points .. index:: .3DFAST .. _VISUAL_.3DFAST: .3DFAST ------- Fast evaluation of the molecular electrostatic potential. Example (coordinates in bohr):: .3DFAST 40 40 40 ! 40 x 40 x 40 points .. index:: .3D_ADD .. _VISUAL_.3D_ADD: .3D_ADD ------- Add space around the cube file. Default (coordinates in bohr):: .3D_ADD 4.0 .. index:: .3D_INT .. _VISUAL_.3D_INT: .3D_INT ------- Integrate densities in 3D. .. index:: .SCALE .. _VISUAL_.SCALE: .SCALE ------ Scale densities by a factor. Default:: .SCALE 1.0 .. index:: .DENSITY .. _VISUAL_.DENSITY: .DENSITY -------- Compute density. Example (unperturbed density):: .DENSITY DFCOEF Another example (perturbed density, first response vector):: .DENSITY PAMXVC 1 .. index:: .ELF .. _VISUAL_.ELF: .ELF ---- Compute the electron localization function. Example:: .ELF DFCOEF .. index:: .GAMMA5 .. _VISUAL_.GAMMA5: .GAMMA5 ------- Compute the electron chirality density. Example:: .GAMMA5 DFCOEF .. index:: .JDIA .. _VISUAL_.JDIA: .JDIA ----- Compute the nonrelativistic diamagnetic current density. Example:: .JDIA DFCOEF .. index:: .J .. _VISUAL_.J: .J -- Compute the current density. Example (use first response vector):: .J PAMXVC 1 .. index:: .DIVJ .. _VISUAL_.DIVJ: .DIVJ ----- Compute the divergence of the current density. Example (use first response vector):: .DIVJ PAMXVC 1 .. index:: .ROTJ .. _VISUAL_.ROTJ: .ROTJ ----- Compute the curl of the current density. Example (use first response vector):: .ROTJ PAMXVC 1 .. index:: .ESP .. _VISUAL_.ESP: .ESP ---- Compute the electrostatic potential. Example:: .ESP DFCOEF .. index:: .ESPE .. _VISUAL_.ESPE: .ESPE ----- Compute the electronic part of the electrostatic potential. .. index:: .ESPN .. _VISUAL_.ESPN: .ESPN ----- Compute the nuclear part of the electrostatic potential. .. index:: .ESPRHO .. _VISUAL_.ESPRHO: .ESPRHO ------- Compute the electrostatic potential times density. .. index:: .ESPERHO .. _VISUAL_.ESPERHO: .ESPERHO -------- Compute the electronic part of the electrostatic potential times density. .. index:: .ESPNRHO .. _VISUAL_.ESPNRHO: .ESPNRHO -------- Compute the nuclear part of the electrostatic potential times density. .. index:: .GAUGE .. _VISUAL_.GAUGE: .GAUGE ------ Specify gauge origin. Example:: .GAUGE 0.0 0.0 0.0 .. index:: .RADIAL .. _VISUAL_.RADIAL: .RADIAL ------- Compute radial densities. .. index:: .SMALLAO .. _VISUAL_.SMALLAO: .SMALLAO -------- Force evaluation of small component basis functions. .. index:: .OCCUPATION .. _VISUAL_.OCCUPATION: .OCCUPATION ----------- Specify occupation of orbitals. Example (neon atom):: .OCCUPATION 2 1 1-2 1.0 2 1-3 1.0 The first line after the keyword gives the number of subsequent lines to read. In each line, the first number is the fermion ircop. In molecules with inversion symmetry there are two fermion ircops: gerade (1) and ungerade (2). Otherwise there is a single fermion ircop (1). The specification of the fermion ircop is followed by the range of selected orbitals and their occupation. If a single orbital is specified a single number is given instead of the range. Another example (water):: .OCCUPATION 1 1 1-5 1.0 Another example (nitrogen atom):: .OCCUPATION 2 1 1-2 1.0 2 1-3 0.5 .. index:: .LONDON .. _VISUAL_.LONDON: .LONDON ------- Activate LAO contribution. .. index:: .NONE .. _VISUAL_.NONE: .NONE ----- Select "none" connection when when plotting LAO perturbed densities. .. index:: .NODIRECT .. _VISUAL_.NODIRECT: .NODIRECT --------- Skip direct LAO contribution when plotting perturbed densities. .. index:: .NOREORTHO .. _VISUAL_.NOREORTHO: .NOREORTHO ---------- Skip LAO reorthonormalization contribution when plotting perturbed densities. .. index:: .NOKAPPA .. _VISUAL_.NOKAPPA: .NOKAPPA -------- Skip orbital relaxation contribution when plotting perturbed densities.