-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from fkfest/auto/from-devel-repo
Merge changes from development repository
- Loading branch information
Showing
105 changed files
with
41,932 additions
and
2,948 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ docs/equations/*.log | |
docs/equations/*.out | ||
docs/equations/*.toc | ||
docs/src/release-notes.md | ||
LocalPreferences.toml |
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,7 +1,7 @@ | ||
name = "ElemCo" | ||
uuid = "094d408e-8508-40f4-9646-a254980d91ac" | ||
authors = ["Daniel Kats <[email protected]> and contributors"] | ||
version = "0.12.0" | ||
version = "0.12.0+" | ||
|
||
[deps] | ||
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a" | ||
|
@@ -13,6 +13,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | |
MKL = "33e6dc65-8f57-5167-99aa-e5a354878fb2" | ||
Mmap = "a63ad114-7e13-5084-954f-fe012c677804" | ||
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605" | ||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" | ||
|
@@ -26,14 +27,15 @@ AtomsBase = "0.3.5 - 0.3" | |
DocStringExtensions = "0.9" | ||
ITensors = "0.4.0 - 0.7" | ||
IterativeSolvers = "0.9" | ||
MKL = "0.6" | ||
MKL = "0.6 - 0.7" | ||
NPZ = "0.4" | ||
TensorOperations = "3.2.5 - 4" | ||
PrecompileTools = "1" | ||
StaticArrays = "1.4" | ||
TensorOperations = "3.2.5 - 4" | ||
Unitful = "1" | ||
UnitfulAtomic = "1" | ||
libcint_jll = "5.1" | ||
julia = "1.8.5" | ||
libcint_jll = "5.1" | ||
|
||
[extras] | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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,21 @@ | ||
# Ordered descriptive dictionary | ||
|
||
```@docs | ||
ElemCo.DescDict | ||
``` | ||
|
||
## Exported types and functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.DescDict] | ||
Private = false | ||
Order = [:type, :macro, :function] | ||
``` | ||
|
||
## Internal functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.DescDict] | ||
Public = false | ||
Order = [:type, :macro, :function] | ||
``` |
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,31 +1,38 @@ | ||
# FCIDump files | ||
|
||
```@meta | ||
CurrentModule = ElemCo.FciDump | ||
CurrentModule = ElemCo.FciDumps | ||
``` | ||
|
||
```@docs | ||
FciDump | ||
FciDumps | ||
``` | ||
|
||
The FCIDump file format is a simple text file format for storing molecular integrals. It is used by many quantum chemistry programs. | ||
|
||
## Storage of molecular integrals | ||
|
||
```@docs | ||
FDump | ||
``` | ||
|
||
|
||
## Exported functions | ||
|
||
```@autodocs | ||
Modules = [FciDump] | ||
Modules = [FciDumps] | ||
Private = false | ||
Order = [:function] | ||
``` | ||
|
||
## Internal functions | ||
|
||
```@docs | ||
FDumpHeader | ||
``` | ||
|
||
```@autodocs | ||
Modules = [FciDump] | ||
Modules = [FciDumps] | ||
Public = false | ||
Order = [:function] | ||
``` |
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,21 @@ | ||
# Molden Interface | ||
|
||
```@docs | ||
ElemCo.MoldenInterface | ||
``` | ||
|
||
## Exported functions and types | ||
|
||
```@autodocs | ||
Modules = [ElemCo.MoldenInterface] | ||
Private = false | ||
Order = [:function, :type, :macro, :constant] | ||
``` | ||
|
||
## Internal functions and types | ||
|
||
```@autodocs | ||
Modules = [ElemCo.MoldenInterface] | ||
Public = false | ||
Order = [:function, :type, :macro, :constant] | ||
``` |
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,21 @@ | ||
# Outputs | ||
|
||
```@docs | ||
ElemCo.Outputs | ||
``` | ||
|
||
## Exported functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.Outputs] | ||
Private = false | ||
Order = [:type, :macro, :function] | ||
``` | ||
|
||
## Internal functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.Outputs] | ||
Public = false | ||
Order = [:type, :macro, :function] | ||
``` |
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,21 @@ | ||
# QMTensors | ||
|
||
```@docs | ||
ElemCo.QMTensors | ||
``` | ||
|
||
## Exported types and functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.QMTensors] | ||
Private = false | ||
Order = [:type, :macro, :function] | ||
``` | ||
|
||
## Internal types and functions | ||
|
||
```@autodocs | ||
Modules = [ElemCo.QMTensors] | ||
Public = false | ||
Order = [:type, :macro, :function] | ||
``` |
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,2 @@ | ||
[ElemCo] | ||
precompile_workload = false |
Oops, something went wrong.