-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
99 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
STD_ERR: 0.0001 | ||
VMC_NCONFIG: 100000 | ||
#MOLECULES: ['H', 'He', 'Li', 'Be', 'B', 'C', 'N', 'O', 'F', 'Ne', 'Na', 'Mg', 'Al', 'Si', 'P', 'S', 'P', 'Cl', 'Ar'] | ||
#MOLECULES: ['K', 'Ca', 'Sc', 'Ti', 'V', 'Cr', 'Mn', 'Fe', 'Co', 'Ni', 'Cu', 'Zn', 'Ga', 'Ge', 'As', 'Se', 'Br', 'Kr'] | ||
MOLECULES: ['H', 'He', 'Li', 'Be', 'B', 'C', 'N', 'O', 'F', 'Ne', 'Na', 'Mg', 'Al', 'Si', 'P', 'S', 'P', 'Cl', 'Ar'] | ||
MOLECULES: ['K', 'Ca', 'Sc', 'Ti', 'V', 'Cr', 'Mn', 'Fe', 'Co', 'Ni', 'Cu', 'Zn', 'Ga', 'Ge', 'As', 'Se', 'Br', 'Kr'] | ||
METHODS: ['HartreeFock'] | ||
#BASES: ['DZ', 'TZP', 'TZ2P', 'QZ4P'] | ||
BASES: ['QZ4P'] | ||
#MOLECULES: ['Rb', 'Sr', 'Y', 'Zr', 'Nb', 'Mo', 'Tc', 'Ru', 'Rh', 'Pd', 'Ag', 'Cd', 'In', 'Sn', 'Sb', 'Te', 'I', 'Xe'] | ||
MOLECULES: ['O3'] | ||
#BASES: ['ZORA_DZ', 'ZORA_TZP', 'ZORA_TZ2P', 'ZORA_QZ4P'] | ||
BASES: ['DZ', 'TZP', 'TZ2P', 'QZ4P'] | ||
JASTROWS: ['8_8_44'] |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
STD_ERR: 0.0001 | ||
VMC_NCONFIG: 100000 | ||
MOLECULES: ['Rb', 'Sr', 'Y', 'Zr', 'Nb', 'Mo', 'Tc', 'Ru', 'Rh', 'Pd', 'Ag', 'Cd', 'In', 'Sn', 'Sb', 'Te', 'I', 'Xe'] | ||
METHODS: ['HartreeFock'] | ||
BASES: ['ZORA_DZ', 'ZORA_TZP', 'ZORA_TZ2P', 'ZORA_QZ4P'] | ||
JASTROWS: ['8_8_44'] |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
STD_ERR: 0.0001 | ||
VMC_NCONFIG: 100000 | ||
MOLECULES: ['C2'] | ||
METHODS: ['HF'] | ||
BASES: ['cc-pVDZ'] | ||
JASTROWS: ['8_8_44'] |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
$comment | ||
qchem input for CASINO geminals | ||
$end | ||
|
||
$rem | ||
SYMMETRY true | ||
BASIS {basis} | ||
METHOD {method} | ||
MAX_SCF_CYCLES 100 | ||
SCF_CONVERGENCE 8 | ||
SCF_ALGORITHM {algorithm} | ||
UNRESTRICTED {unrestricted} | ||
MEM_STATIC 2000 | ||
STABILITY_ANALYSIS {stability_analysis} | ||
$end | ||
|
||
$molecule | ||
{molecule_data} | ||
$end | ||
|
||
@@@ | ||
|
||
$rem | ||
SYMMETRY true | ||
SSG 1 | ||
SSG_ARAI_OPT 0 | ||
BASIS {basis} | ||
METHOD {method} | ||
SCF_GUESS read | ||
SCF_CONVERGENCE 8 | ||
UNRESTRICTED {unrestricted} | ||
MAX_SCF_CYCLES 200 | ||
MOLDEN_FORMAT true | ||
PRINT_ORBITALS 2000 | ||
$end | ||
|
||
$molecule | ||
{molecule_data} | ||
$end |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
$comment | ||
qchem input for CASINO geminals | ||
$end | ||
|
||
$rem | ||
SYMMETRY true | ||
BASIS {basis} | ||
METHOD {method} | ||
SSG true | ||
SCF_GUESS sadmo | ||
MAX_SCF_CYCLES 100 | ||
SCF_CONVERGENCE 8 | ||
SCF_ALGORITHM {algorithm} | ||
MEM_STATIC 2000 | ||
STABILITY_ANALYSIS {stability_analysis} | ||
SET_ITER 100 | ||
MOLDEN_FORMAT true | ||
PRINT_ORBITALS 2000 | ||
$end | ||
|
||
$molecule | ||
{molecule_data} | ||
$end |