msricher / AtomDB

An Extended Periodic Table of Neutral and Charged Atomic Species

Home Page:http://atomdb.qcdevs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AtomDB

Python3.9 Github

About

AtomDB is a database of atomic and ionic properties.

Installation

python -m pip install -e .

Usage

~/git/atomdb % python -m atomdb -h
usage: python -m atomdb [-h] [-c] [-q] [-e E] dataset elem basis charge mult

Compile and/or query an AtomDB entry

positional arguments:
  dataset     name of dataset
  elem        element symbol
  basis       basis set
  charge      charge
  mult        multiplicity

optional arguments:
  -h, --help  show this help message and exit
  -c          compile the specified entry
  -q          query the specified entry
  -e E        excitation level

If AtomDB is installed in a directory for which you do not have write permissions, or if you'd rather store your AtomDB database in another directory (or you already have one), then you can set the ATOMDB_DATAPATH environment variable to the directory of your choice; either a non-existing directory, or an existing AtomDB database.

On release, AtomDB should come with compiled database files pre-installed in the default ATOMDB_DATAPATH. Raw data files containing the output of electronic structure computations will be hosted in another Git repo (AtomDB-Data) via LFS. If you are a developer working on compiling new database entries or writing new datasets, then you can set ATOMDB_DATAPATH to the location of the AtomDB-Data repo on your computer.

Send Michael your SSH public key and ask him for the current URL for the AtomDB-Data repo.

Contributing

You can help by writing features, properties, and datasets, or by running computations! 🙂

TODO

Citations

2021 QuantumElephant 🐘 AtomDB ⚛

About

An Extended Periodic Table of Neutral and Charged Atomic Species

http://atomdb.qcdevs.org/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%