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

updated readme, removed redundant readme, changed mkldiscover message #60

Merged
merged 5 commits into from
Jul 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions README.md

This file was deleted.

15 changes: 8 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ properties of molecules and solids.
Current list of contributors:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Anders S. Christensen (University of Basel)
- Lars A. Bratholm (University of Bristol)
- Silvia Amabilino (University of Bristol)
- Felix A. Faber (University of Basel)
- Bing Huang (University of Basel)
- David R. Glowacki (University of Bristol)
- O. Anatole von Lilienfeld (University of Basel)
- Anders S. Christensen (University of Basel)
- Lars A. Bratholm (University of Bristol)
- Silvia Amabilino (University of Bristol)
- Jimmy C. Kromann (University of Basel)
- Felix A. Faber (University of Basel)
- Bing Huang (University of Basel)
- David R. Glowacki (University of Bristol)
- \O. Anatole von Lilienfeld (University of Basel)

1) Citing QML:
--------------
Expand Down
2 changes: 1 addition & 1 deletion mkldiscover.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ def mkl_exists(verbose=False):
mkl_present = mkl_exists(verbose=False)

if mkl_present:
print("MKL could be found")
print("MKL found")
else:
print("MKL could NOT be found")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def requirements():

# use README.md as long description
def readme():
with open('README.md') as f:
with open('README.rst') as f:
return f.read()

def setup_qml():
Expand Down