-
Notifications
You must be signed in to change notification settings - Fork 10
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
Enhance document on simple ase examples #77
Conversation
Minor typo in basic usage. # Using GPAW
from gpaw import GPAW
calc = GPAW(xc="PBE", kpts=(9, 9, 9), h=0.25, directory="vasp-calc", convergence={"energy": 1.e-4}) directory should be "gpaw-calc" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you could add the requested note to the plumed example, I think these are good to go
Ag_cluster.center() | ||
``` | ||
|
||
We include PLUMED specific parameters to initialize the metadynamics simulations, taking care to be consistent with native `ASE` and PLUMED units. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a note that PLUMED must be downloaded and compiled separately. Also, the environment variable PLUMED_KERNEL must be set to the location of the libplumedKernel.so
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need py-plumed
installed, but this can be done via conda-forge or pip
Also adding the magmom and magmoms to implemented properties should be done. Currently only available when a .static file is generated (all socket calcs, singlepoints with forces etc.) |
@ltimmerman3 I added more examples on the simple examples in the documentation and the doc should be more or less in shape.
Please help me check a few things:
env.sh
in the examples folder, which I believe is for setting up in PACE. If all the examples can be run locally, we could remove that