Merge branch 'v0.8.0-bugfixes' into 'v0.8.0'
V0.8.0 bugfixes See merge request !109
... | ... | @@ -98,6 +98,10 @@ sub-sections return lists of further objects. Here we navigate the sections ``se |
sub-section ``section_system`` to access the quantity ``energy_total``. This quantity is a | ||
number with an attached unit (Joule), which can be converted to something else (e.g. Hartree). | ||
The create query object keeps all results in memory. Keep this in mind, when you are | ||
accessing a large amount of query results. You should use :func:`ArchiveQuery.clear` | ||
to remove unnecessary results. | ||
< |