1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Parsed data (version |release|)
===============================
This is a list of all the data parsed by the current official release of cclib (namely version |release|). For the same list for the development version, see `development parsed data`_. For details and miscellaneous notes on these attributes, see the `data notes`_ page.
.. _`development parsed data`: data_dev.html
.. _`data notes`: data_notes.html
Description of parsed data
--------------------------
Click the attribute name in the table below to go the notes and specifications for a particular attribute. All arrays are Numpy arrays of type 'd' (if containing floats) or 'i' (if containing integers).
.. include:: attributes.rst
Details of current implementation
---------------------------------
The autogenerated table below details which attributes are supported by which parsers based on unit tests. Note that only actively maintained parsers are listed here, although legacy parsers are still testing with old data as regressions. To see the full list of parsers, see the `summary`_ page.
**N/A** = not applicable, **N/P** = applicable, but not possible, **T/D** = to do
.. include:: coverage.rst
.. _`summary`: index.html#summary
|