We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5050f9 commit c716d7aCopy full SHA for c716d7a
builder/setup_libxc.py
@@ -27,15 +27,15 @@
27
from distutils.util import get_platform
28
29
NAME = 'gpu4pyscf-libxc'
30
-AUTHOR = 'Qiming Sun'
31
-AUTHOR_EMAIL = '[email protected]'
32
-DESCRIPTION = 'GPU extensions for PySCF'
33
-LICENSE = 'GPLv3'
+AUTHOR = 'PySCF developers'
+AUTHOR_EMAIL = None
+DESCRIPTION = 'Customized LibXC for GPU4PySCF'
+LICENSE = 'Apache-2.0'
34
URL = None
35
DOWNLOAD_URL = None
36
CLASSIFIERS = None
37
PLATFORMS = None
38
-VERSION = '0.5'
+VERSION = '0.6'
39
40
def get_cuda_version():
41
nvcc_out = subprocess.check_output(["nvcc", "--version"]).decode('utf-8')
0 commit comments