Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pes_generators [2025/03/07 10:42] rauhutpes_generators [2025/05/22 10:32] (current) rauhut
Line 106: Line 106:
 ''INTENSITY'',//options// ''INTENSITY'',//options//
  
-The ''INTENSITY'' directive of the ''XSURF'' program provides the option to alter the electronic structure methods for calculating the dipole surfaces. It also allows to define the VARDIP//n//D[X,Y,Z] variables separately$n$ describes the dimension of the coupling surface and can be chosen to be 1 - 4. +The ''INTENSITY'' directive of the ''XSURF'' program provides options for controlling the calculations of property surfaces as needed for the calculation of intensities. Currently, dipole surfaces (infrared intensities)polarizability tensor surfaces (Raman intensities) and quadrupole tensor surfaces are supportedThe calculation of dipole surfaces can be combined with the calculation of polarizability or quadrupole surfaces, but the latter two exclude each otherProperty surfaces can be computed for all those methods for which analytical expressions are available in Molpro. Considering dipole surfaces for the calculation of infrared intensities, for all methods except Hartree-Fock this requires the keyword ''%%CPHF,1%%'' after the keyword for the electronic structure method. In multi-level schemes for which the variables ''VAR1D'', ''VAR2D'' and ''VAR3D'' are set individually, the VARDIP//n//D[X,Y,Z] variables have to be set accordingly. The determination of dipole surfaces beyond Hartree-Fock quality effectively doubles the computation time for surface calculations.
- +
-Dipole surfaces can be computed for all those methods for which analytical gradients are available in Molpro. For all methods except Hartree-Fock this requires the keyword ''%%CPHF,1%%'' after the keyword for the electronic structure method. In multi-level schemes for which the variables ''VAR1D'', ''VAR2D'' and ''VAR3D'' are set individually, the VARDIP//n//D[X,Y,Z] variables have to be set accordingly. The determination of dipole surfaces beyond Hartree-Fock quality effectively doubles the computation time for surface calculations.+
  
 === Options === === Options ===
Line 115: Line 113:
   * **''NDIMDIP''=//n//** This denotes the term after which the $n$-body expansion of the dipole surfaces is truncated. The default is set to 3. Note that ''NDIMDIP'' has to be lower or equal to ''NDIM''.   * **''NDIMDIP''=//n//** This denotes the term after which the $n$-body expansion of the dipole surfaces is truncated. The default is set to 3. Note that ''NDIMDIP'' has to be lower or equal to ''NDIM''.
   * **''NDIMPOL''=//n//** This variable denotes the term after which the $n$-body expansion of the polarizability tensor surfaces is truncated. The default is set to 0. Note that ''NDIMPOL'' has to be lower or equal to ''NDIM'' and must be smaller than 4. Note that currently only Hartree-Fock and MP2 polarizabilities are supported, which requires the ''POLARI'' keyword in the respective programs. Besides that, the frozen core approximation cannot yet be employed within the calculation of MP2 polarizabilities.   * **''NDIMPOL''=//n//** This variable denotes the term after which the $n$-body expansion of the polarizability tensor surfaces is truncated. The default is set to 0. Note that ''NDIMPOL'' has to be lower or equal to ''NDIM'' and must be smaller than 4. Note that currently only Hartree-Fock and MP2 polarizabilities are supported, which requires the ''POLARI'' keyword in the respective programs. Besides that, the frozen core approximation cannot yet be employed within the calculation of MP2 polarizabilities.
 +  * **''NDIMQUAD''=//n//** This variable denotes the term after which the $n$-body expansion of the quadrupole tensor surfaces is truncated. The default is set to 0. Note that ''NDIMQUAD'' has to be lower or equal to ''NDIM'' and must be smaller than 4.
   * **''POLYSYM''=//variable//** (=ON Default). Symmetry in the polarizability surfaces differs from symmetry in energy or dipole surfaces and its recognition can be switched on or off. Symmetry is only detected based on geometrical parameters.   * **''POLYSYM''=//variable//** (=ON Default). Symmetry in the polarizability surfaces differs from symmetry in energy or dipole surfaces and its recognition can be switched on or off. Symmetry is only detected based on geometrical parameters.
 +  * **''QUADYSYM''=//variable//** (=ON Default). Symmetry in the quadrupole surfaces differs from symmetry in energy or dipole surfaces and its recognition can be switched on or off. Symmetry is only detected based on geometrical parameters.
   * **''VARDIPxDX''=//variable//** (x=1..4) Variable which is used for the $x$ direction of the dipole moment for 1D surfaces.   * **''VARDIPxDX''=//variable//** (x=1..4) Variable which is used for the $x$ direction of the dipole moment for 1D surfaces.
   * **''VARDIPxDY''=//variable//** (x=1..4) Variable which is used for the $y$ direction of the dipole moment for 1D surfaces.   * **''VARDIPxDY''=//variable//** (x=1..4) Variable which is used for the $y$ direction of the dipole moment for 1D surfaces.
Line 137: Line 137:
  
 {xsurf,info=1 {xsurf,info=1
- intensity,ndimpol=3 + intensity,ndimpol=3 }
- scalnm,auto=on }+
  
 poly,ndimpol=3 poly,ndimpol=3
Line 144: Line 143:
 vci,pot=poly,version=4,ndimpol=3,info=1 vci,pot=poly,version=4,ndimpol=3,info=1
 </code> </code>
 +
 +A calculation for quadrupole intensities would require an input like
 +
 +<code>
 +label1
 +{hf
 + start,atden}
 +{ccsd(t);expec,qm}
 +
 +{xsurf,info=1
 + intensity,ndimquad=3 }
 +</code>
 +
  
 ==== Restart capabilities ==== ==== Restart capabilities ====