10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-19 19:52:15 +02:00
quantum_package/data
2014-04-07 15:18:11 +02:00
..
cache Added README.rst in all directories 2014-04-03 16:23:27 +02:00
inputs Renamed test inputs 2014-04-07 15:18:11 +02:00
.gitignore Added README.rst in all directories 2014-04-03 16:23:27 +02:00
Makefile Added MD5 archive script for test input files 2014-04-03 17:43:50 +02:00
README.rst Added README.rst in all directories 2014-04-03 16:23:27 +02:00

====
Data
====


This directory contains all the data files needed for the Quantum Package.
These include:

* Input data for the test suites 
* Atomic basis sets

*Important*: EZFIO files are large and should not be tracked by git.

To avoid tracking large binary files with git, only the MD5 digests of the files
present in the directory are tracked. Input EZFIO files should be archived using the
``archive_ezfio.sh`` script. The name of the archive will be the md5 digest.

The corresponding files are loaded by running::

  $ make pull

And the new files are uploaded with::

  $ make push

All previously downloaded files are stored in the ``cache`` directory.