This repository was archived by the owner on Dec 8, 2024. It is now read-only.
File tree 4 files changed +10
-39
lines changed
4 files changed +10
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ properties of molecules and solids.
9
9
Current list of contributors:
10
10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11
11
12
- - Anders S. Christensen (University of Basel)
13
- - Lars A. Bratholm (University of Bristol)
14
- - Silvia Amabilino (University of Bristol)
15
- - Felix A. Faber (University of Basel)
16
- - Bing Huang (University of Basel)
17
- - David R. Glowacki (University of Bristol)
18
- - O. Anatole von Lilienfeld (University of Basel)
12
+ - Anders S. Christensen (University of Basel)
13
+ - Lars A. Bratholm (University of Bristol)
14
+ - Silvia Amabilino (University of Bristol)
15
+ - Jimmy C. Kromann (University of Basel)
16
+ - Felix A. Faber (University of Basel)
17
+ - Bing Huang (University of Basel)
18
+ - David R. Glowacki (University of Bristol)
19
+ - \O . Anatole von Lilienfeld (University of Basel)
19
20
20
21
1) Citing QML:
21
22
--------------
Original file line number Diff line number Diff line change @@ -81,6 +81,6 @@ def mkl_exists(verbose=False):
81
81
mkl_present = mkl_exists (verbose = False )
82
82
83
83
if mkl_present :
84
- print ("MKL could be found" )
84
+ print ("MKL found" )
85
85
else :
86
86
print ("MKL could NOT be found" )
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def requirements():
134
134
135
135
# use README.md as long description
136
136
def readme ():
137
- with open ('README.md ' ) as f :
137
+ with open ('README.rst ' ) as f :
138
138
return f .read ()
139
139
140
140
def setup_qml ():
You can’t perform that action at this time.
0 commit comments