Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Commit 0ef3870

Browse files
authored
updated readme, removed redundant readme, changed mkldiscover message (#60)
* redundant readme * easier to scan error message * space update * fix the o * updated readme src
1 parent fa1204a commit 0ef3870

File tree

4 files changed

+10
-39
lines changed

4 files changed

+10
-39
lines changed

README.md

-30
This file was deleted.

README.rst

+8-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ properties of molecules and solids.
99
Current list of contributors:
1010
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1111

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)
1920

2021
1) Citing QML:
2122
--------------

mkldiscover.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ def mkl_exists(verbose=False):
8181
mkl_present = mkl_exists(verbose=False)
8282

8383
if mkl_present:
84-
print("MKL could be found")
84+
print("MKL found")
8585
else:
8686
print("MKL could NOT be found")

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def requirements():
134134

135135
# use README.md as long description
136136
def readme():
137-
with open('README.md') as f:
137+
with open('README.rst') as f:
138138
return f.read()
139139

140140
def setup_qml():

0 commit comments

Comments
 (0)