ADC: Ab Initio Polarization Propagator¶
Section author: Michael F. Herbst
Module: Keywords, PSI Variables, ADC
@@ -177,7 +178,7 @@Navigation
exciting an electron and flipping its spin. A more detailed overview of such modifications gives [Dreuw:2014:82] and the adcc theory documentation. -Available ADC methods¶
Section author: Michael F. Herbst
Several ADC methods are available in PSI4 for the computation of excited states, @@ -282,8 +283,8 @@
Available ADC methodsproperties('adc(2)', properties=["oscillator_strength"]). -
Running ADC calculations¶
Section author: Michael F. Herbst
Running an ADC calculation with PSI4 requires @@ -335,7 +336,7 @@
Running ADC calculations
+
REFERENCE¶
Reference wavefunction type
@@ -345,8 +346,8 @@
+
+
R_CONVERGENCE¶
Convergence threshold for ADC matrix diagonalisation. Negative values keep the * adcc default (1e-6)
@@ -355,8 +356,8 @@
+
+
NUM_GUESSES¶
Number of guess vectors to generate and use. Negative values keep * the adcc default (currently 2 * ROOTS_PER_IRREP). This option is only available for the adcc backend.
@@ -365,8 +366,8 @@
+
+
CUTOFF_AMPS_PRINT¶
Tolerance for extracted or printed amplitudes. This option is only available for the adcc backend.
@@ -383,9 +384,9 @@ QC_MODULE option to 'adcc'
enforce using adcc also for this case.
-
-
-
+
+
+
Interface to adcc¶
Code author: Michael F. Herbst
Section author: Michael F. Herbst
@@ -454,8 +455,8 @@
+
+
Built-in ADC(2) code¶
Code author: Masaaki Saitow
Section author: Masaaki Saitow
@@ -567,8 +568,8 @@ psi4/psi4/src/psi4/adc/sigma.pdf.
-
-
+
+
@@ -684,7 +685,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -698,7 +699,7 @@ Navigation
diff --git a/html/adcc.html b/html/adcc.html
index 78b4d892c44..40fbdb3b254 100644
--- a/html/adcc.html
+++ b/html/adcc.html
@@ -37,7 +37,8 @@
-
+
+
Interface to adcc by M. F. Herbst and M. Scheurer
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
Interface to adcc by M. F. Herbst and M. Scheurer¶
Code author: Michael F. Herbst
Section author: Michael F. Herbst
@@ -132,7 +133,7 @@ Navigation
most algebraic-diagrammatic construction methods for correlated
excited states in PSI4. For more details on ADC methods,
see ADC: Ab Initio Polarization Propagator.
-
+
Installation¶
For up to date information and more details,
see the adcc installation documentation.
@@ -156,10 +157,10 @@ InstallationENABLE_adcc,
and let the build system fetch and install it.
-
-
+
+
Keywords for adcc¶
-
+
CUTOFF_AMPS_PRINT¶
Tolerance for extracted or printed amplitudes. This option is only available for the adcc backend.
@@ -168,8 +169,8 @@
+
+
KIND¶
The kind of states to compute.
@@ -179,8 +180,8 @@
+
+
MAX_NUM_VECS¶
Maximum number of subspace vectors. A negative value uses * the adcc default (roughly between 20 and 5 * N_GUESSES). This option is only available for the adcc backend.
@@ -189,8 +190,8 @@
+
+
MAXITER¶
Maximum number of iterations
@@ -199,8 +200,8 @@
+
+
NUM_CORE_ORBITALS¶
Number of orbitals to place in the core. This option is only available for the adcc backend.
@@ -209,8 +210,8 @@
+
+
NUM_GUESSES¶
Number of guess vectors to generate and use. Negative values keep * the adcc default (currently 2 * ROOTS_PER_IRREP). This option is only available for the adcc backend.
@@ -219,8 +220,8 @@
+
+
R_CONVERGENCE¶
Convergence threshold for ADC matrix diagonalisation. Negative values keep the * adcc default (1e-6)
@@ -229,8 +230,8 @@
+
+
REFERENCE¶
Reference wavefunction type
@@ -240,8 +241,8 @@
+
+
ROOTS_PER_IRREP¶
The number of poles / excited states to obtain per irrep vector
@@ -250,9 +251,9 @@
+
+
+
How to configure adcc for building Psi4¶
Role and Dependencies
@@ -404,7 +405,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -418,7 +419,7 @@ Navigation
diff --git a/html/add_tests.html b/html/add_tests.html
index c7c0a0ccbf4..7f6d9db58fa 100644
--- a/html/add_tests.html
+++ b/html/add_tests.html
@@ -37,7 +37,8 @@
-
+
+
Adding Test Cases
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -118,7 +119,7 @@ Navigation
-
+
Adding Test Cases¶
To create a new test case, first make a folder in psi4/tests. The directory name may not contain an underscore; to indicate spaces, use a hyphen instead. This directory will need two files. The first is CMakeLists.txt
, which is necessary to add the test case to the suite. This file should have the following lines:
include(TestingMacros)
@@ -167,8 +168,8 @@ Navigation
digits for compare_values
and other compare_* functions,
select a number looser than the convergence set in the test or the
default convergence for the calculation type (energy, gradient, etc.).
-
-
+
+
Adding PsiAPI Test Cases¶
Sometimes you want to add tests that check several variations of a
template job or that test error handling or that are PsiAPI rather than
@@ -210,7 +211,7 @@
Navigation
for examples. Use “quick” freely for tests that cover functionality and
are under 15s. Use “long” sparingly to winnow out the longest examples,
particularly those over a minute.
-
+
@@ -315,7 +316,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -328,7 +329,7 @@ Navigation
diff --git a/html/api/psi4.core.AOShellCombinationsIterator.html b/html/api/psi4.core.AOShellCombinationsIterator.html
index 5bbf9353cd0..f2cd8b089ce 100644
--- a/html/api/psi4.core.AOShellCombinationsIterator.html
+++ b/html/api/psi4.core.AOShellCombinationsIterator.html
@@ -37,7 +37,8 @@
-
+
+
AOShellCombinationsIterator
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
AOShellCombinationsIterator¶
@@ -308,7 +309,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -322,7 +323,7 @@ Navigation
diff --git a/html/api/psi4.core.AngularMomentumInt.html b/html/api/psi4.core.AngularMomentumInt.html
index e5aceee47b3..d7f77ea04d8 100644
--- a/html/api/psi4.core.AngularMomentumInt.html
+++ b/html/api/psi4.core.AngularMomentumInt.html
@@ -37,7 +37,8 @@
-
+
+
AngularMomentumInt
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
AngularMomentumInt¶
@@ -291,7 +292,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -305,7 +306,7 @@ Navigation
diff --git a/html/api/psi4.core.BSVec.html b/html/api/psi4.core.BSVec.html
index b40d6d168ec..60edc03da0f 100644
--- a/html/api/psi4.core.BSVec.html
+++ b/html/api/psi4.core.BSVec.html
@@ -37,7 +37,8 @@
-
+
+
BSVec
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BSVec¶
-
+
@@ -314,7 +315,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -328,7 +329,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisExtents.html b/html/api/psi4.core.BasisExtents.html
index abe765f030b..d488526b9ee 100644
--- a/html/api/psi4.core.BasisExtents.html
+++ b/html/api/psi4.core.BasisExtents.html
@@ -37,7 +37,8 @@
-
+
+
BasisExtents
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BasisExtents¶
@@ -281,7 +282,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -295,7 +296,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisFunctions.html b/html/api/psi4.core.BasisFunctions.html
index 64186da5c93..97d2aa3f3e2 100644
--- a/html/api/psi4.core.BasisFunctions.html
+++ b/html/api/psi4.core.BasisFunctions.html
@@ -37,7 +37,8 @@
-
+
+
BasisFunctions
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BasisFunctions¶
@@ -290,7 +291,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -304,7 +305,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisSet.html b/html/api/psi4.core.BasisSet.html
index a3490c49ff7..5d0b669b085 100644
--- a/html/api/psi4.core.BasisSet.html
+++ b/html/api/psi4.core.BasisSet.html
@@ -37,7 +37,8 @@
-
+
+
BasisSet
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BasisSet¶
@@ -557,7 +558,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -571,7 +572,7 @@ Navigation
diff --git a/html/api/psi4.core.BlockOPoints.html b/html/api/psi4.core.BlockOPoints.html
index d62e2f00197..ede1c27bbd9 100644
--- a/html/api/psi4.core.BlockOPoints.html
+++ b/html/api/psi4.core.BlockOPoints.html
@@ -37,7 +37,8 @@
-
+
+
BlockOPoints
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BlockOPoints¶
@@ -313,7 +314,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -327,7 +328,7 @@ Navigation
diff --git a/html/api/psi4.core.BoysLocalizer.html b/html/api/psi4.core.BoysLocalizer.html
index c69df3a79b1..2a1e33dfbdf 100644
--- a/html/api/psi4.core.BoysLocalizer.html
+++ b/html/api/psi4.core.BoysLocalizer.html
@@ -37,7 +37,8 @@
-
+
+
BoysLocalizer
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
BoysLocalizer¶
@@ -291,7 +292,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -305,7 +306,7 @@ Navigation
diff --git a/html/api/psi4.core.CCWavefunction.html b/html/api/psi4.core.CCWavefunction.html
index 991dcdc77c2..1a070e2ccdc 100644
--- a/html/api/psi4.core.CCWavefunction.html
+++ b/html/api/psi4.core.CCWavefunction.html
@@ -37,7 +37,8 @@
-
+
+
CCWavefunction
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
CCWavefunction¶
@@ -1277,7 +1278,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -1291,7 +1292,7 @@ Navigation
diff --git a/html/api/psi4.core.CIVector.html b/html/api/psi4.core.CIVector.html
index 9a281e6d5e4..322252ea32c 100644
--- a/html/api/psi4.core.CIVector.html
+++ b/html/api/psi4.core.CIVector.html
@@ -37,7 +37,8 @@
-
+
+
CIVector
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
CIVector¶
@@ -399,7 +400,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -413,7 +414,7 @@ Navigation
diff --git a/html/api/psi4.core.CIWavefunction.html b/html/api/psi4.core.CIWavefunction.html
index 7782d95fe44..94c622b28fb 100644
--- a/html/api/psi4.core.CIWavefunction.html
+++ b/html/api/psi4.core.CIWavefunction.html
@@ -37,7 +37,8 @@
-
+
+
CIWavefunction
@@ -101,7 +102,7 @@ Navigation
·
- 1.4rc2.dev45
+ 1.4rc2.dev26
·
PSI4
@@ -119,7 +120,7 @@ Navigation
-
+
CIWavefunction¶
-
@@ -1439,7 +1440,7 @@
REFERENCE¶
Reference wavefunction type
@@ -345,8 +346,8 @@+ +
+ @@ -684,7 +685,7 @@ R_CONVERGENCE¶
+Convergence threshold for ADC matrix diagonalisation. Negative values keep the * adcc default (1e-6)
@@ -355,8 +356,8 @@+ +
NUM_GUESSES¶
-Number of guess vectors to generate and use. Negative values keep * the adcc default (currently 2 * ROOTS_PER_IRREP). This option is only available for the adcc backend.
@@ -365,8 +366,8 @@+ +
CUTOFF_AMPS_PRINT¶
-Tolerance for extracted or printed amplitudes. This option is only available for the adcc backend.
@@ -383,9 +384,9 @@QC_MODULE option to
'adcc'
enforce using adcc also for this case. -+ + +-+ Interface to adcc¶
Code author: Michael F. Herbst
Section author: Michael F. Herbst
@@ -454,8 +455,8 @@+
Built-in ADC(2) code¶
Code author: Masaaki Saitow
Section author: Masaaki Saitow
@@ -567,8 +568,8 @@psi4/psi4/src/psi4/adc/sigma.pdf. -
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -698,7 +699,7 @@ Navigation
diff --git a/html/adcc.html b/html/adcc.html index 78b4d892c44..40fbdb3b254 100644 --- a/html/adcc.html +++ b/html/adcc.html @@ -37,7 +37,8 @@ - + +Interface to adcc by M. F. Herbst and M. Scheurer @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+Interface to adcc by M. F. Herbst and M. Scheurer¶
Code author: Michael F. Herbst
Section author: Michael F. Herbst
@@ -132,7 +133,7 @@Navigation
most algebraic-diagrammatic construction methods for correlated excited states in PSI4. For more details on ADC methods, see ADC: Ab Initio Polarization Propagator. -+-Installation¶
For up to date information and more details, see the adcc installation documentation.
@@ -156,10 +157,10 @@InstallationENABLE_adcc, and let the build system fetch and install it. -
+ +Keywords for adcc¶
-+CUTOFF_AMPS_PRINT¶
Tolerance for extracted or printed amplitudes. This option is only available for the adcc backend.
@@ -168,8 +169,8 @@+ +
KIND¶
The kind of states to compute.
@@ -179,8 +180,8 @@+ +
MAX_NUM_VECS¶
Maximum number of subspace vectors. A negative value uses * the adcc default (roughly between 20 and 5 * N_GUESSES). This option is only available for the adcc backend.
@@ -189,8 +190,8 @@+ +
MAXITER¶
Maximum number of iterations
@@ -199,8 +200,8 @@+ +
NUM_CORE_ORBITALS¶
Number of orbitals to place in the core. This option is only available for the adcc backend.
@@ -209,8 +210,8 @@+ +
NUM_GUESSES¶
Number of guess vectors to generate and use. Negative values keep * the adcc default (currently 2 * ROOTS_PER_IRREP). This option is only available for the adcc backend.
@@ -219,8 +220,8 @@+ +
R_CONVERGENCE¶
Convergence threshold for ADC matrix diagonalisation. Negative values keep the * adcc default (1e-6)
@@ -229,8 +230,8 @@+ +
REFERENCE¶
Reference wavefunction type
@@ -240,8 +241,8 @@+ +
ROOTS_PER_IRREP¶
@@ -404,7 +405,7 @@The number of poles / excited states to obtain per irrep vector
@@ -250,9 +251,9 @@+ + +
How to configure adcc for building Psi4¶
Role and Dependencies
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -418,7 +419,7 @@ Navigation
diff --git a/html/add_tests.html b/html/add_tests.html index c7c0a0ccbf4..7f6d9db58fa 100644 --- a/html/add_tests.html +++ b/html/add_tests.html @@ -37,7 +37,8 @@ - + +Adding Test Cases @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -118,7 +119,7 @@ Navigation
-+Adding Test Cases¶
To create a new test case, first make a folder in psi4/tests. The directory name may not contain an underscore; to indicate spaces, use a hyphen instead. This directory will need two files. The first is
CMakeLists.txt
, which is necessary to add the test case to the suite. This file should have the following lines:-include(TestingMacros) @@ -167,8 +168,8 @@Navigation
digits forcompare_values
and other compare_* functions, select a number looser than the convergence set in the test or the default convergence for the calculation type (energy, gradient, etc.). -+ ++ @@ -315,7 +316,7 @@Adding PsiAPI Test Cases¶
Sometimes you want to add tests that check several variations of a template job or that test error handling or that are PsiAPI rather than @@ -210,7 +211,7 @@
Navigation
for examples. Use “quick” freely for tests that cover functionality and are under 15s. Use “long” sparingly to winnow out the longest examples, particularly those over a minute. -Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -328,7 +329,7 @@ Navigation
diff --git a/html/api/psi4.core.AOShellCombinationsIterator.html b/html/api/psi4.core.AOShellCombinationsIterator.html index 5bbf9353cd0..f2cd8b089ce 100644 --- a/html/api/psi4.core.AOShellCombinationsIterator.html +++ b/html/api/psi4.core.AOShellCombinationsIterator.html @@ -37,7 +37,8 @@ - + +AOShellCombinationsIterator @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -308,7 +309,7 @@AOShellCombinationsIterator¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -322,7 +323,7 @@ Navigation
diff --git a/html/api/psi4.core.AngularMomentumInt.html b/html/api/psi4.core.AngularMomentumInt.html index e5aceee47b3..d7f77ea04d8 100644 --- a/html/api/psi4.core.AngularMomentumInt.html +++ b/html/api/psi4.core.AngularMomentumInt.html @@ -37,7 +37,8 @@ - + +AngularMomentumInt @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -291,7 +292,7 @@AngularMomentumInt¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -305,7 +306,7 @@ Navigation
diff --git a/html/api/psi4.core.BSVec.html b/html/api/psi4.core.BSVec.html index b40d6d168ec..60edc03da0f 100644 --- a/html/api/psi4.core.BSVec.html +++ b/html/api/psi4.core.BSVec.html @@ -37,7 +37,8 @@ - + +BSVec @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-++ @@ -314,7 +315,7 @@BSVec¶
-Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -328,7 +329,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisExtents.html b/html/api/psi4.core.BasisExtents.html index abe765f030b..d488526b9ee 100644 --- a/html/api/psi4.core.BasisExtents.html +++ b/html/api/psi4.core.BasisExtents.html @@ -37,7 +37,8 @@ - + +BasisExtents @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -281,7 +282,7 @@BasisExtents¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -295,7 +296,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisFunctions.html b/html/api/psi4.core.BasisFunctions.html index 64186da5c93..97d2aa3f3e2 100644 --- a/html/api/psi4.core.BasisFunctions.html +++ b/html/api/psi4.core.BasisFunctions.html @@ -37,7 +37,8 @@ - + +BasisFunctions @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -290,7 +291,7 @@BasisFunctions¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -304,7 +305,7 @@ Navigation
diff --git a/html/api/psi4.core.BasisSet.html b/html/api/psi4.core.BasisSet.html index a3490c49ff7..5d0b669b085 100644 --- a/html/api/psi4.core.BasisSet.html +++ b/html/api/psi4.core.BasisSet.html @@ -37,7 +37,8 @@ - + +BasisSet @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -557,7 +558,7 @@BasisSet¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -571,7 +572,7 @@ Navigation
diff --git a/html/api/psi4.core.BlockOPoints.html b/html/api/psi4.core.BlockOPoints.html index d62e2f00197..ede1c27bbd9 100644 --- a/html/api/psi4.core.BlockOPoints.html +++ b/html/api/psi4.core.BlockOPoints.html @@ -37,7 +37,8 @@ - + +BlockOPoints @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -313,7 +314,7 @@BlockOPoints¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -327,7 +328,7 @@ Navigation
diff --git a/html/api/psi4.core.BoysLocalizer.html b/html/api/psi4.core.BoysLocalizer.html index c69df3a79b1..2a1e33dfbdf 100644 --- a/html/api/psi4.core.BoysLocalizer.html +++ b/html/api/psi4.core.BoysLocalizer.html @@ -37,7 +37,8 @@ - + +BoysLocalizer @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -291,7 +292,7 @@BoysLocalizer¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -305,7 +306,7 @@ Navigation
diff --git a/html/api/psi4.core.CCWavefunction.html b/html/api/psi4.core.CCWavefunction.html index 991dcdc77c2..1a070e2ccdc 100644 --- a/html/api/psi4.core.CCWavefunction.html +++ b/html/api/psi4.core.CCWavefunction.html @@ -37,7 +37,8 @@ - + +CCWavefunction @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -1277,7 +1278,7 @@CCWavefunction¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -1291,7 +1292,7 @@ Navigation
diff --git a/html/api/psi4.core.CIVector.html b/html/api/psi4.core.CIVector.html index 9a281e6d5e4..322252ea32c 100644 --- a/html/api/psi4.core.CIVector.html +++ b/html/api/psi4.core.CIVector.html @@ -37,7 +37,8 @@ - + +CIVector @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+@@ -399,7 +400,7 @@CIVector¶
Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -413,7 +414,7 @@ Navigation
diff --git a/html/api/psi4.core.CIWavefunction.html b/html/api/psi4.core.CIWavefunction.html index 7782d95fe44..94c622b28fb 100644 --- a/html/api/psi4.core.CIWavefunction.html +++ b/html/api/psi4.core.CIWavefunction.html @@ -37,7 +37,8 @@ - + +CIWavefunction @@ -101,7 +102,7 @@Navigation
· -1.4rc2.dev45 +1.4rc2.dev26 · PSI4 @@ -119,7 +120,7 @@ Navigation
-+CIWavefunction¶
- @@ -1439,7 +1440,7 @@