Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmentel committed Dec 22, 2024
1 parent c396ca5 commit 72e8192
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following data are currently available:
+-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+
| ``mass_number`` | Mass number of the most abundant isotope | | computed | |
+-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+
| ``melting_point`` | Melting point | K | stored | :cite:`haynes2016crc` |
| ``melting_point`` | Melting point at 101.325 kPa pressure | K | stored | :cite:`haynes2016crc` |
+-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+
| ``mendeleev_number`` | Mendeleev's number ([#f_mendeleev_number]_) | | stored | :cite:`Pettifor1984,Villars2004` |
+-----------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------+--------------+------------------------------------------------------+
Expand Down Expand Up @@ -462,25 +462,29 @@ Oxidation States
Phase Transitions
=================

+------------------------------+--------------------------------------+------+--------------+-----------------------+
| Attribute name | Description | Unit | Value origin | Citation keys |
+==============================+======================================+======+==============+=======================+
| ``allotrope`` | Allotrope name | | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``atomic_number`` | Atomic number | | stored | |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``boiling_point`` | Boiling point | K | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``critical_pressure`` | Critical pressure | MPa | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``critical_temperature`` | Critical temperature | K | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``melting_point`` | Melting point | K | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``triple_point_pressure`` | Pressure in kPa of the triple point | kPa | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
| ``triple_point_temperature`` | Temperature in K of the triple point | K | stored | :cite:`haynes2016crc` |
+------------------------------+--------------------------------------+------+--------------+-----------------------+
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| Attribute name | Description | Unit | Value origin | Citation keys |
+==============================+==================================================================================================================================+======+==============+=======================+
| ``allotrope`` | Allotrope name | | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``atomic_number`` | Atomic number | | stored | |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``boiling_point`` | Boiling point | K | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``critical_pressure`` | Critical pressure | MPa | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``critical_temperature`` | Critical temperature | K | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``is_sublimation_point`` | Indicates that boiling_point marks a sublimation point, where the vapor pressure of the solid phase reaches 101.325 kPa | | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``is_transition`` | Indicates that melting_point marks the temperature of the transition to the crystalline form immediately below that entry | | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``melting_point`` | Melting point at 101.325 kPa pressure ([#f_melting_point]_) | K | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``triple_point_pressure`` | Pressure in kPa of the triple point | kPa | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+
| ``triple_point_temperature`` | Temperature in K of the triple point | K | stored | :cite:`haynes2016crc` |
+------------------------------+----------------------------------------------------------------------------------------------------------------------------------+------+--------------+-----------------------+


Screening Constants
Expand Down Expand Up @@ -614,3 +618,7 @@ Screening Constants
- Livermorium
- Tennessine
- Oganesson
.. [#f_melting_point] **Melting Point**
Melting points for carbon from the original source are not included since they are not at standard pressure.

0 comments on commit 72e8192

Please sign in to comment.