We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a freshly installed 23.04.03 version of Quantum Mobile, one cannot run pw.x. The PATH does not include it. An extra
export PATH="./.conda/envs/qespresso/bin:$PATH"
is needed. This probably needs to (urgently ?) fixed, as this is quite an essential feature of Quantum Mobile ;-)
The text was updated successfully, but these errors were encountered:
Hi Stefaan! I believe the idea is that the user needs to first activate the corresponding conda environment for a code to be available:
(base) max@qmobile:~$ conda env list # conda environments: # base * /home/max/.conda abinit /home/max/.conda/envs/abinit aiida /home/max/.conda/envs/aiida bigdft /home/max/.conda/envs/bigdft cp2k /home/max/.conda/envs/cp2k fleur /home/max/.conda/envs/fleur nwchem /home/max/.conda/envs/nwchem qespresso /home/max/.conda/envs/qespresso siesta /home/max/.conda/envs/siesta visualise /home/max/.conda/envs/visualise wannier90 /home/max/.conda/envs/wannier90 yambo /home/max/.conda/envs/yambo (base) max@qmobile:~$ conda activate qespresso (qespresso) max@qmobile:~$ which pw.x /home/max/.conda/envs/qespresso/bin/pw.x
But this probably could be more explicitly stated in the docs: https://quantum-mobile.readthedocs.io/en/latest/users/use.html
Sorry, something went wrong.
No branches or pull requests
In a freshly installed 23.04.03 version of Quantum Mobile, one cannot run pw.x. The PATH does not include it. An extra
export PATH="./.conda/envs/qespresso/bin:$PATH"
is needed. This probably needs to (urgently ?) fixed, as this is quite an essential feature of Quantum Mobile ;-)
The text was updated successfully, but these errors were encountered: