Max
Max
I encountered this problem as well. Here is the solution Add the following lines to your ~/.bashrc (change the cuda version) export CUDAHOME=/usr/local/cuda-10.0 export LD_LIBRARY_PATH=${CUDAHOME}/lib64 PATH=${CUDAHOME}/bin:${PATH} export PATH
Great work and a very important contribution! I want to report just a couple of minor things I have noticed so far 1. In _paramag_symmetry_operations of MagneticSpacegroupAnalyzer class: ` rotation...
It could be a problem with the SSL key. Set it up as a system environment variable. `os.environ["REQUESTS_CA_BUNDLE"] = "PATH_TO_YOUR_CERTIFICATE/YOUR_CERTIFICATE.crt" `