36
36
IOData is a HORTON 3 module for input/output of quantum chemistry file formats.
37
37
Documentation is here: https://iodata.readthedocs.io/ or https://iodata.qcdevs.org/
38
38
39
+
39
40
Citation
40
41
--------
41
42
@@ -47,6 +48,7 @@ Please use the following citation in any publication using IOData library:
47
48
Cools‐Ceuppens, V. Chuiko, E. Vohringer‐Martinez,P. W. Ayers, F. Heidar‐Zadeh,
48
49
`J Comput Chem. 2021; 42: 458– 464 <https://doi.org/10.1002/jcc.26468 >`__.
49
50
51
+
50
52
Installation
51
53
------------
52
54
@@ -61,6 +63,15 @@ and the upcoming stable release 1.0.0.
61
63
62
64
See https://iodata.readthedocs.io/en/latest/install.html for full details.
63
65
66
+
67
+ Contributing
68
+ ------------
69
+
70
+ We welcome contributions of all kinds,
71
+ such as new features, improvements, bug fixes, clarification of documentation, and so on.
72
+ Please read our `Contributor Guide `_ and `Code of Conduct `_ for more details.
73
+
74
+
64
75
.. |pytest | image :: https://github.com/theochem/iodata/actions/workflows/pytest.yaml/badge.svg
65
76
:target: https://github.com/theochem/iodata/actions/workflows/pytest.yaml
66
77
.. |release | image :: https://github.com/theochem/iodata/actions/workflows/release.yaml/badge.svg
@@ -72,3 +83,5 @@ See https://iodata.readthedocs.io/en/latest/install.html for full details.
72
83
.. |PyPI | image :: https://img.shields.io/pypi/v/qc-iodata.svg
73
84
:target: https://pypi.python.org/pypi/qc-iodata/
74
85
.. _virtual environment : https://docs.python.org/3/tutorial/venv.html
86
+ .. _Contributor Guide : https://github.com/theochem/.github/blob/main/CONTRIBUTING.md
87
+ .. _Code of Conduct : https://github.com/theochem/.github/blob/main/CODE_OF_CONDUCT.md
0 commit comments