-
Notifications
You must be signed in to change notification settings - Fork 96
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
More tutorials #591
Comments
Might also be related to #405. Maybe you, @Andrew-S-Rosen, have some thoughts |
Thanks, @JaGeo! This will be very helpful for @prathami11 here in the Persson group 😄 |
Just fixed one embarrassing mistake in my tutorial. Now, it should hopefully be very useful. 😃 |
@JaGeo Thanks for the tutorial! |
I think the |
I am learning about this right now...! |
When I started contributing to them, they were in pymatgen, I think. (@Andrew-S-Rosen : 🙈). This also led to all kinds of issues. Keeping the updated wasn't easy, I think.. Would be great to collect them in this repo here. We just need to update them frequently. |
I think it would be great to have tutorials in the atomate2 repo and on the docs. In terms of keeping them up to date, I wonder if there is any way we can have some sort of automated testing for them. This might work for the forcefield ones, but will be more difficult for the DFT ones. |
Could one use the mock_* methods within the tutorials without them showing up? |
@JaGeo Yes, Jupyter supports cell metadata which can contain tags. E.g. {
"jupyter": {
"outputs_hidden": true
},
"tags": [
"remove-input",
]
} will hide both input and output of a notebook cell when converted to docs. This does not affect the notebook itself, just it's HTML conversion. Afaik this works with |
I'm just using the new More generally I don't really follow the current structure of the online docs (e.g., the 'chaining workflows' section being hidden under Codes -> VASP) -- happy to do a pass on this if it isn't already in progress. |
@ml-evs if you have some thoughts for how to improve the docs, please go wild! IMO they could be vastly improved. |
@naik-aakash and I have build some new tutorials for an up-coming talk of mine. It might be interesting to also include such tutorials in the atomate2 documentation.
We have uploaded them here for now:
https://jageo.github.io/TutorialAtomate2Forcefields/intro.html
https://jageo.github.io/sites/Phonon_wf_tutorial_update.html
Would be great to hear what others think about such tutorials and how to integrate them best.
The text was updated successfully, but these errors were encountered: