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

Enhance document on simple ase examples #77

Merged
merged 10 commits into from
Nov 22, 2024
Merged

Conversation

alchem0x2A
Copy link
Collaborator

@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:

  1. I reformatted your examples doc into separate files (shown as individual pages), please check if they make sense
  2. There is still a file 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

@ltimmerman3
Copy link
Collaborator

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"

Copy link
Collaborator

@ltimmerman3 ltimmerman3 left a 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.
Copy link
Collaborator

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

Copy link
Collaborator

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

@ltimmerman3
Copy link
Collaborator

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

@alchem0x2A alchem0x2A merged commit a858396 into SPARC-X:master Nov 22, 2024
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants