|
Calling Sequence
|
|
RDMFunctional(molecule, options)
|
|
Parameters
|
|
molecule
|
-
|
list of lists; each list has 4 elements, the string of an atom's symbol and atom's x, y, and z coordinates
|
options
|
-
|
(optional) equation(s) of the form option = value where option is one of symmetry, unit, max_memory, xc, nuclear_gradient, populations, conv_tol, diis, diis_space, diis_start_cycle, direct_scf, direct_scf_tol, level_shift_factor, max_cycle, max_rho_cutoff, small_rho_cutoff, grids_atomic_radii, grids_becke_scheme, grids_level, grids_prune, grids_radi_method, grids_radii_adjust, grids_symmetry, excited_states, nstates
|
|
|
|
|
Description
|
|
•
|
Reduced Density Matrix Functional Theory (RDMFT) computes the energy of a many-electron atom or molecule as a functional of the one-electron reduced density matrix rather than the many-electron wavefunction ψ(, ..., ).
|
•
|
The command adds a universal correction, based on the 1-electron reduced density matrix (1-RDM) rather than the density alone, to any density functional theory (DFT) functional.
|
•
|
A well-known limitation of DFT is its difficulty in predicting the energies and properties of molecules with static correlation, which is important to the computation of charges, van der Waals forces, barrier heights, and bi- and multiradicals.
|
•
|
RDMFT's universal correction to DFT allows the orbital occupations to become fractional and thereby, capture strong correlation.
|
•
|
Practically, RDMFT has a computational scaling of O(N3) similar to that of DFT. In RDMFT the energy is minimized by semidefinite programming.
|
•
|
RDMFunctional employs "B3LYP" as its default exchange-correlation (xc) functional. Although "B3LYP" is the default xc functional, the RDMFunctional is currently optimized for semi-local (non-hybrid) functionals such as "PBE" and "SCAN". The full list of available functionals is provided in the help page Functionals. Furthermore, the available functionals can be searched with the SearchFunctionals command.
|
•
|
On the Windows operating system the RDMFunctional command requires the installation of Microsoft's Windows Subsystem for Linux (WSL). For Windows 10 (version 2004 and higher) and Windows 11 you can install the WSL by opening the Command Prompt in administrator mode and entering the command: wsl --install -d Ubuntu For additional details, please refer to: https://learn.microsoft.com/en-us/windows/wsl/install
|
|
|
Outputs
|
|
The table of following contents:
|
-
|
float -- total electronic energy of the system
|
|
-
|
Matrix -- coefficients expressing molecular orbitals (columns) in terms of atomic orbitals (rows)
|
|
-
|
Vector -- molecular orbital occupations
|
|
-
|
Vector -- energies of the molecular orbitals
|
|
-
|
Vector -- string labels of the irreducible representations of the molecular orbitals
|
|
-
|
string -- name of the molecule's point group symmetry
|
|
-
|
Vector -- string label for each atomic orbital consisting of the atomic symbol and the orbital name
|
|
-
|
integer -- 1 or 0, indicating whether the calculation is converged or not
|
|
-
|
Matrix -- one-particle reduced density matrix (1-RDM) in the atomic-orbital basis set
|
|
-
|
Matrix -- analytical nuclear gradient
|
|
-
|
Vector -- dipole moment according to its x, y and z components
|
|
-
|
Matrix -- atomic-orbital populations
|
|
-
|
Vector -- atomic charges from the populations
|
|
|
|
|
Options
|
|
•
|
basis = string -- name of the basis set. See Basis for a list of available basis sets. Default is "sto-3g".
|
•
|
spin = nonnegint -- twice the total spin S (= 2S). Default is 0.
|
•
|
charge = nonnegint -- net charge of the molecule. Default is 0.
|
•
|
unit = "Angstrom" or "Bohr". Default is "Angstrom".
|
•
|
max_memory = posint -- allowed memory in MB.
|
•
|
xc = string -- The full list of available functionals is provided in the help page Functionals. Default functional is "B3LYP".
|
•
|
solvent = string -- name of the solvent. See Solvent. Default is "None".
|
•
|
ghost = list of lists -- each list has the string of an atom's symbol and the atom's x, y, and z coordinates. See Ghost Atoms.
|
•
|
nuclear_gradient = boolean -- option to return the analytical nuclear gradient if available. Default is false.
|
•
|
active = list -- optional list [N,r] where r is the maximum number of orbitals allowed to be fractional and N is the number of electrons populating those r orbitals. By default, all orbitals are allowed to become fractional.
|
•
|
populations = string -- atomic-orbital population analysis: "Mulliken" and "Mulliken/meta-Lowdin". Default is "Mulliken".
|
•
|
conv_tol = float -- converge threshold. Default is
|
•
|
diis = boolean -- whether to employ diis. Default is true.
|
•
|
diis_space = posint -- diis's space size. By default, 8 Fock matrices and errors vector are stored.
|
•
|
diis_start_cycle = posint -- the step to start diis. Default is 1.
|
•
|
direct_scf = boolean -- direct SCF is used by default.
|
•
|
direct_scf_tol = float -- direct SCF cutoff threshold. Default is
|
•
|
level_shift_factor = float/int -- level shift (in au) for virtual space. Default is
|
•
|
max_cycle = posint -- max number of iterations. Default is 50.
|
•
|
max_rho_cutoff = float --
|
•
|
small_rho_cutoff = float --
|
•
|
grids_atomic_radii = string -- "radi.BRAGG_RADII" (default), "radi.COVALENT_RADII", or "None".
|
•
|
grids_becke_scheme = string -- "gen_grid.original_becke" (default) or "gen_grid.stratmann".
|
•
|
grids_level = (0-9) -- big number for large mesh grids. Default is 3.
|
•
|
grids_prune = "gen_grid.nwchem_prune" (default), "gen_grid.sg1_prune", "gen_grid.treutler_prune", or "None".
|
•
|
grids_radi_method = "radi.treutler" (default), "radi.delley", "radi.mura_knowles", or "radi.gauss_chebyshev".
|
•
|
grids_radii_adjust = "radi.treutler_atomic_radii_adjust" (default), "radi.becke_atomic_radii_adjust", or "None".
|
•
|
grids_symmetry = boolean -- true or false to symmetrize mesh grids.
|
|
|
References
|
|
2.
|
D. Gibney, J.-N. Boyn, and D. A. Mazziotti, J. Phys. Chem. Lett. 13, 1382–1388 (2022). "Density Functional Theory Transformed into a One-Electron Reduced-Density-Matrix Functional Theory for the Capture of Static Correlation"
|
4.
|
D. Gibney, J.-N. Boyn, and D. A. Mazziotti, J. Phys. Chem. Lett. 12, 385–391 (2021). "Toward a Resolution of the Static Correlation Problem in Density Functional Theory from Semidefinite Programming"
|
5.
|
R. G. Parr and W. Yang, Density Functional Theory of Atoms and Molecules (Oxford University Press, New York, 1989).
|
|
|
Examples
|
|
While the generalized DFT is applicable to a wide range of molecules, we demonstrate the command RDMFunctional with the dissociation of the diatomic molecule N2. First, we load the QuantumChemistry package
>
|
|
| (1) |
We select a set of bond distances from the roots of the sixth-order Chebyshev polynomial
>
|
|
| (2) |
and define a list of molecular geometries with each geometry corresponding to one of the bond distances
>
|
|
| (3) |
The energies for each geometry may be then readily computed from DensityFunctional with the Energy
command in the Quantum Chemistry package,
>
|
|
| (4) |
and using polynomial interpolation, we generate a polynomial in the bond distance R
>
|
|
| (5) |
Similarly, we can use the RDMFunctional method in the Energy command
>
|
|
| (6) |
and generate a polynomial in R
>
|
|
| (7) |
The potential energy curves from DensityFunctional (red) and RDMFunctional (blue) can be plotted together
>
|
|
While the DFT dissociation curve (red) rises too quickly after 1.8due to its incorrect treatment of static correlation, the RDMFunctional dissociation curve (blue) exhibits the correct behavior, leveling off as the bond breaks.
As a second example, we compute the energies and properties of hydrogen fluoride at a stretched geometry
>
|
|
| (8) |
>
|
|
| (9) |
|
|
|