forked from dftbplus/dftbplus
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce SCC when hybrid functionals (dftbplus#1571)
* Only parse for SCC keyword if not a hybrid DFTB calculation * Remove SCC keyword from parser when hybrid for parser 14 onwards (updating affected v14 tests) * Trap for non-SCC when invoking hybrid functionals
- Loading branch information
1 parent
e445eec
commit d065164
Showing
50 changed files
with
24 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-08 | ||
|
||
Charge = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-12 | ||
|
||
Charge = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1.0e-10 | ||
|
||
Mixer = Broyden {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 50 | ||
SccTolerance = 1e-10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 50 | ||
SccTolerance = 1e-10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 50 | ||
SccTolerance = 1e-10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-08 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SccTolerance = 1e-10 | ||
MaxSccIterations = 60 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SccTolerance = 1e-10 | ||
MaxSccIterations = 60 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SccTolerance = 1e-10 | ||
MaxSccIterations = 60 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-08 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-12 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SccTolerance = 1e-10 | ||
MaxSccIterations = 50 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SccTolerance = 1e-10 | ||
MaxSccIterations = 50 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-08 | ||
|
||
Charge = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-10 | ||
|
||
Charge = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-12 | ||
|
||
Charge = 8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
SCCTolerance = 1e-12 | ||
|
||
Charge = 8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-09 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = GenFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-09 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = VaspFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-08 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = VaspFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 100 | ||
SccTolerance = 1e-08 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ Geometry = VaspFormat { | |
|
||
Hamiltonian = DFTB { | ||
|
||
SCC = Yes | ||
MaxSccIterations = 50 | ||
SccTolerance = 1e-08 | ||
|
||
|
Oops, something went wrong.