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

The use of nequip command #363

Open
isseitoida opened this issue Aug 17, 2023 · 1 comment
Open

The use of nequip command #363

isseitoida opened this issue Aug 17, 2023 · 1 comment
Labels
question Further information is requested

Comments

@isseitoida
Copy link

pip install nequip

I was able to run this command locally to complete the installation, but the nequip command used to run the test computation afterwards is not recognized.
If you know how to solve this problem, please let me know. Thank you in advance.

@isseitoida isseitoida added the question Further information is requested label Aug 17, 2023
@cw-tan
Copy link
Contributor

cw-tan commented May 16, 2024

Hi @isseitoida

Sorry for the delayed response. The following works for me locally using the recently released nequip-0.6.0 (#430) in a fresh conda environment.

conda create -n nequip python=3.11
conda activate nequip
pip install torch==1.13
pip install nequip

Creating an empty directory with minimal.yaml (this one) in it and calling

nequip-train minimal.yaml

begins training. Let us know if your problem persists.

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

No branches or pull requests

2 participants