awvwgk commited on
Commit
3b25134
·
verified ·
1 Parent(s): 1d44a3d

Add model card for baseline models

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: skala
3
+ license: mit
4
+ ---
5
+
6
+ # Baseline models
7
+
8
+ ## Model details
9
+
10
+ Reimplementations of common traditional functionals compatible with the Skala inference libraries like GauXC.
11
+
12
+ Included models:
13
+
14
+ - LDA Slater exchange from [Dirac 1930][dirac1930] & [Bloch 1929][bloch1929]
15
+ - PW92 correlation from [Perdew and Wang 1992][perdew1992]
16
+ - PBE exchange-correlation from [Perdew, Burke and Ernzerhof 1996][perdew1996] & [Perdew, Burke and Ernzerhof 1997][perdew1997]
17
+ - TPSS exchange-correlation from [Tao et al. 2003][tao2003] & [Perdew 2004][perdew2004]
18
+
19
+ **Shared by**
20
+ : Microsoft Research AI for Science
21
+
22
+ **Model type**
23
+ : Density Functional Theory Exchange Correlation Functional
24
+
25
+ **License**
26
+ : MIT
27
+
28
+ ## Direct intended uses
29
+
30
+ 1. The shared functionals are implemented for verification of Skala inference libraries like GauXC
31
+
32
+ ## Risks and limitations
33
+
34
+ 1. Interpretation of results requires expertise in quantum chemistry
35
+
36
+ ## License
37
+
38
+ > MIT License
39
+ >
40
+ > Copyright (c) Microsoft Corporation.
41
+ >
42
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
43
+ >
44
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
45
+ >
46
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47
+
48
+ ## Citation
49
+
50
+ When using any of these functionals in your research, please reference the original sources.
51
+
52
+ ## Model card contacts
53
+
54
+ - Rianne van den Berg, <rvandenberg@microsoft.com>
55
+ - Paola Gori-Giorgi, <pgorigiorgi@microsoft.com>
56
+ - Jan Hermann, <jan.hermann@microsoft.com>
57
+ - Sebastian Ehlert, <sehlert@microsoft.com>
58
+
59
+ [dirac1930]: https://doi.org/10.1017/S0305004100016108
60
+ [bloch1929]: https://doi.org/10.1007/BF01340281
61
+ [perdew1992]: https://doi.org/10.1103/PhysRevB.45.13244
62
+ [perdew1996]: https://doi.org/10.1103/PhysRevLett.77.3865
63
+ [perdew1997]: https://doi.org/10.1103/PhysRevLett.78.1396
64
+ [tao2003]: https://doi.org/10.1103/PhysRevLett.91.146401
65
+ [perdew2004]: https://doi.org/10.1063/1.1665298