Skip to content
New issue

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

path to QE missing #217

Open
stefaan-cottenier opened this issue Oct 1, 2023 · 1 comment
Open

path to QE missing #217

stefaan-cottenier opened this issue Oct 1, 2023 · 1 comment

Comments

@stefaan-cottenier
Copy link

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

@eimrek
Copy link

eimrek commented Oct 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants