aiidateam / aiida-tutorials

AiiDA tutorials web site
http://aiida-tutorials.readthedocs.org
20 stars 37 forks source link

Issue on page /sections/running_processes/basics.html #427

Closed Clarkszw closed 1 year ago

Clarkszw commented 1 year ago

Hi aiidateam,

I am trying to set up a new pw code by: $ verdi code setup --label pw --computer localhost --remote-abs-path /opt/conda/bin/pw.x --input-plugin quantumespresso.pw --non-interactive However I get this in the terminal:

Usage: verdi code setup [OPTIONS]
Try 'verdi code setup --help' for help.

Error: Invalid value for '-P' / '--input-plugin': entry point 'quantumespresso.pw' is not valid for any of the allowed entry point groups: aiida.calculations

I am macOS Catalina, just figured out how to install Quantum Espresso in MacOS.. pw.x works fine now. Could you help me with this?

Thanks in advance:) Clark