1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Development parsed data
=======================
This is a list of all the data parsed by the `current development code of cclib`_. For the same information for the current official release (version |release|), see the regular `parsed data`_ page. Note that the information on this page may be outdated.
.. _`current development code of cclib`: https://github.com/cclib/cclib
.. _`parsed data`: data.html
Description of parsed data
--------------------------
Click the attribute name in the table below to go to 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_dev.rst
Details of current implementation
---------------------------------
**N/A** = not applicable, **N/P** = applicable, but not possible, **T/D** = to do
.. include:: coverage_dev.rst
|