aiidateam / aiida-tutorials

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

✨NEW: Ensure `verdi database summary -v` mentioned #359

Open chrisjsewell opened 3 years ago

chrisjsewell commented 3 years ago

verdi database summary -v is my greatest gift to aiida users, make sure its mentioned @mbercx πŸ˜‰

Also, for writing workchains, I moved to_aiida_type to the public API (see https://aiida.readthedocs.io/projects/aiida-core/en/latest/topics/processes/usage.html?highlight=to_aiida_type#automatic-input-serialization)

from aiida.orm import to_aiida_type
mbercx commented 3 years ago

πŸ‘€

typing in terminal...

Neat! I did not know this command existed. πŸ˜… @CasperWA maybe add it to the data section, e.g. after they do the import?