Initial commit

This commit is contained in:
Anthony Scemama 2019-01-25 11:39:31 +01:00
parent 8a453928b2
commit 24d9745056
994 changed files with 580048 additions and 4 deletions

5
.gitattributes vendored Normal file
View File

@ -0,0 +1,5 @@
*.irp.f linguist-language=IRPF90
*.f linguist-language=Fortran
*.ml linguist-language=Ocaml
*.sh linguist-language=Bash
*.py linguist-language=Python

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
config/ifort.cfg
quantum_package_static.tar.gz
build.ninja
.ninja_log
.ninja_deps
bin/
lib/
config/qp_create_ninja.pickle
src/*/.gitignore
ezfio_interface.irp.f
share

39
.travis.yml Normal file
View File

@ -0,0 +1,39 @@
#sudo: true
#before_script:
# - sudo apt-get update -q
# - sudo apt-get remove curl
# - sudo apt-get remove zlib1g-dev
# - sudo apt-get install autoconf
# - sudo rm /usr/local/bin/bats
os: linux
dist: trusty
sudo: false
compiler: gfortran
addons:
apt:
packages:
- gfortran
- gcc
- liblapack-dev
- libblas-dev
env:
- OPAMROOT=$HOME/.opam
cache:
directories:
- $HOME/.opam/
language: python
python:
- "2.7"
script:
- ./configure --install all --config ./config/travis.cfg
- source ./quantum_package.rc ; ninja -j 1 -v
- source ./quantum_package.rc ; qp_test -a

32
CITATION.cff Normal file
View File

@ -0,0 +1,32 @@
# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.0.3
message: If you use this software, please cite it using these metadata.
title: Quantum Package
doi: 10.5281/zenodo.825872
authors:
- given-names: Anthony
family-names: Scemama
affiliation: Laboratoire de Chimie et Physique Quantiques / CNRS
- given-names: Yann
family-names: Garniron
affiliation: Laboratoire de Chimie et Physique Quantiques / CNRS
- given-names: Michel
family-names: Caffarel
affiliation: Laboratoire de Chimie et Physique Quantiques / CNRS
- given-names: Thomas
family-names: Applencourt
affiliation: Argonne National Lab
- given-names: Kevin
family-names: Gasperich
affiliation: Argonne National Lab
- given-names: Anouar
family-names: Benali
affiliation: Argonne National Lab
- given-names: Emmanuel
family-names: Giner
affiliation: Laboratoire de Chimie Theorique / CNRS
version: '2.0'
date-released: 2019-02-11
repository-code: https://github.com/QuantumPackage/qp2
license: AGPL-3.0-or-later

32
GITHUB.md Normal file
View File

@ -0,0 +1,32 @@
GitHub Branches
===============
master
The current up-to-date working branch, that users download It should
only contain the latest release and bug fixes.
documentation
It is a fork of the *master* branch, but with the `/docs` directory
containing the sources built properly for the ReadTheDocs website
documentation.
develop
It is a fork of the *master* branch with new developments that will be
merged in the *master* branch for the next release.
gh-pages
This is an independent branch, containing only the web site of QP2.
# How to make a bug fix
[git-flow](https://nvie.com/posts/a-successful-git-branching-model)
should be used:
[![git-flow]](https://nvie.com/img/git-model@2x.png)
For each bug fix, create a new branch. Then, when the bug is fixed and
the test are all OK, merge (squash) the bug fix commits in both the
*master* and the *develop* branches.

289
INSTALL.rst Normal file
View File

@ -0,0 +1,289 @@
============
Installation
============
The |qp| can be downloaded on GitHub as an `archive
<https://github.com/LCPQ/quantum_package/releases/latest>`_ or as a `git
repository <https://github.com/LCPQ/quantum_package>`_.
.. code:: bash
git clone https://github.com/LCPQ/quantum_package
Before anything, go into your :file:`quantum_package` directory and run
.. code:: bash
./configure
This script will create the :file:`quantum_package.rc` bash script, which
sets all the environment variables required for the normal operation of the
*Quantum Package*.
Running this script will also tell you which external dependencies are missing
and need to be installed.
When all dependencies have been installed, ( the :command:`configure` will tell you)
source the :file:`quantum_package.rc` in order to load all environment variables and compile the |QP|.
Requirements
============
- Linux OS
- Fortran compiler : GNU Fortran, Intel Fortran or IBM XL Fortran
- `GNU make`_
- `Autoconf`_
- `Python`_ > 2.6
- |IRPF90| : Fortran code generator
- |EZFIO| : Easy Fortran Input/Output library generator
- |BLAS| and |LAPACK|
- `Zlib`_
- `GNU Patch`_
- |ZeroMQ| : networking library
- |OCaml| compiler with |OPAM| package manager
- |Ninja| : a parallel build system
When all the dependencies have been installed, go into the :file:`config`
directory, and copy the configuration file that corresponds to your
architecture. Modify it if needed, and run :command:`configure` with
:option:`configure -c`.
.. code:: bash
cp ./config/gfortran.example config/gfortran.cfg
./configure -c config/gfortran.cfg
.. note::
The ``popcnt`` instruction accelerates *a lot* the programs, so the
SSE4.2, AVX or AVX2 instruction sets should be enabled in the
configuration file if possible.
Help for installing external dependencies
=========================================
Using the :command:`configure` executable
-----------------------------------------
The :command:`configure` executable can help you in installing the minimal dependencies you will need to compile the |QP|.
The command is to be used as follows:
.. code:: bash
./configure --install <package>
The following packages are supported by the :command:`configure` installer:
* ninja
* irpf90
* zeromq
* f77zmq
* ocaml ( :math:`\approx` 10 minutes)
* ezfio
* docopt
* resultsFile
* bats
Example:
.. code:: bash
./configure -i ezfio
.. note::
When installing the ocaml package, you will be asked the location of where it should be installed.
A safe option is to enter the path proposed by the |QP|:
QP>> Please install it here: /your_quantum_package_directory/bin
So just enter the proposition of the |QP| and press enter.
If the :command:`configure` executable fails to install a specific dependency
-----------------------------------------------------------------------------
If the :command:`configure` executable does not succeed to install a specific dependency,
there are some proposition of how to download and install the minimal dependencies to compile and use the |QP|
Before doing anything below, try to install the packages with your package manager
(:command:`apt`, :command:`yum`, etc)
Ninja
-----
*Ninja* is a build system (like GNU make), with a focus on speed.
* Download the latest binary version of Ninja
here : `<https://github.com/ninja-build/ninja/releases/latest>`_
* Unzip the ninja-linux.zip file, and move the ninja binary into
the :file:`${QP_ROOT}/bin` directory.
IRPF90
------
*IRPF90* is a Fortran code generator for programming using the Implicit Reference
to Parameters (IRP) method.
* Download the latest version of IRPF90
here : `<https://github.com/scemama/irpf90/releases/latest>`_ and move
the downloaded archive in the :file:`${QP_ROOT}/external` directory
* Extract the archive and go into the :file:`irpf90-*` directory to run
:command:`make`
.. note::
The :envvar:`IRPF90_PATH` variable may need to be updated in the configuration
file :file:`${QP_ROOT}/etc/irpf90.rc`.
ZeroMQ and its Fortran binding
------------------------------
*ZeroMQ* is a high-performance asynchronous messaging library.
* Download the latest stable version of ZeroMQ
here : `<https://github.com/zeromq/libzmq/releases/latest>`_ and move the
downloaded archive in the :file:`${QP_ROOT}/external` directory
* Extract the archive, go into the :file:`zeromq-*` directory and run
the following commands
.. code:: bash
./configure --prefix="${QP_ROOT}" --without-libsodium
make
make install
* Download the Fortran binding
here : `<https://github.com/zeromq/f77_zmq/releases/latest>`_ and move
the downloaded archive in the :file:`${QP_ROOT}/external` directory
* Extract the archive, go into the :file:`f77_zmq-*` directory and run
the following commands
.. code:: bash
export ZMQ_H=${QP_ROOT}/include/zmq.h
make
cp libf77zmq.a ${QP_ROOT}/lib
cp libf77zmq.so ${QP_ROOT}/lib
* Copy the :file:`f77_zmq_free.h` file in the ``ZMQ`` module as follows:
.. code:: bash
cp f77_zmq_free.h ${QP_ROOT}/src/ZMQ/f77_zmq.h
Zlib
----
*Zlib* is the compression library used by *gzip*.
* Download the latest version of Zlib here:
`<https://www.zlib.net/zlib-1.2.11.tar.gz>`_
and move it in the :file:`${QP_ROOT}/external` directory
* Extract the archive, go into the :file:`zlib-*` directory and run
the following commands
.. code:: bash
./configure --prefix=${QP_ROOT}
make
make install
OCaml
-----
*OCaml* is a general purpose programming language with an emphasis on expressiveness and safety.
* Download the installer of the OPAM package manager here :
`<https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh>`_
and move it in the :file:`${QP_ROOT}/external` directory
* If you use OCaml only with the |qp|, you can install the OPAM directory
containing the compiler and all the installed libraries in the
:file:`${QP_ROOT}/external` directory as
.. code:: bash
export OPAMROOT=${QP_ROOT}/external/opam
* Run the installer
.. code:: bash
echo ${QP_ROOT}/bin
${QP_ROOT}/external/opam_installer.sh --no-backup --fresh
You the :command:`opam` command can be installed in the :file:`${QP_ROOT}/bin`
directory. To do this, take the output of ``echo ${QP_ROOT}/bin`` and
use it as an answer to where :command:`opam` should be installed.
* Install the OCaml compiler
.. code:: bash
opam init --disable-sandboxing --comp=4.07.0
eval `${QP_ROOT}/bin/opam env`
* Install the required external OCaml libraries
.. code:: bash
opam install ocamlbuild cryptokit zmq core sexplib ppx_sexp_conv ppx_deriving getopt
EZFIO
-----
*EZFIO* is the Easy Fortran Input/Output library generator.
* Download EZFIO here : `<https://gitlab.com/scemama/EZFIO/-/archive/master/EZFIO-master.tar.gz>`_ and move
the downloaded archive in the :file:`${QP_ROOT}/external` directory
* Extract the archive, and rename it as :file:`${QP_ROOT}/external/ezfio`
Docopt
------
*Docopt* is a Python package defining a command-line interface description language.
If you have *pip* for Python2, you can do
.. code:: bash
pip2 install --user docopt
Otherwise,
* Download the archive here : `<https://github.com/docopt/docopt/releases/tag/0.6.2>`_
* Extract the archive
* Copy :file:`docopt-0.6.2/docopt.py` in the :file:`${QP_ROOT}/scripts` directory

View File

@ -629,12 +629,12 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
Quantum Package
Copyright (C) 2019 Anthony Scemama, Emmanuel Giner
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
default: build.ninja
bash -c "source quantum_package.rc ; ninja"
build.ninja:
@bash -c ' echo '' ; echo xxxxxxxxxxxxxxxxxx ; echo "The QP is not configured yet. Please run the ./configure command" ; echo xxxxxxxxxxxxxxxxxx ; echo '' ; ./configure --help' | more

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Quantum Package
A programming environment for wave function methods
![QP](https://raw.githubusercontent.com/QuantumPackage/qp2/master/data/qp2.png)
# Getting started
* [Visit the web site](https://quantumpackage.github.io/qp2)
* [Download the latest release](http://github.com/QuantumPackage/qp2/releases)
* [Read the documentation](https://quantum-package-scemamamaster.readthedocs.io/) **TODO**
# Build status
* Master: [![Build Status](https://travis-ci.org/QuantumPackage/qp2.svg?branch=master)](https://travis-ci.org/QuantumPackage/qp2)
* Development branch : [![Build Status](https://travis-ci.org/QuantumPackage/qp2.svg?branch=develop)](https://travis-ci.org/QuantumPackage/qp2)
# Credits
* [CNRS](http://www.cnrs.fr)
* [Laboratoire de Chimie et Physique Quantiques](http://lcpq.ups-tlse.fr)
* [Laboratoire de Chimie Théorique](http://www.lct.jussieu.fr)
* [Argonne Leadership Computing Facility](http://alcf.anl.gov)
* [CALMIP](https://www.calmip.univ-toulouse.fr)

185
REPLACE Normal file
View File

@ -0,0 +1,185 @@
# This file contains all the renamings that occured between qp1 and qp2.
qp_name mo_mono_elec_integral --rename=mo_mono_elec_integrals
qp_name mo_nucl_elec_integral --rename=mo_nucl_elec_integrals
qp_name mo_kinetic_integral --rename=mo_kinetic_integrals
qp_name disk_access_mo_one_integrals --replace="io_mo_one_e_integrals"
qp_name disk_access_mo_one_integrals --rename="io_mo_one_e_integrals"
qp_name disk_access_ao_one_integrals --rename="io_ao_one_e_integrals"
qp_name ao_mono_elec_integral --rename="ao_one_e_integrals"
qp_name disk_access_ao_integrals --rename="io_ao_two_e_integrals"
qp_name disk_access_mo_integrals --rename="io_mo_two_e_integrals"
qp_name io_mo_integrals --rename="io_mo_two_e_integrals"
qp_name io_ao_integrals --rename="io_ao_two_e_integrals"
qp_name read_ao_integrals --rename="read_ao_two_e_integrals"
qp_name read_mo_integrals --rename="read_mo_two_e_integrals"
qp_name write_mo_integrals --rename="write_mo_two_e_integrals"
qp_name write_ao_integrals --rename="write_ao_two_e_integrals"
qp_name ao_two_e_integrals --rename="ao_two_e_ints"
qp_name mo_two_e_integrals --rename="mo_two_e_ints"
qp_name mo_two_e_erf_integrals --rename="mo_two_e_erf_ints"
qp_name ao_two_e_erf_integrals --rename="ao_two_e_erf_ints"
qp_name ezfio_set_mo_two_e_ints_io_mo_integrals -r ezfio_set_mo_two_e_ints_io_mo_two_e_integrals
qp_name ezfio_set_ao_two_e_ints_io_ao_integrals -r ezfio_set_ao_two_e_ints_io_ao_two_e_integrals
qp_name mo_tot_num -r mo_num
qp_name ezfio_set_mo_basis_mo_tot_num -r ezfio_set_mo_basis_mo_num
qp_name ezfio_get_mo_basis_mo_tot_num -r ezfio_get_mo_basis_mo_num
qp_name ezfio_set_ao_two_e_integrals_disk_access_ao_integrals -r ezfio_set_ao_two_e_integrals_io_ao_two_e_integrals
qp_name ezfio_set_mo_two_e_integrals_disk_access_mo_integrals -r ezfio_set_mo_two_e_integrals_io_mo_two_e_integrals
qp_name ezfio_set_mo_two_e_integrals_io_mo_two_e_integrals -r ezfio_set_mo_two_e_ints_io_mo_two_e_integrals
qp_name ezfio_get_mo_two_e_integrals_io_mo_two_e_integrals -r ezfio_get_mo_two_e_ints_io_mo_two_e_integrals
qp_name ezfio_set_ao_two_e_integrals_io_ao_two_e_integrals -r ezfio_set_ao_two_e_ints_io_ao_two_e_integrals
qp_name ezfio_get_ao_two_e_integrals_io_ao_two_e_integrals -r ezfio_get_ao_two_e_ints_io_ao_two_e_integrals
qp_name ezfio_set_ao_two_e_erf_integrals_disk_access_ao_integrals_erf -r ezfio_set_ao_two_e_erf_ints_io_ao_two_e_integrals_erf
qp_name ezfio_set_mo_two_e_erf_integrals_disk_access_mo_integrals_erf -r ezfio_set_mo_two_e_erf_ints_io_mo_two_e_integrals_erf
qp_name disk_access_ao_integrals_erf io_ao_integrals_erf
qp_name disk_access_ao_integrals_erf -r io_ao_integrals_erf
qp_name disk_access_mo_integrals_erf -r io_mo_integrals_erf
qp_name write_mo_integrals_erf -r write_mo_two_e_integrals_erf
qp_name read_mo_integrals_erf -r read_mo_two_e_integrals_erf
qp_name ao_integrals_n_e
qp_name ao_nucl_elec_interals -r ao_integrals_n_e
qp_name ao_nucl_elec_integrals -r ao_integrals_n_e
qp_name ao_nucl_elec_integrals_per_atom -r ao_integrals_n_e_per_atom
qp_name bi_elec_ref_bitmask_energy -r ref_bitmask_two_e_energy
qp_name mono_elec_ref_bitmask_energy -r ref_bitmask_one_e_energy
qp_name kinetic_ref_bitmask_energy -r ref_bitmask_kinetic_energy
qp_name nucl_elec_ref_bitmask_energy -r ref_bitmask_e_n_energy
qp_name disk_access_ao_integrals_erf
qp_name mo_bielec_integral_jj
qp_name mo_bielec_integral_jj -r mo_two_e_integrals_jj
qp_name mo_bielec_integral_jj_anti -r mo_two_e_integrals_jj_anti
qp_name mo_bielec_integral_jj_anti_from_ao -r mo_two_e_integrals_jj_anti_from_ao
qp_name mo_bielec_integral_jj_anti_exchange -r mo_two_e_integrals_jj_exchange
qp_name mo_bielec_integral_jj_exchange -r mo_two_e_integrals_jj_exchange
qp_name mo_bielec_integral_jj_exchange_from_ao -r mo_two_e_integrals_jj_exchange_from_ao
qp_name mo_bielec_integral_vv_anti_from_ao -r mo_two_e_integrals_vv_anti_from_ao
qp_name mo_bielec_integral_vv_exchange_from_ao -r mo_two_e_integrals_vv_exchange_from_ao
qp_name mo_bielec_integral_vv_from_ao -r mo_two_e_integrals_vv_from_ao
qp_name mo_bielec_integrals_erf_in_map -r mo_two_e_integrals_erf_in_map
qp_name mo_bielec_integrals_in_map -r mo_two_e_integrals_in_map
qp_name ao_bielec_integrals_in_map -r ao_two_e_integrals_in_map
qp_name ao_bielec_integrals_erf_in_map -r ao_two_e_integrals_erf_in_map
qp_name mo_mono_elec_integrals -r mo_one_e_integrals
qp_name mo_nucl_elec_integrals -r mo_integrals_n_e
qp_name mo_nucl_elec_integrals_per_atom -r mo_integrals_n_e_per_atom
qp_name I_x1_pol_mult_mono_elec -r I_x1_pol_mult_one_e
qp_name I_x2_pol_mult_mono_elec -r I_x2_pol_mult_one_e
qp_name give_polynom_mult_center_mono_elec give_polynomial_mult_center_one_e
qp_name give_polynom_mult_center_mono_elec -r give_polynomial_mult_center_one_e
qp_name give_polynom_mult_center_mono_elec_erf -r give_polynomial_mult_center_one_e_erf
qp_name give_polynom_mult_center_mono_elec_erf_opt -r give_polynomial_mult_center_one_e_erf_opt
qp_name i_H_j_mono_spin_monoelec -r i_H_j_mono_spin_one_e
qp_name diag_H_mat_elem_monoelec -r diag_H_mat_elem_one_e
qp_name i_H_j_monoelec -r i_H_j_one_e
qp_name get_mo_bielec_integral -r get_two_e_integral
qp_name ao_bielec_integrals_in_map_slave_tcp -r ao_two_e_integrals_in_map_slave_tcp
qp_name get_ao_bielec_integrals_non_zero -r get_ao_two_e_integrals_non_zero
qp_name bielec
qp_name bielec -r two-electron
qp_name ao_bielec_integral -r ao_two_e_integral
qp_name compute_ao_bielec_integrals -r compute_ao_two_e_integrals
qp_name mo_bielec_integral_jj_from_ao -r mo_two_e_integral_jj_from_ao
qp_name bielec_tmp_1 -r two_e_tmp_1
qp_name bielec_tmp_2 -r two_e_tmp_2
qp_name bielec_tmp_3 -r two_e_tmp_3
qp_name mo_bielec_integrals_index -r mo_two_e_integrals_index
qp_name bielec_tmp_0_idx -r two_e_tmp_0_idx
qp_name bielec_tmp_0 -r two_e_tmp_0
qp_name get_ao_bielec_integrals -r get_ao_two_e_integrals
qp_name bielectronic -r two-electron
qp_name bielec_integrals_index -r two_e_integrals_index
qp_name mo_bielec_integral -r mo_two_e_integral
qp_name mo_bielec_integrals_ij -r mo_two_e_integrals_ij
qp_name get_mo_bielec_integrals_ij -r get_mo_two_e_integrals_ij
qp_name get_mo_bielec_integrals_i1j1 -r get_mo_two_e_integrals_i1j1
qp_name get_mo_bielec_integrals_coulomb -r get_mo_two_e_integrals_coulomb
qp_name get_mo_bielec_integrals_coulomb_ii -r get_mo_two_e_integrals_coulomb_ii
qp_name get_mo_bielec_integrals_exch_ii -r get_mo_two_e_integrals_exch_ii
qp_name get_mo_bielec_integrals -r get_mo_two_e_integrals
qp_name get_ao_bielec_integrals_erf -r get_ao_two_e_integrals_erf
qp_name save_erf_bielec_ints_mo_into_ints_mo -r save_erf_two_e_ints_mo_into_ints_mo
qp_name get_mo_bielec_integral_erf -r get_mo_two_e_integral_erf
qp_name get_ao_bielec_integral_erf -r get_ao_two_e_integral_erf
qp_name bielec_integrals_index_reverse -r two_e_integrals_index_reverse
qp_name get_mo_bielec_integrals_erf -r get_mo_two_e_integrals_erf
qp_name ao_bielec_integral_schwartz -r ao_two_e_integral_schwartz
qp_name get_mo_bielec_integrals_erf_ij -r get_mo_two_e_integrals_erf_ij
qp_name get_mo_bielec_integrals_erf_i1j1 -r get_mo_two_e_integrals_erf_i1j1
qp_name get_mo_bielec_integral_schwartz -r get_mo_two_e_integral_schwartz
qp_name get_ao_bielec_integrals_erf_non_zero -r get_ao_two_e_integrals_erf_non_zero
qp_name compute_ao_bielec_integrals_erf -r compute_ao_two_e_integrals_erf
qp_name mo_bielec_integrals_erf_index -r mo_two_e_integrals_erf_index
qp_name get_mo_bielec_integrals_erf_exch_ii -r get_mo_two_e_integrals_erf_exch_ii
qp_name get_mo_bielec_integrals_erf_coulomb_ii -r get_mo_two_e_integrals_erf_coulomb_ii
qp_name mo_bielec_integral_erf -r mo_two_e_integral_erf
qp_name i_H_j_bielec -r i_H_j_two_e
qp_name H_S2_u_0_bielec_nstates_openmp_work -r H_S2_u_0_two_e_nstates_openmp_work
qp_name H_S2_u_0_bielec_nstates_openmp_work_1 -r H_S2_u_0_two_e_nstates_openmp_work_1
qp_name H_S2_u_0_bielec_nstates_openmp_work_2 -r H_S2_u_0_two_e_nstates_openmp_work_2
qp_name H_S2_u_0_bielec_nstates_openmp_work_3 -r H_S2_u_0_two_e_nstates_openmp_work_3
qp_name H_S2_u_0_bielec_nstates_openmp_work_4 -r H_S2_u_0_two_e_nstates_openmp_work_4
qp_name H_S2_u_0_bielec_nstates_openmp -r H_S2_u_0_two_e_nstates_openmp
qp_name ac_operator_bielec -r ac_operator_two_e
qp_name aa_operator_bielec -r aa_operator_two_e
qp_name a_operator_bielec -r a_operator_two_e
qp_name u_0_H_u_0_bielec -r u_0_H_u_0_two_e
qp_name H_S2_u_0_bielec_nstates_openmp_work_$N_int
qp_name H_S2_u_0_bielec_nstates_openmp_work_$N_int #-r "H_S2_u_0_two_e_nstates_openmp_work_$N_int"
qp_name H_S2_u_0_bielec_nstates_openmp_work_$N_int -r "H_S2_u_0_two_e_nstates_openmp_work_$N_int"
qp_name ao_bielec_integral_erf -r ao_two_e_integral_erf
qp_name psi_energy_bielec -r psi_energy_two_e
qp_name ao_bielec_integrals_in_map_slave_inproc -r ao_two_e_integrals_in_map_slave_inproc
qp_name ao_bielec_integrals_in_map_collector -r ao_two_e_integrals_in_map_collector
qp_name ao_bielec_integral_schwartz_accel -r ao_two_e_integral_schwartz_accel
qp_name get_ao_bielec_integral -r get_ao_two_e_integral
qp_name ao_bielec_integrals_in_map_slave -r ao_two_e_integrals_in_map_slave
qp_name ao_bielec_integral_erf_schwartz -r ao_two_e_integral_erf_schwartz
qp_name ao_bielec_integral_schwartz_accel_erf -r ao_two_e_integral_schwartz_accel_erf
qp_name ao_bielec_integrals_erf_in_map_slave_tcp -r ao_two_e_integrals_erf_in_map_slave_tcp
qp_name ao_bielec_integrals_erf_in_map_slave -r ao_two_e_integrals_erf_in_map_slave
qp_name ao_bielec_integrals_erf_in_map_slave_inproc -r ao_two_e_integrals_erf_in_map_slave_inproc
qp_name ao_bielec_integrals_erf_in_map_collector -r ao_two_e_integrals_erf_in_map_collector
qp_name save_erf_bielec_ints_ao_into_ints_ao -r save_erf_two_e_ints_ao_into_ints_ao
qp_name save_erf_bi_elec_integrals_mo -r save_erf_two_e_integrals_mo
qp_name ao_bi_elec_integral_beta -r ao_two_e_integral_beta
qp_name ao_bi_elec_integral_alpha -r ao_two_e_integral_alpha
qp_name ao_bi_elec_integral_alpha_tmp -r ao_two_e_integral_alpha_tmp
qp_name ao_bi_elec_integral_beta_tmp -r ao_two_e_integral_beta_tmp
qp_name data_one_body_alpha_dm_mo -r data_one_body_dm_alpha_mo
qp_name data_one_body_beta_dm_mo -r data_one_body_dm_beta_mo
qp_name one_body_dm_alpha_ao_for_dft -r one_e_dm_alpha_ao_for_dft
qp_name one_body_dm_alpha_at_r -r one_e_dm_alpha_at_r
qp_name one_body_dm_ao_alpha -r one_e_dm_ao_alpha
qp_name one_body_dm_ao_beta -r one_e_dm_ao_beta
qp_name one_body_dm_average_mo_for_dft -r one_e_dm_average_mo_for_dft
qp_name one_body_dm_beta_ao_for_dft -r one_e_dm_beta_ao_for_dft
qp_name one_body_dm_beta_at_r -r one_e_dm_beta_at_r
qp_name one_body_dm_dagger_mo_spin_index -r one_e_dm_dagger_mo_spin_index
qp_name one_body_dm_mo -r one_e_dm_mo
qp_name one_body_dm_mo_alpha -r one_e_dm_mo_alpha
qp_name one_body_dm_mo_alpha_average -r one_e_dm_mo_alpha_average
qp_name one_body_dm_mo_alpha_for_dft -r one_e_dm_mo_alpha_for_dft
qp_name one_body_dm_mo_beta -r one_e_dm_mo_beta
qp_name one_body_dm_mo_beta_average -r one_e_dm_mo_beta_average
qp_name one_body_dm_mo_beta_for_dft -r one_e_dm_mo_beta_for_dft
qp_name one_body_dm_mo_diff -r one_e_dm_mo_diff
qp_name one_body_dm_mo_for_dft -r one_e_dm_mo_for_dft
qp_name one_body_dm_mo_spin_index -r one_e_dm_mo_spin_index
qp_name one_body_grad_2_dm_alpha_at_r -r one_e_grad_2_dm_alpha_at_r
qp_name one_body_grad_2_dm_beta_at_r -r one_e_grad_2_dm_beta_at_r
qp_name one_body_spin_density_ao -r one_e_spin_density_ao
qp_name one_body_spin_density_mo -r one_e_spin_density_mo
qp_name one_electron_energy -r one_e_energy
qp_name one_dm_alpha_in_r -r one_e_dm_alpha_in_r
qp_name one_dm_and_grad_alpha_in_r -r one_e_dm_and_grad_alpha_in_r
qp_name one_dm_and_grad_beta_in_r -r one_e_dm_and_grad_beta_in_r
qp_name one_dm_beta_in_r -r one_e_dm_beta_in_r
qp_name ezfio_set_aux_quantities_data_one_body_alpha_dm_mo -r ezfio_set_aux_quantities_data_one_e_alpha_dm_mo
qp_name ezfio_set_aux_quantities_data_one_body_beta_dm_mo -r ezfio_set_aux_quantities_data_one_e_beta_dm_mo
qp_name data_one_body_dm_alpha_mo -r data_one_e_dm_alpha_mo
qp_name data_one_body_dm_beta_mo -r data_one_e_dm_beta_mo
qp_name save_one_body_dm -r save_one_e_dm
qp_name ezfio_set_aux_quantities_data_one_e_alpha_dm_mo -r ezfio_set_aux_quantities_data_one_e_dm_alpha_mo
qp_name ezfio_set_aux_quantities_data_one_e_beta_dm_mo -r ezfio_set_aux_quantities_data_one_e_dm_beta_mo
qp_name two_electron_energy -r two_e_energy

65
TODO Normal file
View File

@ -0,0 +1,65 @@
# qpsh
* reconnaitre les executables en vert en mode qpsh
* qp set_file ls: cannot access '*/': No such file or directory
Problem with EMSL
* Faire que le slave de Hartree-fock est le calcul des integrales AO en parallele
# Web/doc
* Creer une page web pas trop degueu et la mettre ici : http://lcpq.github.io/quantum_package
* Creer une page avec la liste de tous les exectuables
# Exterieur
* Molden format : http://cheminf.cmbi.ru.nl/molden/molden_format.html : read+write. Thomas est dessus
* Un module pour lire les integrales Moleculaires depuis un FCIDUMP
* Un module pour lire des integrales Atomiques (voir module de Mimi pour lire les AO Slater)
* Format Fchk (gaussian)
# Tests:
* Extrapolation
* DFT
# User doc:
* Videos:
+) RHF
* Renvoyer a la doc des modules : c'est pour les programmeurs au depart!
* Mettre le mp2 comme exercice
* Interfaces : molden/fcidump
* Natural orbitals
* Parameters for Hartree-Fock
* Parameters for Davidson
* Running in parallel
# Programmers doc:
* Example : Simple Hartree-Fock program from scratch
* Examples : subroutine example_module
# Config file for Cray
# EZFIO sans fork
Refaire les benchmarks
# Documentation de qpsh
# Documentation de /etc
# Extrapolation qui prend aussi en compe la variance? a tester
Parler dans le papier de rPT2
# Toto
Re-design de qp command
S^2 en simple precision dans davidson?
Doc: plugins et qp_plugins

0
bin/.gitignore vendored Normal file
View File

368
bin/qp_convert_output_to_ezfio Executable file
View File

@ -0,0 +1,368 @@
#!/usr/bin/env python2
"""
convert output of GAMESS/GAU$$IAN to ezfio
Usage:
qp_convert_output_to_ezfio [-o EZFIO_DIR] FILE
Options:
-o --output=EZFIO_DIR Produced directory
by default is FILE.ezfio
"""
import sys
import os
from functools import reduce
from ezfio import ezfio
from docopt import docopt
try:
QP_ROOT = os.environ["QP_ROOT"]
QP_EZFIO = os.environ["QP_EZFIO"]
except KeyError:
print "Error: QP_ROOT environment variable not found."
sys.exit(1)
else:
sys.path = [QP_EZFIO + "/Python",
QP_ROOT + "/install/resultsFile",
QP_ROOT + "/install",
QP_ROOT + "/scripts"] + sys.path
try:
from resultsFile import *
except:
print "Error: resultsFile Python library not installed"
sys.exit(1)
def write_ezfio(res, filename):
res.clean_uncontractions()
ezfio.set_file(filename)
# _
# |_ | _ _ _|_ ._ _ ._ _
# |_ | (/_ (_ |_ | (_) | | _>
#
print "Electrons\t...\t",
ezfio.set_electrons_elec_alpha_num(res.num_alpha)
ezfio.set_electrons_elec_beta_num(res.num_beta)
print "OK"
#
# |\ | _ | _ o
# | \| |_| (_ | (/_ |
#
print "Nuclei\t\t...\t",
# ~#~#~#~ #
# I n i t #
# ~#~#~#~ #
charge = []
coord_x = []
coord_y = []
coord_z = []
# ~#~#~#~#~#~#~ #
# P a r s i n g #
# ~#~#~#~#~#~#~ #
for a in res.geometry:
charge.append(a.charge)
if res.units == 'BOHR':
coord_x.append(a.coord[0])
coord_y.append(a.coord[1])
coord_z.append(a.coord[2])
else:
coord_x.append(a.coord[0] / a0)
coord_y.append(a.coord[1] / a0)
coord_z.append(a.coord[2] / a0)
# ~#~#~#~#~ #
# W r i t e #
# ~#~#~#~#~ #
ezfio.set_nuclei_nucl_num(len(res.geometry))
ezfio.set_nuclei_nucl_charge(charge)
# Transformt H1 into H
import re
p = re.compile(ur'(\d*)$')
label = [p.sub("", x.name).capitalize() for x in res.geometry]
ezfio.set_nuclei_nucl_label(label)
ezfio.set_nuclei_nucl_coord(coord_x + coord_y + coord_z)
print "OK"
# _
# /\ _ _ |_) _. _ o _
# /--\ (_) _> |_) (_| _> | _>
#
print "AOS\t\t...\t",
# ~#~#~#~ #
# I n i t #
# ~#~#~#~ #
import string
at = []
num_prim = []
power_x = []
power_y = []
power_z = []
coefficient = []
exponent = []
res.convert_to_cartesian()
# ~#~#~#~#~#~#~ #
# P a r s i n g #
# ~#~#~#~#~#~#~ #
for b in res.basis:
c = b.center
for i, atom in enumerate(res.geometry):
if atom.coord == c:
at.append(i + 1)
num_prim.append(len(b.prim))
s = b.sym
power_x.append(string.count(s, "x"))
power_y.append(string.count(s, "y"))
power_z.append(string.count(s, "z"))
coefficient.append(b.coef)
exponent.append([p.expo for p in b.prim])
# ~#~#~#~#~ #
# W r i t e #
# ~#~#~#~#~ #
ezfio.set_ao_basis_ao_num(len(res.basis))
ezfio.set_ao_basis_ao_nucl(at)
ezfio.set_ao_basis_ao_prim_num(num_prim)
ezfio.set_ao_basis_ao_power(power_x + power_y + power_z)
# ~#~#~#~#~#~#~ #
# P a r s i n g #
# ~#~#~#~#~#~#~ #
prim_num_max = ezfio.get_ao_basis_ao_prim_num_max()
for i in range(len(res.basis)):
coefficient[
i] += [0. for j in range(len(coefficient[i]), prim_num_max)]
exponent[i] += [0. for j in range(len(exponent[i]), prim_num_max)]
coefficient = reduce(lambda x, y: x + y, coefficient, [])
exponent = reduce(lambda x, y: x + y, exponent, [])
coef = []
expo = []
for i in range(prim_num_max):
for j in range(i, len(coefficient), prim_num_max):
coef.append(coefficient[j])
expo.append(exponent[j])
# ~#~#~#~#~ #
# W r i t e #
# ~#~#~#~#~ #
ezfio.set_ao_basis_ao_coef(coef)
ezfio.set_ao_basis_ao_expo(expo)
ezfio.set_ao_basis_ao_basis("Read by resultsFile")
print "OK"
# _
# |\/| _ _ |_) _. _ o _
# | | (_) _> |_) (_| _> | _>
#
print "MOS\t\t...\t",
# ~#~#~#~ #
# I n i t #
# ~#~#~#~ #
MoTag = res.determinants_mo_type
ezfio.set_mo_basis_mo_label('Orthonormalized')
MO_type = MoTag
allMOs = res.mo_sets[MO_type]
# ~#~#~#~#~#~#~ #
# P a r s i n g #
# ~#~#~#~#~#~#~ #
try:
closed = [(allMOs[i].eigenvalue, i) for i in res.closed_mos]
active = [(allMOs[i].eigenvalue, i) for i in res.active_mos]
virtual = [(allMOs[i].eigenvalue, i) for i in res.virtual_mos]
except:
closed = []
virtual = []
active = [(allMOs[i].eigenvalue, i) for i in range(len(allMOs))]
closed = map(lambda x: x[1], closed)
active = map(lambda x: x[1], active)
virtual = map(lambda x: x[1], virtual)
MOindices = closed + active + virtual
MOs = []
for i in MOindices:
MOs.append(allMOs[i])
mo_num = len(MOs)
while len(MOindices) < mo_num:
MOindices.append(len(MOindices))
MOmap = list(MOindices)
for i in range(len(MOindices)):
MOmap[i] = MOindices.index(i)
energies = []
for i in xrange(mo_num):
energies.append(MOs[i].eigenvalue)
if res.occ_num is not None:
OccNum = []
for i in MOindices:
OccNum.append(res.occ_num[MO_type][i])
while len(OccNum) < mo_num:
OccNum.append(0.)
MoMatrix = []
sym0 = [i.sym for i in res.mo_sets[MO_type]]
sym = [i.sym for i in res.mo_sets[MO_type]]
for i in xrange(len(sym)):
sym[MOmap[i]] = sym0[i]
MoMatrix = []
for i in xrange(len(MOs)):
m = MOs[i]
for coef in m.vector:
MoMatrix.append(coef)
while len(MoMatrix) < len(MOs[0].vector)**2:
MoMatrix.append(0.)
# ~#~#~#~#~ #
# W r i t e #
# ~#~#~#~#~ #
ezfio.set_mo_basis_mo_num(mo_num)
ezfio.set_mo_basis_mo_occ(OccNum)
ezfio.set_mo_basis_mo_coef(MoMatrix)
print "OK"
print "Pseudos\t\t...\t",
try:
lmax = 0
nucl_charge_remove = []
klocmax = 0
kmax = 0
nucl_num = len(res.geometry)
for ecp in res.pseudo:
lmax_local = ecp['lmax']
lmax = max(lmax_local, lmax)
nucl_charge_remove.append(ecp['zcore'])
klocmax = max(klocmax, len(ecp[str(lmax_local)]))
for l in range(lmax_local):
kmax = max(kmax, len(ecp[str(l)]))
lmax = lmax-1
ezfio.set_pseudo_pseudo_lmax(lmax)
ezfio.set_pseudo_nucl_charge_remove(nucl_charge_remove)
ezfio.set_pseudo_pseudo_klocmax(klocmax)
ezfio.set_pseudo_pseudo_kmax(kmax)
pseudo_n_k = [[0 for _ in range(nucl_num)] for _ in range(klocmax)]
pseudo_v_k = [[0. for _ in range(nucl_num)] for _ in range(klocmax)]
pseudo_dz_k = [[0. for _ in range(nucl_num)] for _ in range(klocmax)]
pseudo_n_kl = [[[0 for _ in range(nucl_num)] for _ in range(kmax)] for _ in range(lmax+1)]
pseudo_v_kl = [[[0. for _ in range(nucl_num)] for _ in range(kmax)] for _ in range(lmax+1)]
pseudo_dz_kl = [[[0. for _ in range(nucl_num)] for _ in range(kmax)] for _ in range(lmax+1)]
for ecp in res.pseudo:
lmax_local = ecp['lmax']
klocmax = len(ecp[str(lmax_local)])
atom = ecp['atom']-1
for kloc in range(klocmax):
try:
v, n, dz = ecp[str(lmax_local)][kloc]
pseudo_n_k[kloc][atom] = n-2
pseudo_v_k[kloc][atom] = v
pseudo_dz_k[kloc][atom] = dz
except:
pass
for l in range(lmax_local):
for k in range(kmax):
try:
v, n, dz = ecp[str(l)][k]
pseudo_n_kl[l][k][atom] = n-2
pseudo_v_kl[l][k][atom] = v
pseudo_dz_kl[l][k][atom] = dz
except:
pass
ezfio.set_pseudo_pseudo_n_k(pseudo_n_k)
ezfio.set_pseudo_pseudo_v_k(pseudo_v_k)
ezfio.set_pseudo_pseudo_dz_k(pseudo_dz_k)
ezfio.set_pseudo_pseudo_n_kl(pseudo_n_kl)
ezfio.set_pseudo_pseudo_v_kl(pseudo_v_kl)
ezfio.set_pseudo_pseudo_dz_kl(pseudo_dz_kl)
n_alpha = res.num_alpha
n_beta = res.num_beta
for i in range(nucl_num):
charge[i] -= nucl_charge_remove[i]
n_alpha -= nucl_charge_remove[i]/2
n_beta -= nucl_charge_remove[i]/2
ezfio.set_nuclei_nucl_charge(charge)
ezfio.set_electrons_elec_alpha_num(n_alpha)
ezfio.set_electrons_elec_beta_num(n_beta)
except:
ezfio.set_pseudo_do_pseudo(False)
else:
ezfio.set_pseudo_do_pseudo(True)
print "OK"
def get_full_path(file_path):
file_path = os.path.expanduser(file_path)
file_path = os.path.expandvars(file_path)
file_path = os.path.abspath(file_path)
return file_path
if __name__ == '__main__':
ARGUMENTS = docopt(__doc__)
FILE = get_full_path(ARGUMENTS['FILE'])
if ARGUMENTS["--output"]:
EZFIO_FILE = get_full_path(ARGUMENTS["--output"])
else:
EZFIO_FILE = "{0}.ezfio".format(FILE)
try:
RES_FILE = getFile(FILE)
except:
raise
else:
print FILE, 'recognized as', str(RES_FILE).split('.')[-1].split()[0]
write_ezfio(RES_FILE, EZFIO_FILE)
sys.stdout.flush()
if os.system("qp_run save_ortho_mos "+EZFIO_FILE) != 0:
print """Warning: You need to run
qp run save_ortho_mos
to be sure your MOs will be orthogonal, which is not the case when
the MOs are read from output files (not enough precision in output)."""

47
bin/qp_e_conv_fci Executable file
View File

@ -0,0 +1,47 @@
#!/bin/bash
file=$1
if [[ -z ${QP_ROOT} ]] ; then
>&2 echo "please source quantum_package.rc"
exit 1
fi
source ${QP_ROOT}/quantum_package.rc
qp_run print_e_conv $1
nstates=`cat ${1}/determinants/n_states`
echo $nstates
for i in $(seq 1 $nstates) ; do
out=${1}.${i}.conv
cat << EOF > ${out}.plt
set term pdf
set output "$out.pdf"
set log x
set xlabel "Number of determinants"
set ylabel "Total Energy (a.u.)"
plot "$out" w lp title "E_{var} state $i", "$out" u 1:3 w lp title "E_{var} + PT2 state $i"
EOF
gnuplot ${out}.plt
#rm ${out}.plt
done
for i in $(seq 2 $nstates) ; do
out=${1}.${i}.delta_e.conv
cat << EOF > ${out}.plt
set term pdf
set output "$out.pdf"
set log x
set xlabel "Number of determinants"
set ylabel "Energy difference (a.u.)"
plot "$out" w lp title "Delta E_{var} state $i", "$out" u 1:3 w lp title "Delta E_{var} + PT2 state $i"
EOF
gnuplot ${out}.plt
# rm ${out}.plt
done

229
bin/qp_export_as_tgz Executable file
View File

@ -0,0 +1,229 @@
#!/bin/bash
#
# Creates a self-contained binary distribution in the form of a tar.gz file
#
# Mon Nov 26 22:57:50 CET 2018
#
function help() {
cat << EOF
In some HPC facilities, the access to the internet is limited for security
reasons. In such an environment, the installation of QP is sometimes very
painful because the OCaml compiler and the libraries can't be installed by a
non-root user.
This command creates a self-contained binary distribution in the form of a
tar.gz file that can be copied on another machine.
Usage:
$(basename $0) [-h|--help]
Options:
-h --help Prints the help message
Note:
There can be conflicts due to the version of Glibc. The machine on which |QP| is
compiled should be the oldest one.
EOF
exit 0
}
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
while true ; do
case "$1" in
"")
break;;
-h|-help|--help)
help;;
*)
echo $(basename $0)": unknown option $1, try --help"
exit 2;;
esac
shift
done
set -x
# Check the QP_ROOT directory
if [[ -z ${QP_ROOT} ]] ; then
echo "The QP_ROOT environment variable is not set."
echo "Please reload the quantum_package.rc file."
exit 1
fi
cd ${QP_ROOT}
if [[ -f quantum_package.rc \
&& -f README.md \
&& -d src \
&& -d etc \
&& -d man \
&& -d bin \
&& -d ocaml \
&& -d external \
&& -d scripts ]] ; then
: # OK, this is a quantum_package directory
else
error "This doesn't look like a quantum_package directory"
exit 1
fi
# Build all sources
ninja
if [[ $? -ne 0 ]] ; then
error "Error building ${dir}"
fi
# Copy the files in the static directory
QPACKAGE_STATIC=${QP_ROOT}/quantum_package_static
function find_libs () {
for i in "$@" ; do
ldd $i
done \
| sort \
| grep '/' \
| cut --delimiter=' ' --fields=3 \
| uniq
}
function find_exec () {
find ${QP_ROOT}/$1 -perm /u+x -type f
}
echo "Creating root of static directory"
# ---------------------------------
rm --recursive --force -- "${QPACKAGE_STATIC}"
mkdir --parents -- ${QPACKAGE_STATIC}/{bin,etc,man,lib,extra_lib,external}
if [[ $? -ne 0 ]] ; then
error "Error creating ${QPACKAGE_STATIC}/{bin,lib,etc,man,extra_lib,external}"
exit 1
fi
echo "Copying binary files"
# --------------------
FORTRAN_EXEC=$(find_exec src)
if [[ -z $FORTRAN_EXEC ]] ; then
error 'No Fortran binaries found.'
exit 1
fi
OCAML_EXEC=$(find_exec ocaml | grep .native )
if [[ -z $OCAML_EXEC ]] ; then
error 'No ocaml binaries found.'
exit 1
fi
cp -- ${FORTRAN_EXEC} ${OCAML_EXEC} ${QPACKAGE_STATIC}/bin
if [[ $? -ne 0 ]] ; then
error "Error in cp -- ${FORTRAN_EXEC} ${OCAML_EXEC} ${QPACKAGE_STATIC}/bin"
exit 1
fi
(
cd ${QPACKAGE_STATIC}/bin
for i in *.native ; do
mv "$i" $(basename "$i" .native)
done
)
cp ${QP_ROOT}/bin/qp_* ${QPACKAGE_STATIC}/bin
cp ${QP_ROOT}/bin/qpsh ${QPACKAGE_STATIC}/bin
cp --recursive -- ${QP_ROOT}/data ${QPACKAGE_STATIC}/data
for i in ${FORTRAN_EXEC} ; do
i=$(basename $i)
echo $i \$QP_ROOT/bin/$i
done > ${QPACKAGE_STATIC}/data/executables
mkdir --parents -- ${QPACKAGE_STATIC}/src/bitmask
cp ${QP_ROOT}/src/Bitmask/bitmasks_module.f90 ${QPACKAGE_STATIC}/src/bitmask
echo "Copying dynamic libraries"
# --------------------------
MKL_LIBS=$(find_libs ${FORTRAN_EXEC} \
| grep libmkl \
| head -1)
if [[ -n ${MKL_LIBS} ]]
then
MKL_LIBS=$(dirname ${MKL_LIBS})
MKL_LIBS=$(ls ${MKL_LIBS}/libmkl_{def,avx,avx2}.so)
fi
ALL_LIBS=$(find_libs ${OCAML_EXEC} ${FORTRAN_EXEC})
for i in ${ALL_LIBS} ${MKL_LIBS} ; do
cp -- ${i} ${QPACKAGE_STATIC}/extra_lib
done
if [[ $? -ne 0 ]] ; then
echo 'cp -- ${ALL_LIBS} ${MKL_LIBS} ${QPACKAGE_STATIC}/extra_lib'
exit 1
fi
cp -- ${QPACKAGE_STATIC}/extra_lib/lib{[gi]omp*,mkl*,lapack*,blas*,z*} \
${QPACKAGE_STATIC}/lib/
#
echo "Copying scripts directory"
# -------------------------
cp --recursive -- ${QP_ROOT}/scripts ${QPACKAGE_STATIC}/
if [[ $? -ne 0 ]] ;
then
error 'cp --recursive -- ${QP_ROOT}/scripts ${QPACKAGE_STATIC}/'
exit 1
fi
#
echo "Copying external libraries"
# --------------------------
cp --recursive -- ${QP_ROOT}/external/Python ${QPACKAGE_STATIC}/external/
mkdir ${QPACKAGE_STATIC}/external/ezfio
cp --recursive -- ${QP_ROOT}/external/ezfio/Python ${QPACKAGE_STATIC}/external/ezfio/
cp --recursive -- ${QP_ROOT}/external/ezfio/Bash ${QPACKAGE_STATIC}/external/ezfio/
cp --recursive -- ${QP_ROOT}/man/* ${QPACKAGE_STATIC}/man/
echo "Creating quantum_package.rc"
# ---------------------------
cp ${QP_ROOT}/quantum_package.rc ${QPACKAGE_STATIC}/
cp ${QP_ROOT}/etc/* ${QPACKAGE_STATIC}/etc/
cat << EOF > ${QPACKAGE_STATIC}/etc/00.qp_root.rc
export QP_ROOT="\$( cd \$(dirname \\\${BASH_SOURCE}) ; cd .. ; pwd -P )"
EOF
echo "Creating the archive"
# --------------------
tar --create --gzip --file "${QPACKAGE_STATIC}".tar.gz quantum_package_static && \
rm --recursive --force -- "${QPACKAGE_STATIC}"
if [[ $? -ne 0 ]] ; then
error 'tar --create --gzip --file "${QPACKAGE_STATIC}".tar.gz "${QPACKAGE_STATIC}" &&
rm --recursive --force -- "${QPACKAGE_STATIC}"'
exit 1
fi
echo "Done : ${QPACKAGE_STATIC}.tar.gz"

94
bin/qp_mpirun Executable file
View File

@ -0,0 +1,94 @@
#!/bin/bash
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
set -e
PROG=$1
INPUT=$2
case ${PROG} in
-h|--help)
exec qp_run --help
;;
esac
NODES=($(mpirun hostname))
# Test that there is one MPI process per node
NPROC=$(echo ${NODES[@]} | tr ' ' '\n' | sort | wc -l)
NUNIQ=$(echo ${NODES[@]} | tr ' ' '\n' | sort | uniq | wc -l)
if [[ $NPROC != $NUNIQ ]] ; then
error "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error:
There are more than one process per host.
In your SLURM script file, use:
#SBATCH --nodes=$NPROC
#SBATCH --ntasks-per-node=1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"
exit -1
fi
# Check if quantum_package.rc is sourced
if [[ -z ${QP_ROOT} ]] ; then
echo "Error: quantum_package.rc is not sourced"
exit -1
fi
source ${QP_ROOT}/quantum_package.rc
# Get host names
MASTER_NODE=${NODES[0]}
SLAVE_NODES=$(echo ${NODES[@]:1}| tr ' ' ',')
if [[ $NPROC -gt 1 ]] ; then
echo "Master : $MASTER_NODE"
echo "Slaves : $SLAVE_NODES"
fi
# Check if the integrals can be read
qp set_file $INPUT
RW=$(qp get mo_two_e_ints io_mo_two_e_integrals)
if [[ $RW != Read ]] ; then
echo "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Warning:
Two-electron integrals were not saved to disk in a previous run.
If the 4-index transformation takes time, you may consider
killing this job and running
qp_run four_idx_transform $INPUT
as a single-node job before re-submitting the current job.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"
fi
rm --force -- "${INPUT}"/work/qp_run_address
set -x
mpiexec.hydra -n 1 -hosts "$MASTER_NODE" qp_run $PROG $INPUT &
if [[ $NPROC -gt 1 ]] ; then
while [[ ! -f $INPUT/work/qp_run_address ]] ; do
sleep 1
done
sleep 10
echo "Starting slaves"
mpiexec.hydra -n $((${SLURM_NTASKS}-1)) -hosts "$SLAVE_NODES" \
qp_run --slave="$PROG" $INPUT > $INPUT.slaves.out
fi
wait

104
bin/qp_name Executable file
View File

@ -0,0 +1,104 @@
#!/usr/bin/env python2
"""
Displays the names of all the files in which the provider/subroutine/function
given as argument is used. With the -r flag, the name can be changed in the
whole quantum package.
Usage:
qp_name <name> [-r <new_name> | --rename=<new_name>]
Options:
-h Prints the help message
-r <new_name> --rename=<new_name> Renames the provider /
subroutine / function and all
its occurences
Note:
It is safe to create a commit before renaming a provider, and then to
check what has changed using git diff.
"""
import re
import sys
import os
try:
from docopt import docopt
from qp_path import QP_SRC, QP_ROOT
except ImportError:
print "source .quantum_package.rc"
raise
def main(arguments):
"""Main function"""
# Check that name exist in */IRPF90_man
print "Checking that name exists..."
all_modules = os.listdir(QP_SRC)
f = arguments["<name>"]+".l"
found = False
for mod in all_modules:
if os.path.isdir(os.path.join(QP_SRC, mod, "IRPF90_man")):
for filename in os.listdir(os.path.join(QP_SRC, mod, "IRPF90_man")):
if filename == f:
found = True
break
if found: break
if not found:
print "Error:"
print "The variable/subroutine/function \""+arguments["<name>"] \
+ "\" was not found in the sources."
print "Did you compile the code at the root?"
print "Continue? [y/N] ",
cont = sys.stdin.read(1).strip() in ["y", "Y"]
if not cont:
print "Aborted"
sys.exit(1)
# Now search in all the files
if arguments["--rename"]:
print "Replacing..."
else:
print "Searching..."
name = re.compile(r"\b"+arguments["<name>"]+r"\b", re.IGNORECASE)
for mod in all_modules:
dirname = os.path.join(QP_SRC, mod)
if not os.path.isdir(dirname):
continue
for filename in os.listdir(dirname):
if "." not in filename:
continue
filename = os.path.join(dirname, filename)
if not os.path.isfile(filename):
continue
with open(filename, "r") as f:
f_in = f.read()
if name.search(f_in):
print filename
if arguments["--rename"]:
f_new = name.sub(arguments["--rename"], f_in)
with open(filename, "w") as f:
f.write(f_new)
print "Done"
with open(os.path.join(QP_ROOT, "REPLACE"), 'a') as f:
print >>f, "qp_name "+" ".join(sys.argv[1:])
if __name__ == '__main__':
ARGS = docopt(__doc__)
main(ARGS)

306
bin/qp_plugins Executable file
View File

@ -0,0 +1,306 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Usage:
qp_plugins list [-iuq]
qp_plugins download <url>
qp_plugins install <name>...
qp_plugins uninstall <name>
qp_plugins create -n <name> [-r <repo>] [<needed_modules>...]
Options:
list List
-i --installed only the installed plugins
-u --uninstalled only the uninstalled plugins
-q --repositories the external repositories
download <url> Download an external repository.
The URL points to a tar.gz file or a git repository:
http://example.com/site/example.tar.gz
git@gitlab.com:user/example_repository
install Install a plugin
uninstall Uninstall a plugin
create
-n --name=<name> Create a new plugin named <name>
-r --repository=<repo> Name of the repository in which to create the plugin
"""
import sys
import os
import subprocess
try:
from docopt import docopt
from module_handler import ModuleHandler, get_dict_child
from module_handler import get_l_module_descendant
from qp_path import QP_SRC, QP_PLUGINS, QP_DATA, QP_ROOT
except ImportError:
print "Please check if you have sourced the ${QP_ROOT}/quantum_package.rc"
print "(`source ${QP_ROOT}/quantum_package.rc`)"
print sys.exit(1)
def save_new_module(path, l_child):
"""Creates a new module"""
# ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ #
# N E E D E D _ C H I L D R E N _ M O D U L E S #
# ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ #
try:
os.makedirs(path)
except OSError:
print "The module ({0}) already exists...".format(path)
sys.exit(1)
with open(os.path.join(path, "NEED"), "w") as f:
f.write(" ".join(l_child))
f.write("\n")
# ~#~#~#~#~#~#~ #
# R E A D _ M E #
# ~#~#~#~#~#~#~ #
module_name = os.path.basename(path)
header = "{0}\n{1}\n{0}\n".format("=" * len(module_name), module_name)
with open(os.path.join(path, "README.rst"), "w") as f:
f.write(header + "\n")
with open(os.path.join(path, ".gitignore"), "w") as f:
with open(os.path.join(QP_DATA, "module_gitignore"), "r") as g:
data = g.read()
f.write(data)
with open(os.path.join(path, "%s.irp.f"%(module_name)), "w") as f:
f.write("program {0}".format(module_name))
f.write("""
implicit none
BEGIN_DOC
! TODO : Put the documentation of the program here
END_DOC
print *, 'Hello world'
end
""")
def main(arguments):
"""Main function"""
arguments["<name>"] = [os.path.normpath(name) for name in arguments["<name>"]]
if arguments["list"]:
if arguments["--repositories"]:
l_result = [f for f in os.listdir(QP_PLUGINS) \
if f not in [".gitignore", "local"] ]
for repo in sorted(l_result):
print repo
else:
# Search in QP_PLUGINS all directories with a NEED file
l_tmp = [dirname for (dirname, _, filenames) in \
os.walk(QP_PLUGINS, followlinks=False) \
for f in filenames if f == 'NEED' and \
"IRPF90_temp" not in dirname]
# Find directories which contain modules
l_tmp = [os.path.split(f) for f in l_tmp]
d_tmp = {}
repo_of_plugin = {}
for (x, y) in l_tmp:
d_tmp[x] = y
repo_of_plugin[y] = x.replace(QP_PLUGINS+'/','')
l_repository = d_tmp.keys()
m_instance = ModuleHandler(l_repository)
l_plugins = [module for module in m_instance.l_module]
l_result = l_plugins
if arguments["--installed"] or arguments["--uninstalled"]:
# Search in src all symbolic links that are modules
l_installed = [f for f in os.listdir(QP_SRC) \
if (os.path.islink(os.path.join(QP_SRC, f)) \
and f != ".gitignore")]
if arguments["--installed"]:
l_result = [f for f in l_plugins if f in l_installed]
elif arguments["--uninstalled"]:
l_result = [f for f in l_plugins if f not in l_installed]
for module in sorted(l_result):
print "%-30s %-30s"%(module, repo_of_plugin[module])
if arguments["create"]:
m_instance = ModuleHandler([QP_SRC])
l_children = arguments["<needed_modules>"]
name = arguments["--name"]
if arguments["--repository"]:
repository = arguments["--repository"]
else:
repository = "local"
path = os.path.join(QP_PLUGINS, repository, name)
print "Created plugin:"
print path, '\n'
for children in l_children:
if children not in m_instance.dict_descendant:
print "Error: {0} is not a valid module.".format(children)
sys.exit(1)
print "Needed modules:"
print l_children, '\n'
print "This corresponds to using the following modules:"
print l_children + m_instance.l_descendant_unique(l_children), '\n'
print "Which is reduced to:"
l_child_reduce = m_instance.l_reduce_tree(l_children)
print l_child_reduce, '\n'
print "Installation",
save_new_module(path, l_child_reduce)
print " [ OK ]"
print ""
arguments["create"] = False
arguments["install"] = True
main(arguments)
elif arguments["download"]:
url = arguments["<url>"]
is_repo = not(url.endswith(".tar.gz") or \
url.endswith(".tgz") or \
url.endswith(".zip"))
os.chdir(QP_PLUGINS)
if is_repo:
subprocess.check_call(["git", "clone", url])
else:
filename = url.split('/')[-1]
import requests, shutil
try:
r = requests.get(url, verify=True, stream=True)
except:
r = requests.get(url, verify=False, stream=True)
r.raw.decode_content = True
with open(filename, 'wb') as f:
shutil.copyfileobj(r.raw, f)
if filename.endswith(".tar.gz") or \
filename.endswith(".tgz") or \
filename.endswith(".tar.bz2") or \
filename.endswith(".tar"):
subprocess.check_call(["tar", "xf", filename])
os.remove(filename)
elif arguments["install"]:
d_local = get_dict_child([QP_SRC])
l_tmp = [dirname for (dirname, _, filenames) in \
os.walk(QP_PLUGINS, followlinks=False) \
for f in filenames if f == 'NEED']
d_repo_of_plugin = {}
d_repo = {}
for (x, y) in [os.path.split(f) for f in l_tmp]:
d_repo_of_plugin[y] = x
d_repo[x] = None
l_repository = d_repo.keys()
d_plugin = get_dict_child(l_repository)
d_child = d_local.copy()
d_child.update(d_plugin)
normalize_case = {}
for name in d_local.keys() + d_plugin.keys():
normalize_case[name.lower()] = name
l_name = [normalize_case[name.lower()] for name in arguments["<name>"]]
for name in l_name:
if name in d_local:
print "{0} Is already installed".format(name)
l_module_descendant = get_l_module_descendant(d_child, l_name)
l_module_to_cp = [module for module in l_module_descendant if module not in d_local]
if l_module_to_cp:
print "Required dependencies:"
print l_module_to_cp
print "Installation...",
for module_to_cp in l_module_to_cp:
src = os.path.join(d_repo_of_plugin[module_to_cp], module_to_cp)
des = os.path.join(QP_SRC, module_to_cp)
try:
os.symlink(src, des)
install = os.path.join(src, "install")
if os.path.isfile(install):
wd = os.getcwd()
os.chdir(src)
subprocess.check_call([install])
os.chdir(wd)
except OSError:
print "The src directory is broken. Please remove %s" % des
raise
subprocess.check_call(["qp_create_ninja", "update"])
print "[ OK ]"
elif arguments["uninstall"]:
m_instance = ModuleHandler([QP_SRC])
d_descendant = m_instance.dict_descendant
d_local = get_dict_child([QP_SRC])
l_name = arguments["<name>"]
l_failed = [name for name in l_name if name not in d_local]
if l_failed:
print "Plugins not installed:"
for name in sorted(l_failed):
print "%s" % name
sys.exit(1)
l_name_to_remove = l_name + \
[module for module in m_instance.l_module \
for name in l_name if name in d_descendant[module]]
print "Removing plugins:"
print l_name_to_remove
for module in set(l_name_to_remove):
subprocess.check_call(["module_handler.py", "clean", module])
for module in set(l_name_to_remove):
uninstall = os.path.join(QP_SRC, module, "uninstall")
if os.path.isfile(uninstall):
subprocess.check_call([uninstall])
try:
os.unlink(os.path.join(QP_SRC, module))
except OSError:
print "%s is a core module which can't be removed" % module
if __name__ == '__main__':
ARG = docopt(__doc__)
main(ARG)

118
bin/qp_reset Executable file
View File

@ -0,0 +1,118 @@
#!/bin/bash
#
# Resets parts of the EZFIO directory.
#
# Wed Jan 16 16:50:36 CET 2019
#
# Check the QP_ROOT directory
if [[ -z ${QP_ROOT} ]] ; then
echo "The QP_ROOT environment variable is not set."
echo "Please reload the quantum_package.rc file."
exit 1
fi
source ${QP_ROOT}/quantum_package.rc
TEMP=$(getopt -o adhm -l all,dets,help,mos -n $0 -- "$@") || exit 1
eval set -- "$TEMP"
function help() {
cat << EOF
This command resets parts of the EZFIO directory.
Usage:
$(basename $0) [OPTIONS] EZFIO_DIR
Arguments:
EZFIO_DIR EZFIO directory
Options:
-a --all Reset to the state after qp_create
-d --dets Deletes the determinants and CI coefficients
-h --help Prints the help message
-m --mos Deletes the MOs
Examples:
To delete the complete set of determinants and CI coefficients:
$(basename $0) --dets h2o.ezfio
To delete the molecular orbitals (implies -dets):
$(basename $0) --mos h2o.ezfio
EOF
exit 0
}
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
dets=0
mos=0
while true ; do
case "$1" in
-a|--all)
dets=1
mos=1
;;
-d|--dets)
dets=1
;;
-m|--mos)
mos=1
;;
-h|-help|--help)
help
exit 0;;
--) shift ; break ;;
*)
error $(basename $0)": unknown option $1, try --help"
exit 2;;
esac
shift
done
if [[ -z $1 ]] ; then
help
error "EZFIO directory not specified"
fi
if [[ ! -d $1 ]] ; then
error "EZFIO directory not found"
fi
ezfio=$1
qp set_file $ezfio
if [[ $dets -eq 1 ]] ; then
rm --force -- ${ezfio}/determinants/n_det
rm --force -- ${ezfio}/determinants/psi_{det,coef}.gz
fi
if [[ $mos -eq 1 ]] ; then
if [[ -f ${ezfio}/mo_basis/mo_class.gz ]] && [[ $(qp get mo_basis mo_num) -ne \
$(zcat ${ezfio}/mo_basis/mo_class.gz |grep Active | wc -l) ]] ; then
echo "Warning: You will need to re-define the MO classes"
fi
rm --recursive --force -- ${ezfio}/mo_basis
rm --recursive --force -- ${ezfio}/work/mo_ints_*
fi
qp_edit --check ${ezfio}
if [[ $mos -eq 1 ]] ; then
qp set mo_two_e_ints io_mo_two_e_integrals None
qp set mo_one_e_ints io_mo_integrals_e_n None
qp set mo_one_e_ints io_mo_integrals_kinetic None
qp set mo_one_e_ints io_mo_integrals_pseudo None
qp set mo_one_e_ints io_mo_one_e_integrals None
fi

75
bin/qp_set_frozen_core Executable file
View File

@ -0,0 +1,75 @@
#!/usr/bin/env python2
"""
Automatically finds n, the number of core electrons. Calls qp_set_mo_class
setting all MOs as Active, except the n/2 first ones which are set as Core.
If pseudo-potentials are used, all the MOs are set as Active.
For elements on the right of the periodic table, qp_set_frozen_core will work
as expected. But for elements on the left, a small core will be chosen. For
example, a Carbon atom will have 2 core electrons, but a Lithium atom will have
zero.
Usage:
qp_set_frozen_core [-q|--query] EZFIO_DIR
Options:
-q --query Prints in the standard output the number of frozen MOs
"""
import os
import sys
import os.path
try:
import qp_path
except ImportError:
print "source .quantum_package.rc"
raise
from docopt import docopt
from ezfio import ezfio
def main(arguments):
"""Main function"""
filename = arguments["EZFIO_DIR"]
ezfio.set_filename(filename)
n_frozen = 0
try:
do_pseudo = ezfio.pseudo_do_pseudo
except:
do_pseudo = False
if not do_pseudo:
for charge in ezfio.nuclei_nucl_charge:
if charge < 5:
pass
elif charge < 13:
n_frozen += 1
else:
n_frozen += 5
mo_num = ezfio.mo_basis_mo_num
if arguments["--query"]:
print n_frozen
sys.exit(0)
if n_frozen == 0:
os.system("""qp_set_mo_class -a "[1-%d]" %s""" %
(mo_num, sys.argv[1]))
else:
os.system("""qp_set_mo_class -c "[1-%d]" -a "[%d-%d]" %s""" %
(n_frozen, n_frozen+1, mo_num, sys.argv[1]))
if __name__ == '__main__':
ARGUMENTS = docopt(__doc__)
main(ARGUMENTS)

93
bin/qp_srun Executable file
View File

@ -0,0 +1,93 @@
#!/bin/bash
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
set -e
PROG=$1
INPUT=$2
case ${PROG} in
-h|--help)
exec qp_run --help
;;
esac
NODES=($(srun hostname))
# Test that there is one MPI process per node
NPROC=$(echo ${NODES[@]} | tr ' ' '\n' | sort | wc -l)
NUNIQ=$(echo ${NODES[@]} | tr ' ' '\n' | sort | uniq | wc -l)
if [[ $NPROC != $NUNIQ ]] ; then
error "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error:
There are more than one process per host.
In your SLURM script file, use:
#SBATCH --nodes=$NPROC
#SBATCH --ntasks-per-node=1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"
exit -1
fi
# Check if quantum_package.rc is sourced
if [[ -z ${QP_ROOT} ]] ; then
echo "Error: quantum_package.rc is not sourced"
exit -1
fi
source ${QP_ROOT}/quantum_package.rc
# Get host names
MASTER_NODE=${NODES[0]}
SLAVE_NODES=$(echo ${NODES[@]:1}| tr ' ' ',')
if [[ $NPROC -gt 1 ]] ; then
echo "Master : $MASTER_NODE"
echo "Slaves : $SLAVE_NODES"
fi
# Check if the integrals can be read
qp set_file $INPUT
RW=$(qp get mo_two_e_ints io_mo_two_e_integrals)
if [[ $RW != Read ]] ; then
echo "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Warning:
Two-electron integrals were not saved to disk in a previous run.
If the 4-index transformation takes time, you may consider
killing this job and running
qp_run four_idx_transform $INPUT
as a single-node job before re-submitting the current job.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"
fi
rm --force -- "${INPUT}"/work/qp_run_address
set -x
srun -N 1 -n 1 qp_run $PROG $INPUT &
if [[ $NPROC -gt 1 ]] ; then
while [[ ! -f $INPUT/work/qp_run_address ]] ; do
sleep 1
done
sleep 10
echo "Starting slaves"
srun -n $((${SLURM_NTASKS}-1)) \
qp_run --slave $PROG $INPUT > $INPUT.slaves.out
fi
wait

100
bin/qp_stop Executable file
View File

@ -0,0 +1,100 @@
#!/bin/bash
#
# Stops a running calculation in a clean way.
#
# Fri Jan 18 16:58:11 CET 2019
#
# Check the QP_ROOT directory
if [[ -z ${QP_ROOT} ]] ; then
echo "The QP_ROOT environment variable is not set."
echo "Please reload the quantum_package.rc file."
exit 1
fi
TEMP=$(getopt -o cqhs -l soft,cancel,query,help -n $0 -- "$@") || exit 1
eval set -- "$TEMP"
function help() {
cat << EOF
Stops a running QP calculation.
Usage:
$(basename $0) [-chqs] EZFIO_DIR
Arguments:
EZFIO_DIR EZFIO directory
Options:
-c --cancel Cancel qp_stop order
-h --help Print the help message
-q --query Ask if EZFIO_DIR was requested to stop
-s --soft Terminate the current step, but don't kill
the program
EOF
exit 0
}
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
while true ; do
case "$1" in
-h|-help|--help)
help
exit 0;;
-c|--cancel)
c_opt=1
;;
-q|--query)
q_opt=1
;;
-s|--soft)
s_opt=1
;;
--) shift ; break ;;
*)
error $(basename $0)": unknown option $1, try --help"
exit 2;;
esac
shift
done
if [[ -z $1 ]] ; then
help
error "EZFIO directory not specified"
fi
if [[ ! -d $1 ]] ; then
error "EZFIO directory not found"
fi
ezfio=$1
if [[ -z $s_opt ]] ; then
qpstopfile=${ezfio}/work/qpkill
else
qpstopfile=${ezfio}/work/qpstop
fi
if [[ -n ${c_opt} ]] ; then
rm --force ${qpstopfile}
elif [[ -n ${q_opt} ]] ; then
if [[ -f ${qpstopfile} ]] ; then
echo "${ezfio} was requested to stop"
exit 0
else
echo "${ezfio} was not requested to stop"
exit 1
fi
else
echo "...${ezfio} is requested to stop..."
touch ${qpstopfile}
fi

83
bin/qp_test Executable file
View File

@ -0,0 +1,83 @@
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Runs all the possible tests using bats.
Usage:
qp_test [-av] [TEST]
Options:
-v verbose output
-a test all installed modules. Default is to test the current directory.
"""
import sys
import os
import subprocess
try:
from docopt import docopt
from qp_path import QP_SRC, QP_TESTS
except ImportError:
print "Please check if you have sourced the ${QP_ROOT}/quantum_package.rc"
print "(`source ${QP_ROOT}/quantum_package.rc`)"
sys.exit(1)
def main(arguments):
"""Main function"""
# Fetch all *.bats files
l_bats = []
def append_bats(dirname, filenames):
for f in filenames:
if f.endswith(".bats"):
number, _ = f.split('.', 1)
l_bats.append((int(number), os.path.join(dirname, f)))
if arguments["TEST"]:
os.environ["TEST"] = arguments["TEST"]
if arguments["-a"]:
for (dirname, _, filenames) in os.walk(QP_SRC, followlinks=False):
if "IRPF90_temp" not in dirname:
append_bats(dirname, filenames)
else:
for (dirname, _, filenames) in os.walk(os.getcwd(), followlinks=False):
if "IRPF90_temp" not in dirname:
append_bats(dirname, filenames)
l_bats = [y for _, y in sorted(l_bats)]
# Execute tests
os.chdir(QP_TESTS)
for bats_file in l_bats:
print ""
print "-~-~-~-~-~-~"
print ""
print "Running tests for %s"%(bats_file)
print ""
if arguments["-v"]:
p = None
if arguments["TEST"]:
test = "export TEST=%s ; "%arguments["TEST"]
else:
test = ""
try:
os.system(test+" python2 bats_to_sh.py "+bats_file+
"| bash")
except:
if p:
p.terminate()
else:
subprocess.check_call(["bats", bats_file], env=os.environ)
if __name__ == '__main__':
ARGS = docopt(__doc__)
main(ARGS)

67
bin/qp_update Executable file
View File

@ -0,0 +1,67 @@
#!/bin/bash
#
# Updates the current version of QP
#
# Mon Jan 14 21:51:08 CET 2019
#
function help() {
cat << EOF
Updates the current version of QP.
Usage:
$(basename $0) [-h|--help]
Options:
-h --help Prints the help message
EOF
exit 0
}
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
TEMP=`getopt -o h -l help -n $0 -- "$@"` || exit 1
while true ; do
case "$1" in
""|--) shift ; break ;;
-h|-help|--help)
help
shift
exit 0;;
*)
echo $(basename $0)": unknown option $1, try --help"
exit 2;;
esac
done
# Check the QP_ROOT directory
if [[ -z ${QP_ROOT} ]] ; then
echo "The QP_ROOT environment variable is not set."
echo "Please reload the quantum_package.rc file."
exit 1
fi
read -r -p "Are you sure you want to update QP? [y/N] " response
case "$response" in
[yY][eE][sS]|[yY])
:
;;
*)
exit 0
;;
esac
cd ${QP_ROOT}
ninja clean
git pull origin master
ninja

15
bin/qpsh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
export QP_ROOT=$(dirname $0)/..
bash --init-file <(cat << EOF
[[ -f /etc/bashrc ]] && source /etc/bashrc
[[ -f ${HOME}/.bashrc ]] && source ${HOME}/.bashrc
source ${QP_ROOT}/quantum_package.rc
qp prompt
EOF
) -i $@

1
config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.cfg

61
config/bull.cfg Normal file
View File

@ -0,0 +1,61 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : mpiifort -shared-libgcc -shared-intel -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 -DMPI
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FCFLAGS : -xCORE-AVX2 -O2 -ip -ftz -g -traceback -qopt-prefetch=5 -qopt-prefetch-issue-excl-hint -unroll-aggressive
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz -qopt-prefetch
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xCORE-AVX2 -C -fpe0 -traceback
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

62
config/gfortran.cfg Normal file
View File

@ -0,0 +1,62 @@
# Common flags
##############
#
# -ffree-line-length-none : Needed for IRPF90 which produces long lines
# -lblas -llapack : Link with libblas and liblapack libraries provided by the system
# -I . : Include the curent directory (Mandatory)
#
# --ninja : Allow the utilisation of ninja. (Mandatory)
# --align=32 : Align all provided arrays on a 32-byte boundary
#
#
[COMMON]
FC : gfortran -ffree-line-length-none -I . -fPIC
LAPACK_LIB : -lblas -llapack
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -Ofast : Disregard strict standards compliance. Enables all -O3 optimizations.
# It also enables optimizations that are not valid
# for all standard-compliant programs. It turns on
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast -msse4.2
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -Ofast
# Debugging flags
#################
#
# -fcheck=all : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
#
[DEBUG]
FCFLAGS : -fcheck=all -g
# OpenMP flags
#################
#
[OPENMP]
FC : -fopenmp
IRPF90_FLAGS : --openmp

62
config/gfortran_avx.cfg Normal file
View File

@ -0,0 +1,62 @@
# Common flags
##############
#
# -ffree-line-length-none : Needed for IRPF90 which produces long lines
# -lblas -llapack : Link with libblas and liblapack libraries provided by the system
# -I . : Include the curent directory (Mandatory)
#
# --ninja : Allow the utilisation of ninja. (Mandatory)
# --align=32 : Align all provided arrays on a 32-byte boundary
#
#
[COMMON]
FC : gfortran -ffree-line-length-none -I . -mavx -g -fPIC
LAPACK_LIB : -llapack -lblas
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -Ofast : Disregard strict standards compliance. Enables all -O3 optimizations.
# It also enables optimizations that are not valid
# for all standard-compliant programs. It turns on
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast -mavx
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -Ofast
# Debugging flags
#################
#
# -fcheck=all : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
#
[DEBUG]
FCFLAGS : -fcheck=all -g
# OpenMP flags
#################
#
[OPENMP]
FC : -fopenmp
IRPF90_FLAGS : --openmp

62
config/gfortran_debug.cfg Normal file
View File

@ -0,0 +1,62 @@
# Common flags
##############
#
# -ffree-line-length-none : Needed for IRPF90 which produces long lines
# -lblas -llapack : Link with libblas and liblapack libraries provided by the system
# -I . : Include the curent directory (Mandatory)
#
# --ninja : Allow the utilisation of ninja. (Mandatory)
# --align=32 : Align all provided arrays on a 32-byte boundary
#
#
[COMMON]
FC : gfortran -g -ffree-line-length-none -I . -fPIC
LAPACK_LIB : -lblas -llapack
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 --assert
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -Ofast : Disregard strict standards compliance. Enables all -O3 optimizations.
# It also enables optimizations that are not valid
# for all standard-compliant programs. It turns on
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -Ofast
# Debugging flags
#################
#
# -fcheck=all : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
#
[DEBUG]
FCFLAGS : -g -msse4.2 -fcheck=all -Waliasing -Wampersand -Wconversion -Wsurprising -Wintrinsics-std -Wno-tabs -Wintrinsic-shadow -Wline-truncation -Wreal-q-constant
# OpenMP flags
#################
#
[OPENMP]
FC : -fopenmp
IRPF90_FLAGS : --openmp

62
config/gfortran_mpi.cfg Normal file
View File

@ -0,0 +1,62 @@
# Common flags
##############
#
# -ffree-line-length-none : Needed for IRPF90 which produces long lines
# -lblas -llapack : Link with libblas and liblapack libraries provided by the system
# -I . : Include the curent directory (Mandatory)
#
# --ninja : Allow the utilisation of ninja. (Mandatory)
# --align=32 : Align all provided arrays on a 32-byte boundary
#
#
[COMMON]
FC : mpif90 -ffree-line-length-none -I . -g -fPIC
LAPACK_LIB : -lblas -llapack
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 -DMPI
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -Ofast : Disregard strict standards compliance. Enables all -O3 optimizations.
# It also enables optimizations that are not valid
# for all standard-compliant programs. It turns on
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast -msse4.2
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -Ofast -msse4.2
# Debugging flags
#################
#
# -fcheck=all : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
#
[DEBUG]
FCFLAGS : -fcheck=all -g
# OpenMP flags
#################
#
[OPENMP]
FC : -fopenmp
IRPF90_FLAGS : --openmp

63
config/ifort.cfg Normal file
View File

@ -0,0 +1,63 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : ifort -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FC : -traceback
FCFLAGS : -xSSE4.2 -O2 -ip -ftz -g
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xSSE2 -C -fpe0 -implicitnone
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

63
config/ifort_avx.cfg Normal file
View File

@ -0,0 +1,63 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : ifort -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FC : -traceback
FCFLAGS : -xAVX -O2 -ip -ftz -g
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xSSE2 -C -fpe0 -implicitnone
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

64
config/ifort_avx_mpi.cfg Normal file
View File

@ -0,0 +1,64 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : mpiifort -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 -DMPI
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FCFLAGS : -xAVX -O2 -ip -ftz -g -traceback
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xSSE2 -C -fpe0 -implicitnone
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

66
config/ifort_debug.cfg Normal file
View File

@ -0,0 +1,66 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : ifort -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 --assert
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FC : -traceback
FCFLAGS : -xSSE4.2 -O2 -ip -ftz -g
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xSSE4.2 -C -fpe0 -implicitnone
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

64
config/ifort_mpi.cfg Normal file
View File

@ -0,0 +1,64 @@
# Common flags
##############
#
# -mkl=[parallel|sequential] : Use the MKL library
# --ninja : Allow the utilisation of ninja. It is mandatory !
# --align=32 : Align all provided arrays on a 32-byte boundary
#
[COMMON]
FC : mpiifort -fpic
LAPACK_LIB : -mkl=parallel
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 -DMPI
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -xHost : Compile a binary optimized for the current architecture
# -O2 : O3 not better than O2.
# -ip : Inter-procedural optimizations
# -ftz : Flushes denormal results to zero
#
[OPT]
FCFLAGS : -xSSE4.2 -O2 -ip -ftz -g -traceback
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -xSSE4.2 -O2 -ip -ftz
# Debugging flags
#################
#
# -traceback : Activate backtrace on runtime
# -fpe0 : All floating point exaceptions
# -C : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
# -xSSE2 : Valgrind needs a very simple x86 executable
#
[DEBUG]
FC : -g -traceback
FCFLAGS : -xSSE2 -C -fpe0 -implicitnone
# OpenMP flags
#################
#
[OPENMP]
FC : -qopenmp
IRPF90_FLAGS : --openmp

65
config/travis.cfg Normal file
View File

@ -0,0 +1,65 @@
# Common flags
##############
#
# -ffree-line-length-none : Needed for IRPF90 which produces long lines
# -lblas -llapack : Link with libblas and liblapack libraries provided by the system
# -I . : Include the curent directory (Mandatory)
#
# --ninja : Allow the utilisation of ninja. (Mandatory)
# --align=32 : Align all provided arrays on a 32-byte boundary
#
#
[COMMON]
FC : gfortran -ffree-line-length-none -I . -g -fPIC
LAPACK_LIB : -llapack -lblas
IRPF90 : irpf90
IRPF90_FLAGS : --ninja --align=32 --assert
# Global options
################
#
# 1 : Activate
# 0 : Deactivate
#
[OPTION]
MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below
CACHE : 0 ; Enable cache_compile.py
OPENMP : 1 ; Append OpenMP flags
# Optimization flags
####################
#
# -Ofast : Disregard strict standards compliance. Enables all -O3 optimizations.
# It also enables optimizations that are not valid
# for all standard-compliant programs. It turns on
# -ffast-math and the Fortran-specific
# -fno-protect-parens and -fstack-arrays.
[OPT]
FCFLAGS : -Ofast -march=native
# Profiling flags
#################
#
[PROFILE]
FC : -p -g
FCFLAGS : -Ofast -fimplicit-none
# Debugging flags
#################
#
# -fcheck=all : Checks uninitialized variables, array subscripts, etc...
# -g : Extra debugging information
#
[DEBUG]
FCFLAGS : -Ofast -fcheck=all -g -Waliasing -Wampersand -Wconversion -Wsurprising -Wintrinsics-std -Wno-tabs -Wintrinsic-shadow -Wline-truncation -Wreal-q-constant
# OpenMP flags
#################
#
[OPENMP]
FC : -fopenmp
IRPF90_FLAGS : --openmp

449
configure vendored Executable file
View File

@ -0,0 +1,449 @@
#!/bin/bash
#
# Quantum Package configuration script
#
TEMP=$(getopt -o c:i:h -l config:,install:,help -n $0 -- "$@") || exit 1
eval set -- "$TEMP"
export QP_ROOT="$( cd "$(dirname "$0")" ; pwd -P )"
echo "QP_ROOT="$QP_ROOT
function help()
{
cat <<EOF
Quantum Package configuration script.
Usage:
$(basename $0) -c <file> | --config=<file>
$(basename $0) -h | --help
$(basename $0) -i <package> | --install=<package>
Options:
-c, --config=<file> Define a COMPILATION configuration file,
in "${QP_ROOT}/config/".
-h, --help Print the HELP message
-i, --install=<package> INSTALL <package>. Use at your OWN RISK:
no support will be provided for the installation of
dependencies.
Example:
./$(basename $0) -c config/gfortran.cfg
Note:
Users are encouraged to create their own configuration files instead of
modifying the existing ones.
EOF
exit
}
function error() {
>&2 echo "$(basename $0): $@"
exit 2
}
function execute () {
local _command
echo "Executing:"
while read -r line; do
echo " " $line
_command+="${line} ;"
done
sleep 1
echo ""
printf "\e[0;94m"
( eval "set -x ; $_command set +x" ) || exit -1
printf "\e[m"
echo ""
}
PACKAGES=""
OCAML_PACKAGES="ocamlbuild cryptokit zmq core sexplib ppx_sexp_conv ppx_deriving getopt"
while true ; do
case "$1" in
-c|--config)
case "$2" in
"") help ; break;;
*) if [[ -f $2 ]] ; then
CONFIG="$2"
else
error "error: configuration file $2 not found."
exit 1
fi
esac
shift 2;;
-i|--install)
case "$2" in
"") help ; break;;
*) PACKAGES="${PACKAGE} $2"
esac
shift 2;;
-h|-help|--help)
help
exit 0;;
--) shift ; break ;;
*)
error $(basename $0)": unknown option $1, try --help"
exit 2;;
esac
done
# Trim leading and trailing spaces
PACKAGES=$(echo $PACKAGES | xargs)
echo "export QP_ROOT=\"$QP_ROOT\"" > ${QP_ROOT}/etc/00.qp_root.rc
source quantum_package.rc
function fail() {
echo "You can try to install it using the -i option."
echo "Please refer to INSTALL.rst to install the missing dependencies."
exit 1
}
function success() {
echo ""
echo "Configuration successful."
exit 1
}
function download() {
echo "Downloading $1"
echo ""
printf "\e[0;34m"
wget --no-check-certificate $1 --output-document=$2 || error "Unable to download $1"
printf "\e[m"
echo "Saved dowloaded file as $2"
echo ""
}
function not_found() {
echo 'not_found'
}
function find_exe() {
which $1 2> /dev/null || not_found
}
function find_python_lib() {
python2 -c "import $1" &> /dev/null && echo "$1" || not_found
}
function find_lib() {
echo "int main() { return 0; }" > "${QP_ROOT}"/external/tmp.c
gcc $@ "${QP_ROOT}"/external/tmp.c -o "${QP_ROOT}"/external/tmp.exe 2> /dev/null
if [[ -x "${QP_ROOT}"/external/tmp.exe ]] ; then
rm "${QP_ROOT}"/external/tmp.exe "${QP_ROOT}"/external/tmp.c
echo "$lib"
else
rm "${QP_ROOT}"/external/tmp.c
not_found
fi
}
function find_dir() {
if [[ -d $1 ]] ; then
echo "$1"
else
not_found
fi
}
if [[ "${PACKAGES}.x" != ".x" ]] ; then
printf "\e[0;31m"
echo ""
echo "#########################################################"
echo "# #"
echo "# Automatic installation of dependencies #"
echo "# #"
echo "# USE AT YOUR OWN RISK : #"
echo "# No support will be provided by the quantum package #"
echo "# developers for the installation of external software. #"
echo "# #"
echo "# You may refer to the INSTALL.rst file for help. #"
echo "# #"
echo "#########################################################"
printf "\e[m"
echo ""
sleep 1
fi
if [[ ${PACKAGES} = all ]] ; then
PACKAGES="zlib ninja irpf90 zeromq f77zmq ocaml ezfio docopt resultsFile bats"
fi
for PACKAGE in ${PACKAGES} ; do
if [[ ${PACKAGE} = ninja ]] ; then
download \
"https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" \
"${QP_ROOT}"/external/ninja.zip
execute << EOF
rm -f "\${QP_ROOT}"/bin/ninja
unzip "\${QP_ROOT}"/external/ninja.zip -d "\${QP_ROOT}"/bin
EOF
elif [[ ${PACKAGE} = irpf90 ]] ; then
# When changing version of irpf90, don't forget to update etc/irpf90.rc
download \
"https://gitlab.com/scemama/irpf90/-/archive/v1.7.5/irpf90-v1.7.5.tar.gz" \
"${QP_ROOT}"/external/irpf90.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file irpf90.tar.gz
rm irpf90.tar.gz
cd irpf90-*
make
EOF
elif [[ ${PACKAGE} = zeromq ]] ; then
download \
"https://github.com/zeromq/libzmq/releases/download/v4.2.5/zeromq-4.2.5.tar.gz" \
"${QP_ROOT}"/external/zeromq.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file zeromq.tar.gz
rm zeromq.tar.gz
cd zeromq-*
./configure --prefix="\$QP_ROOT" --without-libsodium --enable-libunwind=no
make
make install
EOF
elif [[ ${PACKAGE} = f77zmq ]] ; then
download \
"https://github.com/scemama/f77_zmq/archive/v4.2.5.tar.gz" \
"${QP_ROOT}"/external/f77_zmq.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file f77_zmq.tar.gz
rm f77_zmq.tar.gz
cd f77_zmq-*
export ZMQ_H="\$QP_ROOT"/include/zmq.h
make
cp libf77zmq.a "\${QP_ROOT}"/lib
cp libf77zmq.so "\${QP_ROOT}"/lib
cp f77_zmq_free.h "\${QP_ROOT}"/include
EOF
elif [[ ${PACKAGE} = ocaml ]] ; then
download \
"https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh" \
"${QP_ROOT}"/external/opam_installer.sh
if [[ -n ${TRAVIS} ]] ; then
# Special commands for Travis CI
chmod +x "${QP_ROOT}"/external/opam_installer.sh
rm --force ${QP_ROOT}/bin/opam
export OPAMROOT=${HOME}/.opam
cat << EOF | bash ${QP_ROOT}/external/opam_installer.sh --no-backup
${QP_ROOT}/bin
EOF
rm ${QP_ROOT}/external/opam_installer.sh
source ${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
${QP_ROOT}/bin/opam init --disable-sandboxing --verbose \
--yes --comp=4.07.0
eval $(${QP_ROOT}/bin/opam env)
opam install -y ${OCAML_PACKAGES} || exit 1
else
# Conventional commands
execute << EOF
chmod +x "\${QP_ROOT}"/external/opam_installer.sh
rm --force \${QP_ROOT}/bin/opam
export OPAMROOT=\${OPAMROOT:-\${QP_ROOT}/external/opam}
echo \${QP_ROOT}/bin \
| sh \${QP_ROOT}/external/opam_installer.sh
rm \${QP_ROOT}/external/opam_installer.sh
source \${OPAMROOT}/opam-init/init.sh > /dev/null 2> /dev/null || true
\${QP_ROOT}/bin/opam init --disable-sandboxing --verbose \
--yes --comp=4.07.0
eval \$(\${QP_ROOT}/bin/opam env)
opam install -y \${OCAML_PACKAGES} || exit 1
EOF
fi
elif [[ ${PACKAGE} = ezfio ]] ; then
download \
"https://gitlab.com/scemama/EZFIO/-/archive/v1.4.0/EZFIO-v1.4.0.tar.gz" \
"${QP_ROOT}"/external/ezfio.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file ezfio.tar.gz
rm -rf ezfio
mv EZFIO-* ezfio
EOF
elif [[ ${PACKAGE} = zlib ]] ; then
download \
"https://www.zlib.net/zlib-1.2.11.tar.gz" \
"${QP_ROOT}"/external/zlib.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file zlib.tar.gz
rm zlib.tar.gz && \
cd zlib-*/
./configure --prefix=${QP_ROOT} && \
make && make install
EOF
elif [[ ${PACKAGE} = docopt ]] ; then
download \
"https://github.com/docopt/docopt/archive/0.6.2.tar.gz" \
"${QP_ROOT}"/external/docopt.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file docopt.tar.gz
mv docopt-*/docopt.py "\${QP_ROOT}/external/Python"
rm --recursive --force -- docopt-*/ docopt.tar.gz
EOF
elif [[ ${PACKAGE} = resultsFile ]] ; then
download \
"https://gitlab.com/scemama/resultsFile/-/archive/master/resultsFile-master.tar.gz" \
"${QP_ROOT}"/external/resultsFile.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar --gunzip --extract --file resultsFile.tar.gz
mv resultsFile-master/resultsFile "\${QP_ROOT}/external/Python/"
rm --recursive --force resultsFile-master resultsFile.tar.gz
EOF
elif [[ ${PACKAGE} = bats ]] ; then
download \
"https://github.com/bats-core/bats-core/archive/v1.1.0.tar.gz" \
"${QP_ROOT}"/external/bats.tar.gz
execute << EOF
cd "\${QP_ROOT}"/external
tar -zxf bats.tar.gz
( cd bats-core-1.1.0/ ; ./install.sh \${QP_ROOT})
rm --recursive --force -- bats-core-1.1.0 \ "\${QP_ROOT}"/external/bats.tar.gz
EOF
fi
done
NINJA=$(find_exe ninja)
if [[ ${NINJA} = $(not_found) ]] ; then
error "Ninja is not installed."
fail
fi
IRPF90=$(find_exe irpf90)
if [[ ${IRPF90} = $(not_found) ]] ; then
error "IRPf90 is not installed."
fail
fi
ZEROMQ=$(find_lib -lzmq)
if [[ ${ZEROMQ} = $(not_found) ]] ; then
error "ZeroMQ is not installed."
fail
fi
F77ZMQ=$(find_lib -lzmq -lf77zmq)
if [[ ${F77ZMQ} = $(not_found) ]] ; then
error "Fortran binding of ZeroMQ (f77zmq) is not installed."
fail
fi
OPAM=$(find_exe opam)
if [[ ${OPAM} = $(not_found) ]] ; then
error "OPAM (ocaml) package manager is not installed."
fail
fi
OCAML=$(find_exe ocaml)
if [[ ${OCAML} = $(not_found) ]] ; then
error "OCaml compiler is not installed."
fail
fi
EZFIO=$(find_dir "${QP_ROOT}"/external/ezfio)
if [[ ${EZFIO} = $(not_found) ]] ; then
error "EZFIO is not installed."
fail
fi
ZLIB=$(find_lib -lz)
if [[ ${ZLIB} = $(not_found) ]] ; then
error "Zlib is not installed."
fail
fi
DOCOPT=$(find_python_lib docopt)
if [[ ${DOCOPT} = $(not_found) ]] ; then
error "docopt is not installed."
fail
fi
RESULTSFILE=$(find_python_lib resultsFile)
if [[ ${RESULTSFILE} = $(not_found) ]] ; then
error "resultsFile is not installed."
fail
fi
printf "\e[0;34m"
echo " ___________________________ "
echo "< All dependencies installed. >"
echo " --------------------------- "
echo " \ ^__^ "
echo " \ (oo)\_______ "
echo " (__)\ )\/\. "
echo " ||----w | "
echo " || || "
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
printf "\e[m\n"
if [[ -n $CONFIG ]] ; then
"${QP_ROOT}"/scripts/compilation/qp_create_ninja create --development "${CONFIG}"
fi
if [[ -f ${QP_ROOT}/build.ninja ]] ; then
[[ -z ${TRAVIS} ]] && echo "You can now run ./bin/qpsh to enter in the QP shell mode :)"
else
echo ""
echo "${QP_ROOT}/build.ninja does not exist,"
echo "you need to specify the COMPILATION configuration file."
echo "See ./configure --help for more details."
echo ""
fi
exit 0

3
data/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
executables
ezfio_defaults
list_element.txt

9
data/README.rst Normal file
View File

@ -0,0 +1,9 @@
====
Data
====
This directory contains all the data files needed for the Quantum Package.
The `basis` directory contains some of the most popular basis sets, and the
`pseudo` directory contains pseudopotential data.

266
data/basis/00_README.rst Normal file
View File

@ -0,0 +1,266 @@
# Basis sets obtained from EMSL Basis Set Exchange : https://bse.pnl.gov/bse/portal
# File Name on EMSL BSE Description
3-21++g '3-21++G' VDZD Valence Double Zeta + Diffuse Functions on All Atoms
3-21g '3-21G' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
3-21gsp '3-21GSP' VDZD Valence Double Zeta
3-21++g_star '3-21++G*' VDZD Valence Double Zeta + Diffuse Functions + Polarization
3-21g_star '3-21G*' VDZP Valence Double Zeta + Polarization on Second Row Atoms
4-22gsp '4-22GSP' VDZD Valence Double Zeta
4-31g '4-31G' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
5zp '5ZP' All-electron 5 zeta plus polarization functions.
6-311++g_2d_2p '6-311++G(2d,2p)' VTZ2PD Valence Triple Zeta + Double Polar. + Diffuse on All Atoms
6-311g_2df_2pd '6-311G(2df,2pd)' VTZ2P Valence Triple Zeta + Double Polarization
6-311++g_3df_3pd '6-311++G(3df,3pd)' VTZ3PD Valence Triple Zeta + Triple Polar. + Diffuse on All Atoms
6-311g '6-311G' VTZ Valence Triple Zeta: 3 Funct.'s/Valence AO
6-311+g_star '6-311+G*' VTZPD Valence Triple Zeta + Polarization + Diffuse on Heavy Atoms
6-311G_star '6-311G*' VTZP Valence Triple Zeta + Polarization on Nonhydrogen
6-311++g_star_star '6-311++G**' VTZPD Valence Triple Zeta + Polarization + Diffuse on All Atoms
6-311G_star_star '6-311G**' VTZP Valence Triple Zeta + Polarization on All Atoms
6-31g_3df_3pd '6-31G(3df,3pd)' VDZ3P Valence Double Zeta + Triple Polarization on All Atoms
6-31++g '6-31++G' VDZD Valence Double Zeta + Diffuse Functions on All Atoms
6-31g '6-31G' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
6-31+g '6-31+G' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO + Diffuse Functions on Heavy Atoms
6-31g-Blaudeau '6-31G-Blaudeau' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
6-31++g_star '6-31++G*' VDZD Valence Double Zeta + Diffuse Functions on All Atoms
6-31+g_star '6-31+G*' VDZPD Valence Double Zeta + Polarization (Li-Ar)
6-31g_star '6-31G*' VDZP Valence Double Zeta + Polarization (Li-Ar)
6-31g_star-Blaudeau '6-31G*-Blaudeau' VDZP Valence Double Zeta + Polarization on All Atoms
6-31++g_star_star '6-31++G**' VDZPD Valence Double Zeta + Diffuse and Polarization Functions
6-31g_star_star '6-31G**' VDZP Valence Double Zeta + Polarization on All Atoms
6zp '6ZP' All-electron 6 zeta plus polarization functions
ano2_ames 'NASA Ames ANO2' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
ano_ames 'NASA Ames ANO' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
ano_bauschlicher 'Bauschlicher ANO' VQZ3P Valence Quadruple zeta + Polarization on All Atoms
ano-pvdz_ecp_bfd 'N/A' ANO Double Zeta basis set to be used with BFD pseudo-potentials
ano-pvqz_ecp_bfd 'N/A' ANO Quadruple Zeta basis set to be used with BFD pseudo-potentials
ano-pvtz_ecp_bfd 'N/A' ANO Triple Zeta basis set to be used with BFD pseudo-potentials
ano-rcc 'ANO-RCC' full ANO-RCC basis, reduce to get MB, VDZP, VTZP and VQZP quality
apr-cc-pv_q+d_z 'apr-cc-pV(Q+d)Z' apr-cc-pV(Q+d)Z basis set is a partially augmented cc-pV(Q+d)Z basis set of Dunning and coworkers.
aug-5zp 'A5ZP' All-electron augmented 5ZP.
aug-ano-pvdz_roos 'Roos Augmented Double Zeta ANO' VDZPD Valence Double Zeta + Polarization + Diffuse
aug-ano-pvtz_roos 'Roos Augmented Triple Zeta ANO' VTZ2PD Valence Triple Zeta + Polarization + Diffuse
aug-cc-pcv5z 'aug-cc-pCV5Z' 5Z4PD Quintuple Zeta + Polarization + Diffuse
aug-cc-pcvdz 'aug-cc-pCVDZ' DZ2PD Double Zeta + Polarization + Diffuse on All Atoms
aug-cc-pcvqz 'aug-cc-pCVQZ' QZ3PD Quadruple Zeta + Polarization +Diffuse on All Atoms
aug-cc-pcv_t+d_z 'aug-cc-pCV(T+d)Z' Core-valence basis sets for second-row atoms (Al-Ar)
aug-cc-pcvtz 'aug-cc-pCVTZ' TZ2PD Triple Zeta + Polarization + Diffuse on All Atoms
aug-cc-pv_5+d_z 'aug-cc-pV(5+d)Z' V5Z4P Valence Quintuple Zeta + Polarization on All Atoms
aug-cc-pv5z 'aug-cc-pV5Z' V5Z4PD Valence Quintuple Zeta + Polarization + Diffuse
aug-cc-pv5z_ecp_bfd 'N/A' Augmented Quintuple Zeta basis set to be used with BFD pseudo-potentials
aug-cc-pv5z-pp 'aug-cc-pV5Z-PP' V5ZPD Valence Quintuple Zeta + Polarization on All Atoms
aug-cc-pv_6+d_z 'aug-cc-pV(6+d)Z' V6Z5P Valence Sextuple Zeta + Polarization + Diffuse
aug-cc-pv6z 'aug-cc-pV6Z' V6Z5P Valence Sextuple Zeta + Polarization + Diffuse
aug-cc-pv_d+d_z 'aug-cc-pV(D+d)Z' VDZ2PD Valence Double Zeta + Polarization + Diffuse
aug-cc-pvdz 'aug-cc-pVDZ' VDZ2PD Valence Double Zeta + Polarization + Diffuse
aug-cc-pvdz_ecp_bfd 'N/A' Augmented Double Zeta basis set to be used with BFD pseudo-potentials
aug-cc-pvdz-pp 'aug-cc-pVDZ-PP' VDZPD Valence Double Zeta + Polarization on All Atoms
aug-cc-pv_q+d_z 'aug-cc-pV(Q+d)Z' VQZ3PD Valence Quadruple Zeta + Polarization + Diffuse
aug-cc-pvqz 'aug-cc-pVQZ' VQZ3PD Valence Quadruple Zeta + Polarization + Diffuse
aug-cc-pvqz_ecp_bfd 'N/A' Augmented Quadruple Zeta basis set to be used with BFD pseudo-potentials
aug-cc-pvqz-nr 'aug-cc-pVQZ-NR' VQZPD All-electron non-relativistic Valence Quadruple Zeta + Polarization
aug-cc-pvqz-pp 'aug-cc-pVQZ-PP' VQZPD Valence Quadruple Zeta + Polarization on All Atoms
aug-cc-pvqz_sbd 'SDB-aug-cc-pVQZ' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
aug-cc-pv_t+d_z 'aug-cc-pV(T+d)Z' VTZ2PD Valence Triple Zeta + Polarization + Diffuse
aug-cc-pvtz 'aug-cc-pVTZ' VTZ2PD Valence Triple Zeta + Polarization + Diffuse
aug-cc-pvtz_ecp_bfd 'N/A' Augmented Triple Zeta basis set to be used with BFD pseudo-potentials
aug-cc-pvtz-nr 'aug-cc-pVTZ-NR' VTZ2P All-electron non-relativistic Valence Triple Zeta + Polarization
aug-cc-pvtz-pp 'aug-cc-pVTZ-PP' VTZPD Valence Triple Zeta + Polarization on All Atoms
aug-cc-pvtz_sbd 'SDB-aug-cc-pVTZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
aug-cc-pwcv5z 'aug-cc-pwCV5Z' 5Z4P Quintuple Zeta + Polarization on All Atoms
aug-cc-pwcv5z-nr 'aug-cc-pwCV5Z-NR' V5ZPD All-electron non-relativistic Core-Valence Quintuple Zeta + Polarization
aug-cc-pwcvdz 'aug-cc-pwCVDZ' DZP Double Zeta + Polarization + Tight Core
aug-cc-pwcvqz 'aug-cc-pwCVQZ' QZ3PD Quadruple Zeta + Polarization +Diffuse on All Atoms
aug-cc-pwcvqz-nr 'aug-cc-pwCVQZ-NR' VQZPD All-electron non-relativistic Core-Valence Quadruple Zeta + Polarization
aug-cc-pwcvtz 'aug-cc-pwCVTZ' TZ2PD Triple Zeta + Polarization + Diffuse on All Atoms
aug-cc-pwcvtz-nr 'aug-cc-pwCVTZ-NR' VTZ2P All-electron non-relativistic Core-Valence Triple Zeta + Polarization
aug-dzp 'ADZP' All-electron augmented DZP.
aug-pc-0 'aug-pc-0' N/A
aug-pc-1 'aug-pc-1' N/A
aug-pc-2 'aug-pc-2' N/A
aug-pc-3 'aug-pc-3' N/A
aug-pc-4 'aug-pc-4' N/A
aug-pcj-0_2006 'aug-pcJ-0_2006' N/A
aug-pcj-0 'aug-pcJ-0' N/A
aug-pcj-1_2006 'aug-pcJ-1_2006' N/A
aug-pcj-1 'aug-pcJ-1' N/A
aug-pcj-2_2006 'aug-pcJ-2_2006' N/A
aug-pcj-2 'aug-pcJ-2' N/A
aug-pcj-3_2006 'aug-pcJ-3_2006' N/A
aug-pcj-3 'aug-pcJ-3' N/A
aug-pcj-4_2006 'aug-pcJ-4_2006' N/A
aug-pcj-4 'aug-pcJ-4' N/A
aug-pcS-0 'aug-pcS-0' N/A
aug-pcS-1 'aug-pcS-1' N/A
aug-pcs-2 'aug-pcS-2' N/A
aug-pcs-3 'aug-pcS-3' N/A
aug-pcs-4 'aug-pcS-4' N/A
aug-pcseg-0 'aug-pcseg-0' Valence Double Zeta, Diffuse Augmented, DFT Optimized
aug-pcseg-1 'aug-pcseg-1' Polarized Valence Double Zeta, Diffuse Augmented, DFT Optimized
aug-pcseg-2 'aug-pcseg-2' Polarized Valence Triple Zeta, Diffuse Augmented, DFT Optimized
aug-pcseg-3 'aug-pcseg-3' Polarized Valence Quadruple Zeta, Diffuse Augmented, DFT Optimized
aug-pcseg-4 'aug-pcseg-4' Polarized Valence Pentuble Zeta, Diffuse Augmented, DFT Optimized
aug-pcsseg-0 'aug-pcSseg-0' N/A
aug-pcsseg-1 'aug-pcSseg-1' N/A
aug-pcsseg-2 'aug-pcSseg-2' N/A
aug-pcsseg-3 'aug-pcSseg-3' N/A
aug-pcsseg-4 'aug-pcSseg-4' N/A
aug-pv7z 'aug-pV7Z' V7Z6P Valence Septuple Zeta + Polarization on All Atoms
aug-qzp 'AQZP' All-electron augmented QZP.
aug-tzp 'ATZP' All-electron augmented TZP.
cc-pcv5z0 'cc-pCV5Z0' V5Z4P Valence Quintuple Zeta + Tight s and p functions
cc-pcv5z_ames 'NASA Ames cc-pCV5Z' V5Z4P Valence Quintuple Zeta + Polarization on All Atoms
cc-pcv5z 'cc-pCV5Z' N/A
cc-pcv6z 'cc-pCV6Z' correlation consistent core-valence sextuple-zeta basis sets for Al-Ar
cc-pcvdz 'cc-pCVDZ' DZP Double Zeta + Polarization + Tight Core
cc-pcvqz_ames 'NASA Ames cc-pCVQZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pcvqz 'cc-pCVQZ' QZ3P Quadruple Zeta + Polarization + Tight Core
cc-pcvtz_ames 'NASA Ames cc-pCVTZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pcvtz 'cc-pCVTZ' TZ2P Triple Zeta + Polarization + Tight Core
cc-pv_5+d_z 'cc-pV(5+d)Z' V5Z4P Valence Quintuple Zeta + Polarization on All Atoms
cc-pv5z_ames 'NASA Ames cc-pV5Z' V5Z4P Valence Quintuple Zeta + Polarization on All Atoms
cc-pv5z 'cc-pV5Z' V5Z4P Valence Quintuple Zeta + Polarization on All Atoms
cc-pv5z_ecp_bfd 'N/A' Quintuple Zeta basis set to be used with BFD pseudo-potentials
cc-pv5z-nr 'cc-pV5Z-NR' 5Z4P All-electron non-relativistic Valence Quintuple Zeta + Polarization
cc-pv5z-pp 'cc-pV5Z-PP' cc-pV5Z-PP for Hf - Pt
cc-pv_6+d_z 'cc-pV(6+d)Z' V6Z5P Valence Sextuple Zeta + Polarization on All Atoms
cc-pv6z 'cc-pV6Z' V6Z5P Valence Sextuple Zeta + Polarization on All Atoms
cc-pv8z 'cc-pV8Z' V7Z6P Valence Octuple Zeta + Polarization on All Atoms
cc-pv9z 'cc-pV9Z' V7Z6P Valence Octuple Zeta + Polarization on All Atoms
cc-pv_d+d_z 'cc-pV(D+d)Z' VDZP Valence Double Zeta + Polarization on All Atoms
cc-pvdz 'cc-pVDZ' VDZP Valence Double Zeta + Polarization on All Atoms
cc-pvdz_ecp_bfd 'N/A' Double Zeta basis set to be used with BFD pseudo-potentials
cc-pvdz-pp 'cc-pVDZ-PP' cc-pVDZ-PP for Hf - Pt
cc-pv_q+d_z 'cc-pV(Q+d)Z' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
cc-pvqz_ames 'NASA Ames cc-pVQZ' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
cc-pvqz 'cc-pVQZ' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
cc-pvqz_ecp_bfd 'N/A' Quadruple Zeta basis set to be used with BFD pseudo-potentials
cc-pvqz-nr 'cc-pVQZ-NR' QZ3P All-electron non-relativistic Valence Quadruple Zeta + Polarization
cc-pvqz-pp 'cc-pVQZ-PP' N/A
cc-pvqz_sdb 'SDB-cc-pVQZ' VQZ3P Valence Quadruple Zeta + Polarization on All Atoms
cc-pv_t+d_z+ 'cc-pV(T+d)Z+' cc-pV(T+d)Z+ basis set is the cc-pV(T+d)Z+ basis set of Dunning and coworkers augmented with only s and p diffuse functions of Pople and coworkers on the heavy atoms.
cc-pv_t+d_z 'cc-pV(T+d)Z' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pvtz_ames 'NASA Ames cc-pVTZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pvtz+ 'cc-pVTZ+' cc-pVTZ basis set augmented with diffuse functions from 6-31+G basis set.
cc-pvtz 'cc-pVTZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pvtz_ecp_bfd 'N/A' Triple Zeta basis set to be used with BFD pseudo-potentials
cc-pvtz-nr 'cc-pVTZ-NR' TZ2P All-electron non-relativistic Valence Triple Zeta + Polarization
cc-pvtz-pp 'cc-pVTZ-PP' cc-pVTZ-PP for Hf - Pt
cc-pvtz_sdb 'SDB-cc-pVTZ' VTZ2P Valence Triple Zeta + Polarization on All Atoms
cc-pwcv5z 'cc-pwCV5Z' 5Z4P Quintuple Zeta + Polarization + Tight Core
cc-pwcv5z-nr 'cc-pwCV5Z-NR' 5Z4P All-electron non-relativistic Core-Valence Quintuple Zeta + Polarization
cc-pwcv5z-pp 'cc-pwCV5Z-PP' cc-pwCV5Z-PP for Hf - Pt
cc-pwcvdz 'cc-pwCVDZ' DZP Double Zeta + Polarization + Tight Core
cc-pwcvdz-pp 'cc-pwCVDZ-PP' N/A
cc-pwcvqz 'cc-pwCVQZ' QZ3P Quadruple Zeta + Polarization + Tight Core
cc-pwcvqz-nr 'cc-pwCVQZ-NR' QZ3P All-electron non-relativistic Core-Valence Quadruple Zeta + Polarization
cc-pwcvqz-pp 'cc-pwCVQZ-PP' N/A
cc-pwcvtz 'cc-pwCVTZ' TZ2P Triple Zeta + Polarization + Tight Core
cc-pwcvtz-nr 'cc-pwCVTZ-NR' TZ2P All-electron non-relativistic Core-Valence Triple Zeta + Polarization
chipman-dzp 'Chipman DZP' DZP Double Zeta + Polarization
chipman-dzp+diffuse 'Chipman DZP + Diffuse' DZPD Double Zeta + Polarization + Diffuse
d-aug-cc-pv5z 'd-aug-cc-pV5Z' V5Z4PD Valence Quintuple Zeta + Polarization + Diffuse
d-aug-cc-pv6z 'd-aug-cc-pV6Z' V6Z5P Valence Sextuple Zeta + Polarization + Diffuse
d-aug-cc-pvdz 'd-aug-cc-pVDZ' VDZ2PD Valence Double Zeta + Polarization + Diffuse
d-aug-cc-pvqz 'd-aug-cc-pVQZ' VQZ3PD Valence Quadruple Zeta + Polarization + Diffuse
d-aug-cc-pvtz 'd-aug-cc-pVTZ' VTZ2PD Valence Triple Zeta + Polarization + Diffuse
def2-qzvpd 'Def2-QZVPD' def2-QZVPD Quadruple-Zeta-Valence basis set + Polarization + Diffuse basis functions
def2-qzvp 'Def2-QZVP' N/A
def2-qzvppd 'Def2-QZVPPD' def2-QZVPPD Quadruple-Zeta-Valence basis set + Two Sets of Polarization + Diffuse basis functions
def2-qzvpp 'Def2-QZVPP' N/A
def2-svpd 'Def2-SVPD' def2-SVPD Split-Valence basis set + Polarization + Diffuse basis functions
def2-sv_p 'Def2-SV(P)' N/A
def2-svp 'Def2-SVP' N/A
def2-tzvpd 'Def2-TZVPD' def2-TZVPD Triple-Zeta-Valence basis set + Polarization + Diffuse basis functions
def2-tzvp 'Def2-TZVP' N/A
def2-tzvppd 'Def2-TZVPPD' def2-TZVPPD Triple-Zeta-Valence basis set + Two Sets of Polarization + Diffuse basis functions
def2-tzvpp 'Def2-TZVPP' N/A
dunning_tz 'TZ (Dunning)' VTZ Valence Triple Zeta: 3 Funct.'s/Valence AO
dz_dunning 'DZ (Dunning)' DZ Double Zeta: 2 Functions/AO
dz_dunning-hay 'DZ + Double Rydberg (Dunning-Hay)' DZ2R Double Zeta + Double Rydberg Functions
dzpd_dunning 'DZP + Diffuse (Dunning)' DZPD Double Zeta + Polarization + Diffuse
dzp_dunning 'DZP (Dunning)' DZP Double Zeta + Polarization on All Atoms
dzp 'DZP' All-electron double zeta plus polarization functions.
dzpr_dunning 'DZP + Rydberg (Dunning)' DZP1R Double Zeta + Polarization on All Atoms
dzq 'DZQ' N/A
dzr_dunning 'DZ + Rydberg (Dunning)' DZ1R Double Zeta: 2 Functions/AO
dzvp2 'DZVP2 (DFT Orbital)' VDZP Valence Double Zeta + Polarization designed for DFT
dzvp 'DZVP (DFT Orbital)' VDZP Valence Double Zeta + Polarization designed for DFT
ecp10mdf 'ECP10MDF' N/A
ecp60mdf 'ECP60MDF' N/A
iglo-ii 'IGLO-II' VDZP Valence Double Zeta + Polarization on All Atoms
iglo-iii 'IGLO-III' VTZP Valence Triple Zeta + Polarization on All Atoms
jul-cc-pv_d+d_z 'jul-cc-pV(D+d)Z' jul-cc-pV(D+d)Z basis set is a partially augmented cc-pV(D+d)Z basis set of Dunning and coworkers
jul-cc-pv_q+d_z 'jul-cc-pV(Q+d)Z' jul-cc-pV(Q+d)Z basis set is a partially augmented cc-pV(Q+d)Z basis set of Dunning and coworkers
jul-cc-pv_t+d_z 'jul-cc-pV(T+d)Z' jul-cc-pV(T+d)Z basis set is a partially augmented cc-pV(T+d)Z basis set of Dunning and coworkers
jun-cc-pv_d+d_z 'jun-cc-pV(D+d)Z' jun-cc-pV(D+d)Z basis set is a partially augmented cc-pV(D+d)Z basis set of Dunning and coworkers
jun-cc-pv_q+d_z 'jun-cc-pV(Q+d)Z' jun-cc-pV(Q+d)Z basis set is a partially augmented cc-pV(Q+d)Z basis set of Dunning and coworkers.
jun-cc-pv_t+d_z 'jun-cc-pV(T+d)Z' jun-cc-pV(T+d)Z basis set is a partially augmented cc-pV(T+d)Z basis set of Dunning and coworkers
lanl08d 'LANL08d' Uncontracted basis + Polarization + Diffuse ECP
lanl08f 'LANL08(f)' uncontracted basis set + f polarization
lanl08 'LANL08' Uncontracted basis set
lanl08+ 'LANL08+' uncontracted basis set + diffuse d function
lanl2dzdp_ecp 'LANL2DZdp ECP' DZP Double Zeta + Polarization + Diffuse ECP
lanl2dz_ecp 'LANL2DZ ECP' DZ Double Zeta Basis Set designed for an ECP
lanl2dz_mod 'modified LANL2DZ' transition-metal LANL2DZ basis sets including optimized outer p functions
lanl2tzf 'LANL2TZ(f)' TZ triple zeta basis set designed for an ECP + f polarization
lanl2tz 'LANL2TZ' N/A
lanl2tz+ 'LANL2TZ+' TZ triple zeta basis set designed for an ECP + diffuse d function
m6-31g 'm6-31G' Improved 6-31G basis set for first-row transition metals
maug-cc-pv_d+d_z 'maug-cc-pV(D+d)Z' maug-cc-pV(D+d)Z basis set is the cc-pV(D+d)Z basis set of Dunning and coworkers augmented with only s and p diffuse functions on the heavy atoms. This basis set is called minimally augmented cc-pV(D+d)Z, which we abbreviate maug-cc-pV(D+d)Z.
maug-cc-pvdz 'maug-cc-pVDZ' maug-cc-pVDZ basis set is the cc-pVDZ basis set of Dunning and coworkers augmented with only s and p diffuse functions on the heavy atoms. This basis set is called minimally augmented cc-pVDZ, which we abbreviate maug-cc-pVDZ.
maug-cc-pv_q+d_z 'maug-cc-pV(Q+d)Z' maug-cc-pV(Q+d)Z basis set is the cc-pV(Q+d)Z basis set of Dunning and coworkers augmented with only s and p diffuse functions on the heavy atoms. This basis set is called minimally augmented cc-pV(Q+d)Z, which we abbreviate maug-cc-pV(Q+d)Z.
maug-cc-pvqz 'maug-cc-pVQZ' maug-cc-pVQZ basis set is the cc-pVQZ basis set of Dunning and coworkers augmented with only s and p diffuse functions on the heavy atoms. This basis set is called minimally augmented cc-pVQZ, which we abbreviate maug-cc-pVQZ
maug-cc-pv_t+d_z 'maug-cc-pV(T+d)Z' Minimally augmented cc-pV(T+d)Z
maug-cc-pvtz 'maug-cc-pVTZ' maug-cc-pVTZ basis set is the cc-pVTZ basis set of Dunning and coworkers augmented with only s and p diffuse functions on the heavy atoms. This basis set is called minimally augmented cc-pVTZ, which we abbreviate maug-cc-pVTZ.
may-cc-pv_q+d_z 'may-cc-pV(Q+d)Z' may-cc-pV(Q+d)Z basis set is a partially augmented cc-pV(Q+d)Z basis set of Dunning and coworkers
may-cc-pv_t+d_z 'may-cc-pV(T+d)Z' may-cc-pV(T+d)Z basis set is a partially augmented cc-pV(T+d)Z basis set of Dunning and coworkers
mb_ecp_hay-wadt 'Hay-Wadt MB (n+1) ECP' MB Minimal Basis Set designed for an ECP
mg3s 'MG3S' MG3S is a triple-zeta polarized basis set with diffuse functions on all heavy atoms. It is a modification of Pople's 6-311++G** basis set.
midi_bang 'MIDI!' VDZP Valence Double Zeta + Polarization on some atoms
midi_huzinaga 'MIDI (Huzinaga)' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
mini_huzinaga 'MINI (Huzinaga)' MB Minimal Basis: 1 Function/AO
mini 'MINI (Scaled)' MB Minimal Basis: 1 Function/AO
pv6z 'pV6Z' V6Z5P Valence Sextuple Zeta + Polarization on All Atoms
pv7z 'pV7Z' V7Z6P Valence Septuple Zeta + Polarization on All Atoms
pvdz_ahlrichs 'Ahlrichs pVDZ' VDZP Valence Double Zeta + Polarization on All Atoms
pvtz_gamess 'GAMESS PVTZ' VTZP Valence Triple Zeta + Polarization on All Atoms
pvtz_sadlej 'Sadlej pVTZ' VTZ2P Valence Triple zeta + Polarization on All Atoms
qzp 'QZP' All-electron quadruple zeta plus polarization functions.
rlc_ecp_stuttgart 'Stuttgart RLC ECP' DZ Double Zeta Basis Set designed for an ECP
rsc_ano_ecp_stuttgart 'Stuttgart RSC ANO/ECP' QZ Quadruple Zeta Basis Set designed for an ECP
rsc_ecp_stuttgart 'Stuttgart RSC 1997 ECP' DZ Double Zeta Basis Set designed for an ECP
sbkjc_p_2d 'SBKJC Polarized (p,2d) - LFK' N/A
sto-2g 'STO-2G' MB Minimal Basis: 1 Function/AO
sto-3g_star 'STO-3G*' MBP Minimal Basis + Polarization on second row
sto-3g 'STO-3G' MB Minimal Basis: 1 Function/AO
sto-6g_star 'STO-6G' MB Minimal Basis: 1 Function/AO
sv_binning-curtiss 'Binning/Curtiss SV' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
sv_dunning-hay 'SV (Dunning-Hay)' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
svp_binning-curtiss 'Binning/Curtiss SVP' VDZP Valence Double Zeta + Polarization
svpd_dunning-hay 'SVP + Diffuse (Dunning-Hay)' VDZPD Valence Double Zeta + Polarization + Diffuse
svpdr 'SVP + Diffuse + Rydberg' VDZPD1R Valence Double Zeta + Polar. + Diffuse + Rydberg
svp_dunning-hay 'SVP (Dunning-Hay)' VDZP Valence Double Zeta + Polarization on All Atoms
svpr_dunning-hay 'SVP + Rydberg (Dunning-Hay)' VDZP1R Valence Double Zeta + Polarization + Rydberg
svr_dunning-hay 'SV + Rydberg (Dunning-Hay)' VDZ1R Valence Double Zeta + Diffuse Rydberg Functions
svrr_dunning-hay 'SV + Double Rydberg (Dunning-Hay)' Valence Double Zeta + Double Rydberg Functions
tzp 'TZP' All-electron triple zeta plus polarization functions.
tzv_ahlrichs 'Ahlrichs TZV' VTZ Valence Triple Zeta: 3 Funct.'s/Valence AO
tzvp 'TZVP (DFT Orbital)' VTZP Valence Triple Zeta + Polarization designed for DFT
ugbs 'UGBS' UGBS basis by de Castro and Jorge
uncontracted_1_partridge 'Partridge Uncontracted 1' 1D UNCONTR Uncontracted (s,p) Sets (Smallest)
uncontracted_2_partridge 'Partridge Uncontracted 2' 1D UNCONTR Uncontracted (s,p) Sets (Intermediate)
uncontracted_3_partridge 'Partridge Uncontracted 3' 1D UNCONTR Uncontracted (s,p) Sets (Large)
uncontracted_4_partridge 'Partridge Uncontracted 4' 1D UNCONTR Uncontracted (s,p) Sets (Large)
vdz_ahlrichs 'Ahlrichs VDZ' VDZ Valence Double Zeta: 2 Funct.'s/Valence AO
vdz_ecp_hay-wadt 'Hay-Wadt VDZ (n+1) ECP' VDZ Valence Double Zeta designed for an ECP
vdz_sbkjc_ecp 'SBKJC VDZ ECP' VDZ Valence Double Zeta designed for an ECP
vtz_ahlrichs 'Ahlrichs VTZ' VTZ Valence Triple Zeta: 3 Funct.'s/Valence AO
vtz_binning-curtiss 'Binning/Curtiss VTZ' VTZ Valence Triple Zeta: 3 Functions/valence AO
vtz_gamess 'GAMESS VTZ' VTZ Valence Triple Zeta: 3 Funct.'s/Valence AO
vtz_mclean-chandler 'McLean/Chandler VTZ' VTZ Valence Triple Zeta: 3 Functions/Valence AO
vtzp_binning-curtiss 'Binning/Curtiss VTZP' VTZP Valence Triple Zeta + Polarization
wachters+f 'Wachters+f' VDZP Valence Double Zeta + Polarization on All Atoms
# ; vim::nowrap

466
data/basis/3-21++g Normal file
View File

@ -0,0 +1,466 @@
HYDROGEN
S 2
1 5.4471780 0.1562850
2 0.8245470 0.9046910
S 1
1 0.1831920 1.0000000
S 1
1 0.0360000 1.0000000
LITHIUM
S 3
1 36.8382000 0.0696686
2 5.4817200 0.3813460
3 1.1132700 0.6817020
S 2
1 0.5402050 -0.2631270
2 0.1022550 1.1433900
P 2
1 0.5402050 0.1615460
2 0.1022550 0.9156630
S 1
1 0.0285650 1.0000000
P 1
1 0.0285650 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
BERYLLIUM
S 3
1 71.8876000 0.0644263
2 10.7289000 0.3660960
3 2.2220500 0.6959340
S 2
1 1.2954800 -0.4210640
2 0.2688810 1.2240700
P 2
1 1.2954800 0.2051320
2 0.2688810 0.8825280
S 1
1 0.0773500 1.0000000
P 1
1 0.0773500 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
BORON
S 3
1 116.4340000 0.0629605
2 17.4314000 0.3633040
3 3.6801600 0.6972550
S 2
1 2.2818700 -0.3686620
2 0.4652480 1.1994400
P 2
1 2.2818700 0.2311520
2 0.4652480 0.8667640
S 1
1 0.1243280 1.0000000
P 1
1 0.1243280 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
CARBON
S 3
1 172.2560000 0.0617669
2 25.9109000 0.3587940
3 5.5333500 0.7007130
S 2
1 3.6649800 -0.3958970
2 0.7705450 1.2158400
P 2
1 3.6649800 0.2364600
2 0.7705450 0.8606190
S 1
1 0.1958570 1.0000000
P 1
1 0.1958570 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
NITROGEN
S 3
1 242.7660000 0.0598657
2 36.4851000 0.3529550
3 7.8144900 0.7065130
S 2
1 5.4252200 -0.4133010
2 1.1491500 1.2244200
P 2
1 5.4252200 0.2379720
2 1.1491500 0.8589530
S 1
1 0.2832050 1.0000000
P 1
1 0.2832050 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
OXYGEN
S 3
1 322.0370000 0.0592394
2 48.4308000 0.3515000
3 10.4206000 0.7076580
S 2
1 7.4029400 -0.4044530
2 1.5762000 1.2215600
P 2
1 7.4029400 0.2445860
2 1.5762000 0.8539550
S 1
1 0.3736840 1.0000000
P 1
1 0.3736840 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
FLUORINE
S 3
1 413.8010000 0.0585483
2 62.2446000 0.3493080
3 13.4340000 0.7096320
S 2
1 9.7775900 -0.4073270
2 2.0861700 1.2231400
P 2
1 9.7775900 0.2466800
2 2.0861700 0.8523210
S 1
1 0.4823830 1.0000000
P 1
1 0.4823830 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
NEON
S 3
1 515.7240000 0.0581430
2 77.6538000 0.3479510
3 16.8136000 0.7107140
S 2
1 12.4830000 -0.4099220
2 2.6645100 1.2243100
P 2
1 12.4830000 0.2474600
2 2.6645100 0.8517430
S 1
1 0.6062500 1.0000000
P 1
1 0.6062500 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
SODIUM
S 3
1 547.6130000 0.0674911
2 82.0678000 0.3935050
3 17.6917000 0.6656050
S 3
1 17.5407000 -0.1119370
2 3.7939800 0.2546540
3 0.9064410 0.8444170
P 3
1 17.5407000 0.1282330
2 3.7939800 0.4715330
3 0.9064410 0.6042730
S 2
1 0.5018240 -0.2196600
2 0.0609458 1.0891200
P 2
1 0.5018240 0.0090665
2 0.0609458 0.9972020
S 1
1 0.0244349 1.0000000
P 1
1 0.0244349 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
MAGNESIUM
S 3
1 652.8410000 0.0675982
2 98.3805000 0.3917780
3 21.2996000 0.6666610
S 3
1 23.3727000 -0.1102460
2 5.1995300 0.1841190
3 1.3150800 0.8963990
P 3
1 23.3727000 0.1210140
2 5.1995300 0.4628100
3 1.3150800 0.6069070
S 2
1 0.6113490 -0.3611010
2 0.1418410 1.2150500
P 2
1 0.6113490 0.0242633
2 0.1418410 0.9866730
S 1
1 0.0464011 1.0000000
P 1
1 0.0464011 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
ALUMINUM
S 3
1 775.7370000 0.0668347
2 116.9520000 0.3890610
3 25.3326000 0.6694680
S 3
1 29.4796000 -0.1079020
2 6.6331400 0.1462450
3 1.7267500 0.9237300
P 3
1 29.4796000 0.1175740
2 6.6331400 0.4611740
3 1.7267500 0.6055350
S 2
1 0.9461600 -0.3203270
2 0.2025060 1.1841200
P 2
1 0.9461600 0.0519383
2 0.2025060 0.9726600
S 1
1 0.0639088 1.0000000
P 1
1 0.0639088 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
SILICON
S 3
1 910.6550000 0.0660823
2 137.3360000 0.3862290
3 29.7601000 0.6723800
S 3
1 36.6716000 -0.1045110
2 8.3172900 0.1074100
3 2.2164500 0.9514460
P 3
1 36.6716000 0.1133550
2 8.3172900 0.4575780
3 2.2164500 0.6074270
S 2
1 1.0791300 -0.3761080
2 0.3024220 1.2516500
P 2
1 1.0791300 0.0671030
2 0.3024220 0.9568830
S 1
1 0.0933392 1.0000000
P 1
1 0.0933392 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
PHOSPHORUS
S 3
1 1054.9000000 0.0655410
2 159.1950000 0.3840360
3 34.5304000 0.6745410
S 3
1 44.2866000 -0.1021300
2 10.1019000 0.0815920
3 2.7399700 0.9697880
P 3
1 44.2866000 0.1108510
2 10.1019000 0.4564950
3 2.7399700 0.6069360
S 2
1 1.2186500 -0.3714950
2 0.3955460 1.2709900
P 2
1 1.2186500 0.0915820
2 0.3955460 0.9349240
S 1
1 0.1228110 1.0000000
P 1
1 0.1228110 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
SULFUR
S 3
1 1210.6200000 0.0650070
2 182.7470000 0.3820400
3 39.6673000 0.6765450
S 3
1 52.2236000 -0.1003100
2 11.9629000 0.0650880
3 3.2891100 0.9814550
P 3
1 52.2236000 0.1096460
2 11.9629000 0.4576490
3 3.2891100 0.6042610
S 2
1 1.2238400 -0.2860890
2 0.4573030 1.2280600
P 2
1 1.2238400 0.1647770
2 0.4573030 0.8708550
S 1
1 0.1422690 1.0000000
P 1
1 0.1422690 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
CHLORINE
S 3
1 1376.4000000 0.0645827
2 207.8570000 0.3803630
3 45.1554000 0.6781900
S 3
1 60.8014000 -0.0987639
2 13.9765000 0.0511338
3 3.8871000 0.9913370
P 3
1 60.8014000 0.1085980
2 13.9765000 0.4586820
3 3.8871000 0.6019620
S 2
1 1.3529900 -0.2224010
2 0.5269550 1.1825200
P 2
1 1.3529900 0.2192160
2 0.5269550 0.8223210
S 1
1 0.1667140 1.0000000
P 1
1 0.1667140 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
ARGON
S 3
1 1553.7100000 0.0641707
2 234.6780000 0.3787970
3 51.0121000 0.6797520
S 3
1 70.0453000 -0.0974661
2 16.1473000 0.0390569
3 4.5349200 0.9999160
P 3
1 70.0453000 0.1076190
2 16.1473000 0.4595760
3 4.5349200 0.6000410
S 2
1 1.5420900 -0.1768660
2 0.6072670 1.1469000
P 2
1 1.5420900 0.2556870
2 0.6072670 0.7898420
S 1
1 0.1953730 1.0000000
P 1
1 0.1953730 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
POTASSIUM
S 3
1 1721.1755000 0.0648747
2 260.0163300 0.3808593
3 56.6245540 0.6773681
S 3
1 71.5572000 -0.1093429
2 15.4389400 0.1130640
3 4.4745510 0.9462575
P 3
1 71.5572000 0.1339654
2 15.4389400 0.5302673
3 4.4745510 0.5117992
S 3
1 4.1212750 -0.2699730
2 1.1886210 0.3646323
3 0.3756740 0.8107533
P 3
1 4.1212750 0.0199492
2 1.1886210 0.4340213
3 0.3756740 0.6453226
S 2
1 0.2445770 -0.2688250
2 0.0389720 1.1289830
P 2
1 0.2445770 0.0003081
2 0.0389720 0.9998787
S 1
1 0.0160630 1.0000000
P 1
1 0.0160630 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
CALCIUM
S 3
1 1915.4348000 0.0646240
2 289.5332400 0.3798380
3 63.1063520 0.6783290
S 3
1 80.3974400 -0.1093030
2 17.3307500 0.1089000
3 5.0836240 0.9492770
P 3
1 80.3974400 0.1354330
2 17.3307500 0.5372220
3 5.0836240 0.5018040
S 3
1 4.7822290 -0.2816070
2 1.4625580 0.3410510
3 0.4792230 0.8381040
P 3
1 4.7822290 0.0190090
2 1.4625580 0.4360380
3 0.4792230 0.6386710
S 2
1 0.4396820 -0.2697050
2 0.0591300 1.1132930
P 2
1 0.4396820 0.0003080
2 0.0591300 0.9998960
S 1
1 0.0238970 1.0000000
P 1
1 0.0238970 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000

241
data/basis/3-21++g_star Normal file
View File

@ -0,0 +1,241 @@
SODIUM
S 3
1 547.6130000 0.0674911
2 82.0678000 0.3935050
3 17.6917000 0.6656050
S 3
1 17.5407000 -0.1119370
2 3.7939800 0.2546540
3 0.9064410 0.8444170
P 3
1 17.5407000 0.1282330
2 3.7939800 0.4715330
3 0.9064410 0.6042730
S 2
1 0.5018240 -0.2196600
2 0.0609458 1.0891200
P 2
1 0.5018240 0.0090665
2 0.0609458 0.9972020
S 1
1 0.0244349 1.0000000
P 1
1 0.0244349 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 3
1 652.8410000 0.0675982
2 98.3805000 0.3917780
3 21.2996000 0.6666610
S 3
1 23.3727000 -0.1102460
2 5.1995300 0.1841190
3 1.3150800 0.8963990
P 3
1 23.3727000 0.1210140
2 5.1995300 0.4628100
3 1.3150800 0.6069070
S 2
1 0.6113490 -0.3611010
2 0.1418410 1.2150500
P 2
1 0.6113490 0.0242633
2 0.1418410 0.9866730
S 1
1 0.0464011 1.0000000
P 1
1 0.0464011 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 3
1 775.7370000 0.0668347
2 116.9520000 0.3890610
3 25.3326000 0.6694680
S 3
1 29.4796000 -0.1079020
2 6.6331400 0.1462450
3 1.7267500 0.9237300
P 3
1 29.4796000 0.1175740
2 6.6331400 0.4611740
3 1.7267500 0.6055350
S 2
1 0.9461600 -0.3203270
2 0.2025060 1.1841200
P 2
1 0.9461600 0.0519383
2 0.2025060 0.9726600
S 1
1 0.0639088 1.0000000
P 1
1 0.0639088 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 3
1 910.6550000 0.0660823
2 137.3360000 0.3862290
3 29.7601000 0.6723800
S 3
1 36.6716000 -0.1045110
2 8.3172900 0.1074100
3 2.2164500 0.9514460
P 3
1 36.6716000 0.1133550
2 8.3172900 0.4575780
3 2.2164500 0.6074270
S 2
1 1.0791300 -0.3761080
2 0.3024220 1.2516500
P 2
1 1.0791300 0.0671030
2 0.3024220 0.9568830
S 1
1 0.0933392 1.0000000
P 1
1 0.0933392 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 3
1 1054.9000000 0.0655410
2 159.1950000 0.3840360
3 34.5304000 0.6745410
S 3
1 44.2866000 -0.1021300
2 10.1019000 0.0815920
3 2.7399700 0.9697880
P 3
1 44.2866000 0.1108510
2 10.1019000 0.4564950
3 2.7399700 0.6069360
S 2
1 1.2186500 -0.3714950
2 0.3955460 1.2709900
P 2
1 1.2186500 0.0915820
2 0.3955460 0.9349240
S 1
1 0.1228110 1.0000000
P 1
1 0.1228110 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 3
1 1210.6200000 0.0650070
2 182.7470000 0.3820400
3 39.6673000 0.6765450
S 3
1 52.2236000 -0.1003100
2 11.9629000 0.0650880
3 3.2891100 0.9814550
P 3
1 52.2236000 0.1096460
2 11.9629000 0.4576490
3 3.2891100 0.6042610
S 2
1 1.2238400 -0.2860890
2 0.4573030 1.2280600
P 2
1 1.2238400 0.1647770
2 0.4573030 0.8708550
S 1
1 0.1422690 1.0000000
P 1
1 0.1422690 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 3
1 1376.4000000 0.0645827
2 207.8570000 0.3803630
3 45.1554000 0.6781900
S 3
1 60.8014000 -0.0987639
2 13.9765000 0.0511338
3 3.8871000 0.9913370
P 3
1 60.8014000 0.1085980
2 13.9765000 0.4586820
3 3.8871000 0.6019620
S 2
1 1.3529900 -0.2224010
2 0.5269550 1.1825200
P 2
1 1.3529900 0.2192160
2 0.5269550 0.8223210
S 1
1 0.1667140 1.0000000
P 1
1 0.1667140 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 3
1 1553.7100000 0.0641707
2 234.6780000 0.3787970
3 51.0121000 0.6797520
S 3
1 70.0453000 -0.0974661
2 16.1473000 0.0390569
3 4.5349200 0.9999160
P 3
1 70.0453000 0.1076190
2 16.1473000 0.4595760
3 4.5349200 0.6000410
S 2
1 1.5420900 -0.1768660
2 0.6072670 1.1469000
P 2
1 1.5420900 0.2556870
2 0.6072670 0.7898420
S 1
1 0.1953730 1.0000000
P 1
1 0.1953730 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000

1904
data/basis/3-21g Normal file

File diff suppressed because it is too large Load Diff

209
data/basis/3-21g_star Normal file
View File

@ -0,0 +1,209 @@
SODIUM
S 3
1 547.6130000 0.0674911
2 82.0678000 0.3935050
3 17.6917000 0.6656050
S 3
1 17.5407000 -0.1119370
2 3.7939800 0.2546540
3 0.9064410 0.8444170
P 3
1 17.5407000 0.1282330
2 3.7939800 0.4715330
3 0.9064410 0.6042730
S 2
1 0.5018240 -0.2196600
2 0.0609458 1.0891200
P 2
1 0.5018240 0.0090665
2 0.0609458 0.9972020
S 1
1 0.0244349 1.0000000
P 1
1 0.0244349 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 3
1 652.8410000 0.0675982
2 98.3805000 0.3917780
3 21.2996000 0.6666610
S 3
1 23.3727000 -0.1102460
2 5.1995300 0.1841190
3 1.3150800 0.8963990
P 3
1 23.3727000 0.1210140
2 5.1995300 0.4628100
3 1.3150800 0.6069070
S 2
1 0.6113490 -0.3611010
2 0.1418410 1.2150500
P 2
1 0.6113490 0.0242633
2 0.1418410 0.9866730
S 1
1 0.0464011 1.0000000
P 1
1 0.0464011 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 3
1 775.7370000 0.0668347
2 116.9520000 0.3890610
3 25.3326000 0.6694680
S 3
1 29.4796000 -0.1079020
2 6.6331400 0.1462450
3 1.7267500 0.9237300
P 3
1 29.4796000 0.1175740
2 6.6331400 0.4611740
3 1.7267500 0.6055350
S 2
1 0.9461600 -0.3203270
2 0.2025060 1.1841200
P 2
1 0.9461600 0.0519383
2 0.2025060 0.9726600
S 1
1 0.0639088 1.0000000
P 1
1 0.0639088 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 3
1 910.6550000 0.0660823
2 137.3360000 0.3862290
3 29.7601000 0.6723800
S 3
1 36.6716000 -0.1045110
2 8.3172900 0.1074100
3 2.2164500 0.9514460
P 3
1 36.6716000 0.1133550
2 8.3172900 0.4575780
3 2.2164500 0.6074270
S 2
1 1.0791300 -0.3761080
2 0.3024220 1.2516500
P 2
1 1.0791300 0.0671030
2 0.3024220 0.9568830
S 1
1 0.0933392 1.0000000
P 1
1 0.0933392 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 3
1 1054.9000000 0.0655410
2 159.1950000 0.3840360
3 34.5304000 0.6745410
S 3
1 44.2866000 -0.1021300
2 10.1019000 0.0815920
3 2.7399700 0.9697880
P 3
1 44.2866000 0.1108510
2 10.1019000 0.4564950
3 2.7399700 0.6069360
S 2
1 1.2186500 -0.3714950
2 0.3955460 1.2709900
P 2
1 1.2186500 0.0915820
2 0.3955460 0.9349240
S 1
1 0.1228110 1.0000000
P 1
1 0.1228110 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 3
1 1210.6200000 0.0650070
2 182.7470000 0.3820400
3 39.6673000 0.6765450
S 3
1 52.2236000 -0.1003100
2 11.9629000 0.0650880
3 3.2891100 0.9814550
P 3
1 52.2236000 0.1096460
2 11.9629000 0.4576490
3 3.2891100 0.6042610
S 2
1 1.2238400 -0.2860890
2 0.4573030 1.2280600
P 2
1 1.2238400 0.1647770
2 0.4573030 0.8708550
S 1
1 0.1422690 1.0000000
P 1
1 0.1422690 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 3
1 1376.4000000 0.0645827
2 207.8570000 0.3803630
3 45.1554000 0.6781900
S 3
1 60.8014000 -0.0987639
2 13.9765000 0.0511338
3 3.8871000 0.9913370
P 3
1 60.8014000 0.1085980
2 13.9765000 0.4586820
3 3.8871000 0.6019620
S 2
1 1.3529900 -0.2224010
2 0.5269550 1.1825200
P 2
1 1.3529900 0.2192160
2 0.5269550 0.8223210
S 1
1 0.1667140 1.0000000
P 1
1 0.1667140 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 3
1 1553.7100000 0.0641707
2 234.6780000 0.3787970
3 51.0121000 0.6797520
S 3
1 70.0453000 -0.0974661
2 16.1473000 0.0390569
3 4.5349200 0.9999160
P 3
1 70.0453000 0.1076190
2 16.1473000 0.4595760
3 4.5349200 0.6000410
S 2
1 1.5420900 -0.1768660
2 0.6072670 1.1469000
P 2
1 1.5420900 0.2556870
2 0.6072670 0.7898420
S 1
1 0.1953730 1.0000000
P 1
1 0.1953730 1.0000000
D 1
1 0.8500000 1.0000000

335
data/basis/3-21gsp Normal file
View File

@ -0,0 +1,335 @@
HYDROGEN
S 2
1 4.50036231 0.15631167
2 0.68128924 0.90466909
S 1
1 0.15137639 1.0000000
HELIUM
S 2
1 13.62310172 0.17525420
2 1.99894370 0.89346310
S 1
1 0.38294258 1.0000000
LITHIUM
S 3
1 261.70980712 0.02718392
2 39.38599444 0.19946919
3 8.90009112 0.84471834
S 2
1 2.4055052 0.5668080
2 0.7056404 0.4969321
P 2
1 2.4055052 -0.0003168
2 0.7056404 1.0002034
S 1
1 0.0477987 1.0000000
P 1
1 0.0477987 1.0000000
BERYLLIUM
S 3
1 503.79744442 0.02656239
2 75.82361701 0.19608914
3 17.18781371 0.84744314
S 2
1 4.7133022 0.5525236
2 1.4188020 0.5089785
P 2
1 4.7133022 -0.0093932
2 1.4188020 1.0061113
S 1
1 0.1045489 1.0000000
P 1
1 0.1045489 1.0000000
BORON
S 3
1 338.23459961 0.03374414
2 50.98058060 0.23775108
3 11.39060370 0.81212145
S 2
1 0.5671686 0.2264994
2 0.1423699 0.8250854
P 2
1 0.5671686 0.4391700
2 0.1423699 0.6809589
S 1
1 3.0318278 1.0000000
P 1
1 3.0318278 1.0000000
CARBON
S 3
1 499.24042249 0.03330322
2 75.25419194 0.23617745
3 16.86538669 0.81336259
S 2
1 0.8973948 0.2400857
2 0.2174677 0.8160376
P 2
1 0.8973948 0.4621468
2 0.2174677 0.6652910
S 1
1 4.5266045 1.0000000
P 1
1 4.5266045 1.0000000
NITROGEN
S 3
1 693.92431602 0.03294106
2 104.60302038 0.23480293
3 23.49023698 0.81448223
S 2
1 1.2906896 0.2487678
2 0.3074229 0.8099703
P 2
1 1.2906896 0.4766938
2 0.3074229 0.6545521
S 1
1 6.3345667 1.0000000
P 1
1 6.3345667 1.0000000
OXYGEN
S 3
1 910.10034975 0.03280967
2 137.19711335 0.23422391
3 30.85279077 0.81490980
S 2
1 1.7288589 0.2738966
2 0.3995477 0.7911244
P 2
1 1.7288589 0.4815575
2 0.3995477 0.6544786
S 1
1 8.3506598 1.0000000
P 1
1 8.3506598 1.0000000
FLUORINE
S 3
1 1162.26781448 0.03263225
2 175.21411023 0.23347259
3 39.44340117 0.81551836
S 2
1 0.5074697 0.7810006
2 2.2356275 0.2875295
P 2
1 0.5074697 0.6514899
2 2.2356275 0.4876855
S 1
1 10.6990817 1.0000000
P 1
1 10.6990817 1.0000000
NEON
S 3
1 1451.46006052 0.03243674
2 218.80907282 0.23265762
3 49.29660639 0.81620225
S 2
1 0.6313923 0.7759737
2 2.8144747 0.2945506
P 2
1 0.6313923 0.6484726
2 2.8144747 0.4928525
S 1
1 13.3889540 1.0000000
P 1
1 13.3889540 1.0000000
SODIUM
S 3
1 7320.01017255 0.02330366
2 1099.21475690 0.17562017
3 248.47102766 0.86488331
S 3
1 68.1051728 0.3540283
2 20.8661276 0.5735751
3 6.4946014 0.1673502
P 3
1 68.1051728 0.0462077
2 20.8661276 0.2134710
3 6.4946014 0.8276304
S 2
1 2.0250827 0.5518979
2 0.6063515 0.5101106
P 2
1 2.0250827 0.6104457
2 0.6063515 0.4887760
S 1
1 0.0420443 1.0000000
P 1
1 0.0420443 1.0000000
MAGNESIUM
S 3
1 9468.12001271 0.02306231
2 1421.53310401 0.17358024
3 321.28960847 0.86656933
S 3
1 88.0806445 0.3278306
2 27.0170116 0.5707361
3 8.5871857 0.1985993
P 3
1 88.0806445 0.0456736
2 27.0170116 0.2108545
3 8.5871857 0.8281090
S 2
1 2.7439323 0.4841054
2 0.8579011 0.5735537
P 2
1 2.7439323 0.6090629
2 0.8579011 0.4838957
S 1
1 0.0720620 1.0000000
P 1
1 0.0720620 1.0000000
ALUMINUM
S 3
1 11793.72923854 0.02289401
2 1770.45604036 0.17213922
3 400.06339907 0.86776492
S 3
1 109.6400702 0.3105346
2 33.6478488 0.5666240
3 10.8373747 0.2211995
P 3
1 109.6400702 0.0451815
2 33.6478488 0.2092805
3 10.8373747 0.8284277
S 2
1 3.5254310 0.4406920
2 1.1426148 0.6125828
P 2
1 3.5254310 0.6117759
2 1.1426148 0.4758892
S 1
1 0.1132940 1.0000000
P 1
1 0.1132940 1.0000000
SILICON
S 3
1 13955.62828382 0.02280973
2 2094.81304780 0.17143469
3 473.12990622 0.86836878
S 3
1 129.4740398 0.3061627
2 39.6916235 0.5663350
3 12.8265855 0.2259984
P 3
1 129.4740398 0.0228097
2 39.6916235 0.2097172
3 12.8265855 0.8279136
S 2
1 4.2220107 0.4376679
2 1.4174756 0.6125188
P 2
1 4.2220107 0.6281427
2 1.4174756 0.4536954
S 1
1 0.1638884 1.0000000
P 1
1 0.1638884 1.0000000
PHOSPHORUS
S 3
1 15151.94544206 0.02286522
2 2274.34114677 0.17211413
3 513.08292993 0.86787870
S 3
1 139.8203604 0.3270060
2 42.6622982 0.5743894
3 13.5916282 0.1952971
P 3
1 139.8203604 0.0228652
2 42.6622982 0.2145737
3 13.5916282 0.8251566
S 2
1 4.4731734 0.5288481
2 1.5583886 0.5196746
P 2
1 4.4731734 0.6843779
2 1.5583886 0.3881232
S 1
1 0.2203438 1.0000000
P 1
1 0.2203438 1.0000000
SULFUR
S 3
1 12715.98885260 0.02351515
2 1909.10567091 0.17838697
3 429.10047704 0.86294128
S 3
1 115.2856604 0.4539866
2 34.5442995 0.5613456
3 10.4321074 0.0647941
P 3
1 115.2856604 0.0508694
2 34.5442995 0.2501660
3 10.4321074 0.7988686
S 2
1 0.7834588 0.1604044
2 0.2143250 0.8748423
P 2
1 0.7834588 0.3429796
2 0.2143250 0.7527595
S 1
1 3.2298061 1.0000000
P 1
1 3.2298061 1.0000000
CHLORINE
S 3
1 14500.35608106 0.02344138
2 2176.80649430 0.17792925
3 488.98549689 0.86335580
S 3
1 131.1386603 0.4530395
2 39.2194217 0.5631736
3 11.8894499 0.0636309
P 3
1 131.1386603 0.0509077
2 39.2194217 0.2500132
3 11.8894499 0.7986268
S 2
1 0.8699623 0.2313082
2 0.2462718 0.8137426
P 2
1 0.8699623 0.3970012
2 0.2462718 0.7022388
S 1
1 3.7221385 1.0000000
P 1
1 3.7221385 1.0000000
ARGON
S 3
1 16573.92190582 0.02334667
2 2487.85495144 0.17728956
3 558.59858877 0.86391334
S 3
1 149.6098098 0.4474468
2 44.6949256 0.5662798
3 13.6070650 0.0667210
P 3
1 149.6098098 0.0505754
2 44.6949256 0.2494461
3 13.6070650 0.7988248
S 2
1 1.0080542 0.2633373
2 0.2877699 0.7855456
P 2
1 1.0080542 0.4261746
2 0.2877699 0.6751394
S 1
1 4.3095468 1.0000000
P 1
1 4.3095468 1.0000000

401
data/basis/4-22gsp Normal file
View File

@ -0,0 +1,401 @@
HYDROGEN
S 2
1 13.01072961 0.13140985
2 1.96226117 0.92113973
S 2
1 0.44453873 0.52276833
2 0.12194975 0.54767537
HELIUM
S 2
1 38.35494849 0.14069699
2 5.76890973 0.91521787
S 2
1 1.23994099 0.51813571
2 0.29757820 0.56557984
LITHIUM
S 4
1 6.22125269 0.78078507
2 22.26326619 0.24241842
3 97.91236393 0.05071977
4 651.92839884 0.00665110
S 2
1 0.6332111 0.4493916
2 1.9317406 0.6032110
P 2
1 0.6332111 0.9782011
2 1.9317406 0.0311949
S 2
1 0.0724516 0.5053142
2 0.0281069 0.5343244
P 2
1 0.0724516 0.5607442
2 0.0281069 0.5041073
BERYLLIUM
S 4
1 1281.42397277 0.00638749
2 192.45605825 0.04892235
3 43.77835437 0.23614153
4 12.28075755 0.78695107
S 2
1 3.8605221 0.5829254
2 1.2886152 0.4686491
P 2
1 3.8605221 0.0490595
2 1.2886152 0.9651129
S 2
1 0.1803211 0.4747599
2 0.0590865 0.5785516
P 2
1 0.1803211 0.6556898
2 0.0590865 0.4276269
BORON
S 4
1 14.79897262 0.77662984
2 53.13843475 0.24686659
3 233.85790611 0.05163985
4 1556.51868555 0.00681146
S 2
1 4.5729469 0.7318617
2 1.4651351 0.3145084
P 2
1 4.5729469 0.2130000
2 1.4651351 0.8427725
S 2
1 0.3951872 0.4119663
2 0.1115842 0.6519406
P 2
1 0.3951872 0.5213535
2 0.1115842 0.5875077
CARBON
S 4
1 2324.66403640 0.00663675
2 349.22183834 0.05032142
3 79.30064261 0.24296909
4 22.00625885 0.78100128
S 2
1 2.0355583 0.2977252
2 6.7042043 0.7508876
P 2
1 2.0355583 0.8331265
2 6.7042043 0.2307614
S 2
1 0.1660944 0.6202031
2 0.5944799 0.4464955
P 2
1 0.1660944 0.5650697
2 0.5944799 0.5457846
NITROGEN
S 4
1 3386.19941553 0.00641147
2 508.59363913 0.04868181
3 115.40912068 0.23762421
4 31.91269701 0.78678387
S 2
1 2.8366964 0.3040602
2 9.6071525 0.7472116
P 2
1 2.8366964 0.8351146
2 9.6071525 0.2312800
S 2
1 0.2325638 0.6084392
2 0.8408824 0.4597622
P 2
1 0.2325638 0.5526279
2 0.8408824 0.5597836
OXYGEN
S 4
1 4530.85789482 0.00629477
2 680.44844407 0.04781525
3 154.30182625 0.23478343
4 42.51652760 0.78995730
S 2
1 12.6632599 0.7578720
2 3.6103608 0.2949348
P 2
1 12.6632599 0.2311675
2 3.6103608 0.8382198
S 2
1 1.0750598 0.5134954
2 0.2913296 0.5580519
P 2
1 1.0750598 0.5643707
2 0.2913296 0.5510987
FLUORINE
S 4
1 5968.40531277 0.00615808
2 896.22492628 0.04681854
3 203.09522485 0.23139253
4 55.77547708 0.79364873
S 2
1 4.6027811 0.2970974
2 16.4624365 0.7573727
P 2
1 4.6027811 0.8412919
2 16.4624365 0.2293523
S 2
1 0.3637554 0.5353187
2 1.3640929 0.5379498
P 2
1 0.3637554 0.5474636
2 1.3640929 0.5704022
NEON
S 4
1 7685.45939082 0.79717471
2 1153.90851265 0.22813533
3 261.31379877 0.04587396
4 71.53455115 0.00602839
S 2
1 20.9439475 0.7532955
2 5.7822049 0.3027628
P 2
1 20.9439475 0.2271806
2 5.7822049 0.8440254
S 2
1 1.7042004 0.5484446
2 0.4490377 0.5259749
P 2
1 1.7042004 0.5753751
2 0.4490377 0.5442607
SODIUM
S 4
1 59005.87155763 0.00473939
2 8843.17387951 0.03779888
3 2008.73059640 0.19013983
4 561.94736148 0.83239318
S 4
1 176.5722672 0.1226989
2 60.1103246 0.3167733
3 21.9587185 0.4707106
4 8.2902129 0.2096890
P 4
1 176.5722672 0.0136228
2 60.1103246 0.0559976
3 21.9587185 0.2458706
4 8.2902129 0.7716632
S 3
1 3.1369111 0.1587859
2 1.1623525 0.7083180
3 0.4171313 0.1868763
P 3
1 3.1369111 0.4099224
2 1.1623525 0.4832793
3 0.4171313 0.2477755
S 1
1 0.0416068 1.0000000
P 1
1 0.0416068 1.0000000
MAGNESIUM
S 4
1 72842.35243521 0.00470575
2 10916.45507428 0.03764326
3 2479.23513566 0.18879433
4 692.83977420 0.83367701
S 4
1 217.0903788 0.1188871
2 73.6784602 0.3113488
3 26.8830790 0.4717284
4 10.1758059 0.2178335
P 4
1 217.0903788 0.0133111
2 73.6784602 0.0555474
3 26.8830790 0.2461046
4 10.1758059 0.7715388
S 3
1 3.8880574 0.1453501
2 1.4842146 0.7266953
3 0.5645307 0.1744478
P 3
1 3.8880574 0.4284675
2 1.4842146 0.4810072
3 0.5645307 0.2179877
S 1
1 0.0708322 1.0000000
P 1
1 0.0708322 1.0000000
ALUMINUM
S 4
1 62847.68542369 0.00475706
2 9420.16948493 0.03784895
3 2138.10104481 0.19058192
4 595.28581279 0.83227640
S 4
1 184.4777021 0.1703426
2 61.5733733 0.4072904
3 22.1491792 0.4473109
4 7.8443532 0.0886034
P 4
1 184.4777021 0.0148341
2 61.5733733 0.0588009
3 22.1491792 0.2651506
4 7.8443532 0.7596923
S 2
1 2.8455438 0.5718592
2 1.0270284 0.4732452
P 2
1 2.8455438 0.6363301
2 1.0270284 0.4352139
S 2
1 0.1999730 0.4559291
2 0.0642240 0.5986403
P 2
1 0.1999730 0.4834448
2 0.0642240 0.6057942
SILICON
S 4
1 77268.41073923 0.00471727
2 11581.04064378 0.03765241
3 2628.14424648 0.18908175
4 731.10993167 0.83369708
S 4
1 226.1265206 0.1610288
2 75.3450220 0.3941669
3 27.0908642 0.4578323
4 9.6842061 0.1016937
P 4
1 226.1265206 0.0143163
2 75.3450220 0.0581309
3 27.0908642 0.2628431
4 9.6842061 0.7612441
S 2
1 3.5630530 0.5334106
2 1.3210938 0.5098776
P 2
1 3.5630530 0.6397580
2 1.3210938 0.4280609
S 2
1 0.2954805 0.4421500
2 0.0929931 0.6137126
P 2
1 0.2954805 0.5146211
2 0.0929931 0.5784446
PHOSPHORUS
S 4
1 92357.70879877 0.00468580
2 13842.04110935 0.03749475
3 3140.72424901 0.18789116
4 872.93283981 0.83483671
S 4
1 269.4195861 0.1551819
2 89.5849593 0.3860613
3 32.1873117 0.4639498
4 11.5763431 0.1101390
P 4
1 269.4195861 0.0139519
2 89.5849593 0.0577296
3 32.1873117 0.2615857
4 11.5763431 0.7620385
S 2
1 4.3027893 0.5134948
2 1.6297293 0.5280782
P 2
1 4.3027893 0.6477859
2 1.6297293 0.4168122
S 2
1 0.4006409 0.4350584
2 0.1255322 0.6209085
P 2
1 0.4006409 0.5381355
2 0.1255322 0.5559010
SULFUR
S 4
1 105207.77721164 0.00466626
2 15767.60700913 0.03738270
3 3576.84913332 0.18716417
4 992.96958124 0.83557729
S 4
1 305.5446294 0.1563136
2 101.2488590 0.3900735
3 36.3191855 0.4627498
4 13.0656717 0.1057229
P 4
1 305.5446294 0.0138950
2 101.2488590 0.0581229
3 36.3191855 0.2632335
4 13.0656717 0.7604021
S 2
1 4.8771489 0.5422624
2 1.8794445 0.4978607
P 2
1 4.8771489 0.6744959
2 1.8794445 0.3860830
S 2
1 0.4998451 0.4784587
2 0.1519600 0.5816080
P 2
1 0.4998451 0.5649462
2 0.1519600 0.5333847
CHLORINE
S 4
1 117980.86046310 0.00465032
2 17681.61590091 0.03728028
3 4010.11959383 0.18659505
4 1111.87202959 0.83618135
S 4
1 341.0574740 0.1588526
2 112.6038045 0.3965106
3 40.3147357 0.4599213
4 14.4871015 0.0989003
P 4
1 341.0574740 0.0138855
2 112.6038045 0.0586718
3 40.3147357 0.2651769
4 14.4871015 0.7585583
S 2
1 5.4173765 0.5836808
2 2.1070388 0.4551476
P 2
1 5.4173765 0.7052671
2 2.1070388 0.3515798
S 2
1 0.6031114 0.5091668
2 0.1819077 0.5521544
P 2
1 0.6031114 0.5920643
2 0.1819077 0.5068226
ARGON
S 4
1 131046.47324332 0.00463624
2 19639.52538669 0.03718266
3 4453.13641931 0.18611062
4 1233.16552904 0.83671117
S 4
1 377.0737869 0.1619051
2 124.0361793 0.4037553
3 44.3153241 0.4562757
4 15.9007400 0.0914914
P 4
1 377.0737869 0.0138856
2 124.0361793 0.0592987
3 44.3153241 0.2670314
4 15.9007400 0.7567962
S 2
1 5.9481629 0.6304498
2 2.3138920 0.4070714
P 2
1 5.9481629 0.7371651
2 2.3138920 0.3163721
S 2
1 0.7074051 0.4777357
2 0.2141649 0.5248880
P 2
1 0.7074051 0.6193969
2 0.2141649 0.5361868

254
data/basis/4-31g Normal file
View File

@ -0,0 +1,254 @@
HYDROGEN
S 3
1 18.7311370 0.0334946
2 2.8253944 0.2347269
3 0.6401217 0.8137573
S 1
1 0.1612778 1.0000000
HELIUM
S 3
1 38.4216340 0.0237660
2 5.7780300 0.1546790
3 1.2417740 0.4696300
S 1
1 0.2979640 1.0000000
LITHIUM
S 5
1 275.3944400 0.00612185
2 41.4351750 0.04511296
3 9.3669938 0.19269415
4 2.5377253 0.46854421
5 0.7466365 0.44060752
S 2
1 0.7345643 -0.2525368
2 0.0871980 1.0973408
P 2
1 0.7345643 0.1435917
2 0.0871980 0.9478030
S 1
1 0.0404387 1.0000000
P 1
1 0.0404387 1.0000000
BERYLLIUM
S 5
1 554.0100000 0.00540997
2 83.2631000 0.04025150
3 18.8635000 0.17685800
4 5.1778200 0.45255900
5 1.5560200 0.47029300
S 2
1 1.4417525 -0.4774290
2 0.3018611 1.2474500
P 2
1 1.4417525 0.2011420
2 0.3018611 0.8844830
S 1
1 0.1009614 1.0000000
P 1
1 0.1009614 1.0000000
BORON
S 4
1 330.7528500 0.0179942
2 49.8438650 0.1246937
3 11.1170540 0.4343354
4 2.9227243 0.5609794
S 3
1 5.6812646 -0.1303871
2 1.4544046 -0.2514344
3 0.4283786 1.2051292
P 3
1 5.6812646 0.0637429
2 1.4544046 0.2761331
3 0.4283786 0.7773866
S 1
1 0.1442192 1.0000000
P 1
1 0.1442192 1.0000000
CARBON
S 4
1 486.9669300 0.0177258
2 73.3710940 0.1234787
3 16.4134580 0.4338754
4 4.3449836 0.5615042
S 3
1 8.6735253 -0.1213837
2 2.0966193 -0.2273385
3 0.6046513 1.1851739
P 3
1 8.6735253 0.0635454
2 2.0966193 0.2982678
3 0.6046513 0.7621032
S 1
1 0.1835578 1.0000000
P 1
1 0.1835578 1.0000000
NITROGEN
S 4
1 671.2795000 0.0175982511
2 101.2017000 0.1228462410
3 22.6999700 0.4337821410
4 6.0406090 0.5614182170
S 3
1 12.3935997 -0.1174893
2 2.9223828 -0.2139940
3 0.8325281 1.1745021
P 3
1 12.3935997 0.0640203
2 2.9223828 0.3112026
3 0.8325281 0.7527482
S 1
1 0.2259640 1.0000000
P 1
1 0.2259640 1.0000000
OXYGEN
S 4
1 883.2728600 0.0175506
2 133.1292800 0.1228292
3 29.9064080 0.4348836
4 7.9786772 0.5600108
S 3
1 16.1944470 -0.1134010
2 3.7800860 -0.1772865
3 1.0709836 1.1504079
P 3
1 16.1944470 0.0685453
2 3.7800860 0.3312254
3 1.0709836 0.7346079
S 1
1 0.2838798 1.0000000
P 1
1 0.2838798 1.0000000
FLUORINE
S 4
1 1126.1630000 0.0174758
2 169.7432000 0.1225230
3 38.1815100 0.4349990
4 10.2120400 0.5598120
S 3
1 21.4953700 -0.1110570
2 4.9897780 -0.1683220
3 1.4035740 1.1436260
P 3
1 21.4953700 0.0698880
2 4.9897780 0.3393880
3 1.4035740 0.7279590
S 1
1 0.3730318 1.0000000
P 1
1 0.3730318 1.0000000
NEON
S 4
1 1397.9321000 0.017423805
2 210.7697800 0.122272745
3 47.4672570 0.435014232
4 12.7226260 0.559714642
S 3
1 27.2130330 -0.1096094
2 6.2941344 -0.1641249
3 1.7600513 1.1401516
P 3
1 27.2130330 0.0704403
2 6.2941344 0.3439930
3 1.7600513 0.7245150
S 1
1 0.4618670 1.0000000
P 1
1 0.4618670 1.0000000
PHOSPHORUS
S 4
1 3018.6718000 0.0185213137
2 455.1271210 0.129904864
3 102.3147300 0.455100288
4 27.61784730 0.533131861
S 4
1 114.4294010 -0.0247503
2 26.5822959 -0.1350925
3 7.8718889 0.2277361
4 2.4878572 0.8755931
P 4
1 114.4294010 0.0274140
2 26.5822959 0.1690791
3 7.8718889 0.4691021
4 2.4878572 0.5181531
S 3
1 50.7506190 -0.0451192
2 1.6728624 -0.8504730
3 0.6210974 1.5962858
P 3
1 50.7506190 0.0037791
2 1.6728624 -0.0463438
3 0.6210974 1.0339443
S 1
1 0.1670160 1.0000000
P 1
1 0.1670160 1.0000000
SULFUR
S 4
1 3442.1244000 0.0184921
2 518.9131000 0.1298220
3 116.6909000 0.4550418
4 31.5716470 0.5330084
S 4
1 127.4405800 -0.0272646
2 29.7476670 -0.1424834
3 8.8346642 0.2597043
4 2.8173898 0.8525473
P 4
1 127.4405800 0.0291520
2 29.7476670 0.1779597
3 8.8346642 0.4836237
4 2.8173898 0.4942553
S 3
1 3.7291854 -0.2775315
2 1.4067702 -0.4576435
3 0.5481100 1.4316843
P 3
1 3.7291854 -0.0337509
2 1.4067702 0.1457110
3 0.5481100 0.8982887
S 1
1 0.1703809 1.0000000
P 1
1 0.1703809 1.0000000
CHLORINE
S 4
1 3910.3026000 0.0183794
2 589.5518000 0.1291401
3 132.5939200 0.4540448
4 35.9035420 0.5344394
S 4
1 147.7653500 -0.0267433
2 34.5060750 -0.1446911
3 10.2864710 0.2517035
4 3.3111473 0.8598203
P 4
1 147.7653500 0.0288645
2 34.5060750 0.1779647
3 10.2864710 0.4869998
4 3.3111473 0.4890184
S 3
1 4.2802849 -0.2703963
2 1.6410167 -0.3416297
3 0.6144785 1.3500245
P 3
1 4.2802849 -0.0367028
2 1.6410167 0.1918492
3 0.6144785 0.8643376
S 1
1 0.1956594 1.0000000
P 1
1 0.1956594 1.0000000

1063
data/basis/5zp Normal file

File diff suppressed because it is too large Load Diff

629
data/basis/6-31++g Normal file
View File

@ -0,0 +1,629 @@
HYDROGEN
S 3
1 18.7311370 0.03349460
2 2.8253937 0.23472695
3 0.6401217 0.81375733
S 1
1 0.1612778 1.0000000
S 1
1 0.0360000 1.0000000
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.1085070
2 4.8083083 -0.1464517
3 1.3440699 1.1286886
P 3
1 20.8479528 0.0716287
2 4.8083083 0.3459121
3 1.3440699 0.7224700
S 1
1 0.3581514 1.0000000
P 1
1 0.3581514 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.1071183
2 6.1017550 -0.1461638
3 1.6962715 1.1277735
P 3
1 26.5321310 0.0719096
2 6.1017550 0.3495134
3 1.6962715 0.7199405
S 1
1 0.4458187 1.0000000
P 1
1 0.4458187 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
4 5.1388600 0.1486330
5 1.9065200 0.6164970
6 0.7058870 0.3648290
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.3336420
5 1.9065200 0.4449400
6 0.7058870 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.0029262
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.0046029
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.0014458
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.0027809
2 69.8731000 -0.0357146
3 22.3363000 -0.1149850
4 8.1503900 0.0935634
5 3.1345800 0.6030170
6 1.2254300 0.4189590
P 6
1 292.7180000 0.0044383
2 69.8731000 0.0326679
3 22.3363000 0.1347210
4 8.1503900 0.3286780
5 3.1345800 0.4496400
6 1.2254300 0.2613720
S 3
1 1.7273800 -0.2446300
2 0.5729220 0.0043157
3 0.2221920 1.0981800
P 3
1 1.7273800 -0.0177951
2 0.5729220 0.2535390
3 0.2221920 0.8006690
S 1
1 0.0778369 1.0000000
P 1
1 0.0778369 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
PHOSPHORUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.0027822
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.0045646
2 81.0101000 0.0336936
3 25.8780000 0.1397550
4 9.4522100 0.3393620
5 3.6656600 0.4509210
6 1.4674600 0.2385860
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.0177653
2 0.7489970 0.2740580
3 0.2831450 0.7854210
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.0021597
2 136.8160000 -0.0290775
3 43.8098000 -0.1108270
4 16.2094000 0.0276999
5 6.4608400 0.5776130
6 2.6511400 0.4886880
P 6
1 575.8910000 0.0038066
2 136.8160000 0.0292305
3 43.8098000 0.1264670
4 16.2094000 0.3235100
5 6.4608400 0.4548960
6 2.6511400 0.2566300
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.0159197
2 1.4137300 0.3246460
3 0.5166460 0.7439900
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
POTASSIUM
S 6
1 31594.4200000 1.828010E-03
2 4744.3300000 1.399403E-02
3 1080.4190000 6.887129E-02
4 304.2338000 2.369760E-01
5 97.2458600 4.829040E-01
6 33.0249500 3.404795E-01
S 6
1 622.7625000 -0.0025030
2 147.8839000 -0.0331555
3 47.3273500 -0.1226387
4 17.5149500 0.0535364
5 6.9227220 0.6193860
6 2.7682770 0.4345878
P 6
1 622.7625000 0.0040946
2 147.8839000 0.0314520
3 47.3273500 0.1351558
4 17.5149500 0.3390500
5 6.9227220 0.4629455
6 2.7682770 0.2242638
S 6
1 11.8480200 0.0127769
2 4.0792110 0.2098767
3 1.7634810 -0.0030953
4 0.7889270 -0.5593884
5 0.3503870 -0.5134760
6 0.1463440 -0.0659803
P 6
1 11.8480200 -0.0122138
2 4.0792110 -0.0069005
3 1.7634810 0.2007466
4 0.7889270 0.4281332
5 0.3503870 0.3970156
6 0.1463440 0.1104718
S 3
1 0.7168010 -0.0523777
2 0.2337410 -0.2798503
3 0.0386750 1.1415470
P 3
1 0.7168010 0.0316430
2 0.2337410 -0.0404616
3 0.0386750 1.0120290
S 1
1 0.0165210 1.0000000
P 1
1 0.0165210 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
CALCIUM
S 6
1 35264.8600000 1.813501E-03
2 5295.5030000 1.388493E-02
3 1206.0200000 6.836162E-02
4 339.6839000 2.356188E-01
5 108.6264000 4.820639E-01
6 36.9210300 3.429819E-01
S 6
1 706.3096000 0.0024482
2 167.8187000 0.0324150
3 53.8255800 0.1226219
4 20.0163800 -0.0431696
5 7.9702790 -0.6126995
6 3.2120590 -0.4487540
P 6
1 706.3096000 0.0040204
2 167.8187000 0.0310060
3 53.8255800 0.1337279
4 20.0163800 0.3367983
5 7.9702790 0.4631281
6 3.2120590 0.2257532
S 6
1 14.1951800 0.0108450
2 4.8808280 0.2088333
3 2.1603900 0.0315034
4 0.9878990 -0.5526518
5 0.4495170 -0.5437997
6 0.1873870 -0.0666934
P 6
1 14.1951800 -0.0128962
2 4.8808280 -0.0102520
3 2.1603900 0.1959781
4 0.9878990 0.4357933
5 0.4495170 0.3996452
6 0.1873870 0.0971364
S 3
1 1.0322710 -0.0443972
2 0.3811710 -0.3284563
3 0.0651310 1.1630100
P 3
1 1.0322710 -0.4298621
2 0.3811710 0.0069358
3 0.0651310 0.9705933
S 1
1 0.0260100 1.0000000
P 1
1 0.0260100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000

655
data/basis/6-31++g_star Normal file
View File

@ -0,0 +1,655 @@
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.4000000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.6000000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 0.8000000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 0.8000000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.1085070
2 4.8083083 -0.1464517
3 1.3440699 1.1286886
P 3
1 20.8479528 0.0716287
2 4.8083083 0.3459121
3 1.3440699 0.7224700
S 1
1 0.3581514 1.0000000
P 1
1 0.3581514 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 0.8000000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.1071183
2 6.1017550 -0.1461638
3 1.6962715 1.1277735
P 3
1 26.5321310 0.0719096
2 6.1017550 0.3495134
3 1.6962715 0.7199405
S 1
1 0.4458187 1.0000000
P 1
1 0.4458187 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 0.8000000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
4 5.1388600 0.1486330
5 1.9065200 0.6164970
6 0.7058870 0.3648290
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.3336420
5 1.9065200 0.4449400
6 0.7058870 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.0029262
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.0046029
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.0014458
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.0027809
2 69.8731000 -0.0357146
3 22.3363000 -0.1149850
4 8.1503900 0.0935634
5 3.1345800 0.6030170
6 1.2254300 0.4189590
P 6
1 292.7180000 0.0044383
2 69.8731000 0.0326679
3 22.3363000 0.1347210
4 8.1503900 0.3286780
5 3.1345800 0.4496400
6 1.2254300 0.2613720
S 3
1 1.7273800 -0.2446300
2 0.5729220 0.0043157
3 0.2221920 1.0981800
P 3
1 1.7273800 -0.0177951
2 0.5729220 0.2535390
3 0.2221920 0.8006690
S 1
1 0.0778369 1.0000000
P 1
1 0.0778369 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.0027822
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.0045646
2 81.0101000 0.0336936
3 25.8780000 0.1397550
4 9.4522100 0.3393620
5 3.6656600 0.4509210
6 1.4674600 0.2385860
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.0177653
2 0.7489970 0.2740580
3 0.2831450 0.7854210
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.0021597
2 136.8160000 -0.0290775
3 43.8098000 -0.1108270
4 16.2094000 0.0276999
5 6.4608400 0.5776130
6 2.6511400 0.4886880
P 6
1 575.8910000 0.0038066
2 136.8160000 0.0292305
3 43.8098000 0.1264670
4 16.2094000 0.3235100
5 6.4608400 0.4548960
6 2.6511400 0.2566300
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.0159197
2 1.4137300 0.3246460
3 0.5166460 0.7439900
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 31594.4200000 1.828010E-03
2 4744.3300000 1.399403E-02
3 1080.4190000 6.887129E-02
4 304.2338000 2.369760E-01
5 97.2458600 4.829040E-01
6 33.0249500 3.404795E-01
S 6
1 622.7625000 -0.0025030
2 147.8839000 -0.0331555
3 47.3273500 -0.1226387
4 17.5149500 0.0535364
5 6.9227220 0.6193860
6 2.7682770 0.4345878
P 6
1 622.7625000 0.0040946
2 147.8839000 0.0314520
3 47.3273500 0.1351558
4 17.5149500 0.3390500
5 6.9227220 0.4629455
6 2.7682770 0.2242638
S 6
1 11.8480200 0.0127769
2 4.0792110 0.2098767
3 1.7634810 -0.0030953
4 0.7889270 -0.5593884
5 0.3503870 -0.5134760
6 0.1463440 -0.0659803
P 6
1 11.8480200 -0.0122138
2 4.0792110 -0.0069005
3 1.7634810 0.2007466
4 0.7889270 0.4281332
5 0.3503870 0.3970156
6 0.1463440 0.1104718
S 3
1 0.7168010 -0.0523777
2 0.2337410 -0.2798503
3 0.0386750 1.1415470
P 3
1 0.7168010 0.0316430
2 0.2337410 -0.0404616
3 0.0386750 1.0120290
S 1
1 0.0165210 1.0000000
P 1
1 0.0165210 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 1
1 0.2000000 1.0000000
CALCIUM
S 6
1 35264.8600000 1.813501E-03
2 5295.5030000 1.388493E-02
3 1206.0200000 6.836162E-02
4 339.6839000 2.356188E-01
5 108.6264000 4.820639E-01
6 36.9210300 3.429819E-01
S 6
1 706.3096000 0.0024482
2 167.8187000 0.0324150
3 53.8255800 0.1226219
4 20.0163800 -0.0431696
5 7.9702790 -0.6126995
6 3.2120590 -0.4487540
P 6
1 706.3096000 0.0040204
2 167.8187000 0.0310060
3 53.8255800 0.1337279
4 20.0163800 0.3367983
5 7.9702790 0.4631281
6 3.2120590 0.2257532
S 6
1 14.1951800 0.0108450
2 4.8808280 0.2088333
3 2.1603900 0.0315034
4 0.9878990 -0.5526518
5 0.4495170 -0.5437997
6 0.1873870 -0.0666934
P 6
1 14.1951800 -0.0128962
2 4.8808280 -0.0102520
3 2.1603900 0.1959781
4 0.9878990 0.4357933
5 0.4495170 0.3996452
6 0.1873870 0.0971364
S 3
1 1.0322710 -0.0443972
2 0.3811710 -0.3284563
3 0.0651310 1.1630100
P 3
1 1.0322710 -0.4298621
2 0.3811710 0.0069358
3 0.0651310 0.9705933
S 1
1 0.0260100 1.0000000
P 1
1 0.0260100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 1
1 0.2000000 1.0000000

View File

@ -0,0 +1,667 @@
HYDROGEN
S 3
1 18.7311370 0.03349460
2 2.8253937 0.23472695
3 0.6401217 0.81375733
S 1
1 0.1612778 1.0000000
S 1
1 0.0360000 1.0000000
P 1
1 1.1000000 1.0000000
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.4000000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.6000000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 0.8000000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 0.8000000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.1085070
2 4.8083083 -0.1464517
3 1.3440699 1.1286886
P 3
1 20.8479528 0.0716287
2 4.8083083 0.3459121
3 1.3440699 0.7224700
S 1
1 0.3581514 1.0000000
P 1
1 0.3581514 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 0.8000000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.1071183
2 6.1017550 -0.1461638
3 1.6962715 1.1277735
P 3
1 26.5321310 0.0719096
2 6.1017550 0.3495134
3 1.6962715 0.7199405
S 1
1 0.4458187 1.0000000
P 1
1 0.4458187 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 0.8000000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
4 5.1388600 0.1486330
5 1.9065200 0.6164970
6 0.7058870 0.3648290
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.3336420
5 1.9065200 0.4449400
6 0.7058870 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.0029262
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.0046029
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.0014458
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.0027809
2 69.8731000 -0.0357146
3 22.3363000 -0.1149850
4 8.1503900 0.0935634
5 3.1345800 0.6030170
6 1.2254300 0.4189590
P 6
1 292.7180000 0.0044383
2 69.8731000 0.0326679
3 22.3363000 0.1347210
4 8.1503900 0.3286780
5 3.1345800 0.4496400
6 1.2254300 0.2613720
S 3
1 1.7273800 -0.2446300
2 0.5729220 0.0043157
3 0.2221920 1.0981800
P 3
1 1.7273800 -0.0177951
2 0.5729220 0.2535390
3 0.2221920 0.8006690
S 1
1 0.0778369 1.0000000
P 1
1 0.0778369 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.0027822
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.0045646
2 81.0101000 0.0336936
3 25.8780000 0.1397550
4 9.4522100 0.3393620
5 3.6656600 0.4509210
6 1.4674600 0.2385860
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.0177653
2 0.7489970 0.2740580
3 0.2831450 0.7854210
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.0021597
2 136.8160000 -0.0290775
3 43.8098000 -0.1108270
4 16.2094000 0.0276999
5 6.4608400 0.5776130
6 2.6511400 0.4886880
P 6
1 575.8910000 0.0038066
2 136.8160000 0.0292305
3 43.8098000 0.1264670
4 16.2094000 0.3235100
5 6.4608400 0.4548960
6 2.6511400 0.2566300
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.0159197
2 1.4137300 0.3246460
3 0.5166460 0.7439900
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 31594.4200000 1.828010E-03
2 4744.3300000 1.399403E-02
3 1080.4190000 6.887129E-02
4 304.2338000 2.369760E-01
5 97.2458600 4.829040E-01
6 33.0249500 3.404795E-01
S 6
1 622.7625000 -0.0025030
2 147.8839000 -0.0331555
3 47.3273500 -0.1226387
4 17.5149500 0.0535364
5 6.9227220 0.6193860
6 2.7682770 0.4345878
P 6
1 622.7625000 0.0040946
2 147.8839000 0.0314520
3 47.3273500 0.1351558
4 17.5149500 0.3390500
5 6.9227220 0.4629455
6 2.7682770 0.2242638
S 6
1 11.8480200 0.0127769
2 4.0792110 0.2098767
3 1.7634810 -0.0030953
4 0.7889270 -0.5593884
5 0.3503870 -0.5134760
6 0.1463440 -0.0659803
P 6
1 11.8480200 -0.0122138
2 4.0792110 -0.0069005
3 1.7634810 0.2007466
4 0.7889270 0.4281332
5 0.3503870 0.3970156
6 0.1463440 0.1104718
S 3
1 0.7168010 -0.0523777
2 0.2337410 -0.2798503
3 0.0386750 1.1415470
P 3
1 0.7168010 0.0316430
2 0.2337410 -0.0404616
3 0.0386750 1.0120290
S 1
1 0.0165210 1.0000000
P 1
1 0.0165210 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 1
1 0.2000000 1.0000000
CALCIUM
S 6
1 35264.8600000 1.813501E-03
2 5295.5030000 1.388493E-02
3 1206.0200000 6.836162E-02
4 339.6839000 2.356188E-01
5 108.6264000 4.820639E-01
6 36.9210300 3.429819E-01
S 6
1 706.3096000 0.0024482
2 167.8187000 0.0324150
3 53.8255800 0.1226219
4 20.0163800 -0.0431696
5 7.9702790 -0.6126995
6 3.2120590 -0.4487540
P 6
1 706.3096000 0.0040204
2 167.8187000 0.0310060
3 53.8255800 0.1337279
4 20.0163800 0.3367983
5 7.9702790 0.4631281
6 3.2120590 0.2257532
S 6
1 14.1951800 0.0108450
2 4.8808280 0.2088333
3 2.1603900 0.0315034
4 0.9878990 -0.5526518
5 0.4495170 -0.5437997
6 0.1873870 -0.0666934
P 6
1 14.1951800 -0.0128962
2 4.8808280 -0.0102520
3 2.1603900 0.1959781
4 0.9878990 0.4357933
5 0.4495170 0.3996452
6 0.1873870 0.0971364
S 3
1 1.0322710 -0.0443972
2 0.3811710 -0.3284563
3 0.0651310 1.1630100
P 3
1 1.0322710 -0.4298621
2 0.3811710 0.0069358
3 0.0651310 0.9705933
S 1
1 0.0260100 1.0000000
P 1
1 0.0260100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 1
1 0.2000000 1.0000000

633
data/basis/6-31+g Normal file
View File

@ -0,0 +1,633 @@
HYDROGEN
S 3
1 18.7311370 0.03349460
2 2.8253937 0.23472695
3 0.6401217 0.81375733
S 1
1 0.1612778 1.0000000
HELIUM
S 3
1 38.4216340 0.0237660
2 5.7780300 0.1546790
3 1.2417740 0.4696300
S 1
1 0.2979640 1.0000000
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.108506975
2 4.80830834 -0.146451658
3 1.34406986 1.128688580
P 3
1 20.8479528 0.0716287243
2 4.80830834 0.3459121030
3 1.34406986 0.7224699570
S 1
1 0.358151393 1.0000000
P 1
1 0.358151393 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.107118287
2 6.10175501 -0.146163821
3 1.69627153 1.127773500
P 3
1 26.5321310 0.0719095885
2 6.10175501 0.3495133720
3 1.69627153 0.7199405120
S 1
1 0.44581870 1.0000000
P 1
1 0.44581870 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.1486330 0.3336420
5 1.9065200 0.6164970 0.4449400
6 0.7058870 0.3648290 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.00292619
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.00460285
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.00144583
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.00278094
2 69.8731000 -0.03571460
3 22.3363000 -0.11498500
4 8.1503900 0.09356340
5 3.1345800 0.60301700
6 1.2254300 0.41895900
P 6
1 292.7180000 0.00443826
2 69.8731000 0.03266790
3 22.3363000 0.13472100
4 8.1503900 0.32867800
5 3.1345800 0.44964000
6 1.2254300 0.26137200
S 3
1 1.7273800 -0.24463000
2 0.5729220 0.00431572
3 0.2221920 1.09818000
P 3
1 1.7273800 -0.01779510
2 0.5729220 0.25353900
3 0.2221920 0.80066900
S 1
1 0.0778369 1.00000000
P 1
1 0.0778369 1.00000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
PHOSPHOROUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.00278217
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.00456462
2 81.0101000 0.03369360
3 25.8780000 0.13975500
4 9.4522100 0.33936200
5 3.6656600 0.45092100
6 1.4674600 0.23858600
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.01776530
2 0.7489970 0.27405800
3 0.2831450 0.78542100
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.00215972
2 136.8160000 -0.02907750
3 43.8098000 -0.11082700
4 16.2094000 0.02769990
5 6.4608400 0.57761300
6 2.6511400 0.48868800
P 6
1 575.8910000 0.00380665
2 136.8160000 0.02923050
3 43.8098000 0.12646700
4 16.2094000 0.32351000
5 6.4608400 0.45489600
6 2.6511400 0.25663000
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.01591970
2 1.4137300 0.32464600
3 0.5166460 0.74399000
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
POTASSIUM
S 6
1 31594.4200000 1.828010E-03
2 4744.3300000 1.399403E-02
3 1080.4190000 6.887129E-02
4 304.2338000 2.369760E-01
5 97.2458600 4.829040E-01
6 33.0249500 3.404795E-01
S 6
1 622.7625000 -2.502976E-03
2 147.8839000 -3.315550E-02
3 47.3273500 -1.226387E-01
4 17.5149500 5.353643E-02
5 6.9227220 6.193860E-01
6 2.7682770 4.345878E-01
P 6
1 622.7625000 4.094637E-03
2 147.8839000 3.145199E-02
3 47.3273500 1.351558E-01
4 17.5149500 3.390500E-01
5 6.9227220 4.629455E-01
6 2.7682770 2.242638E-01
S 6
1 11.8480200 1.277689E-02
2 4.0792110 2.098767E-01
3 1.7634810 -3.095274E-03
4 0.7889270 -5.593884E-01
5 0.3503870 -5.134760E-01
6 0.1463440 -6.598035E-02
P 6
1 11.8480200 -1.221377E-02
2 4.0792110 -6.900537E-03
3 1.7634810 2.007466E-01
4 0.7889270 4.281332E-01
5 0.3503870 3.970156E-01
6 0.1463440 1.104718E-01
S 3
1 0.7168010 -5.237772E-02
2 0.2337410 -2.798503E-01
3 0.0386750 1.141547E+00
P 3
1 0.7168010 0.0316430
2 0.2337410 -0.0404616
3 0.0386750 1.0120290
S 1
1 0.0165210 1.000000E+00
P 1
1 0.0165210 1.000000E+00
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
CALCIUM
S 6
1 35264.8600000 1.813501E-03
2 5295.5030000 1.388493E-02
3 1206.0200000 6.836162E-02
4 339.6839000 2.356188E-01
5 108.6264000 4.820639E-01
6 36.9210300 3.429819E-01
S 6
1 706.3096000 2.448225E-03
2 167.8187000 3.241504E-02
3 53.8255800 1.226219E-01
4 20.0163800 -4.316965E-02
5 7.9702790 -6.126995E-01
6 3.2120590 -4.487540E-01
P 6
1 706.3096000 4.020371E-03
2 167.8187000 3.100601E-02
3 53.8255800 1.337279E-01
4 20.0163800 3.367983E-01
5 7.9702790 4.631281E-01
6 3.2120590 2.257532E-01
S 6
1 14.1951800 1.084500E-02
2 4.8808280 2.088333E-01
3 2.1603900 3.150338E-02
4 0.9878990 -5.526518E-01
5 0.4495170 -5.437997E-01
6 0.1873870 -6.669342E-02
P 6
1 14.1951800 -1.289621E-02
2 4.8808280 -1.025198E-02
3 2.1603900 1.959781E-01
4 0.9878990 4.357933E-01
5 0.4495170 3.996452E-01
6 0.1873870 9.713636E-02
S 3
1 1.0322710 -4.439720E-02
2 0.3811710 -3.284563E-01
3 0.0651310 1.163010E+00
P 3
1 1.0322710 -0.4298621
2 0.3811710 0.006935829
3 0.0651310 0.9705933
S 1
1 0.0260100 1.000000E+00
P 1
1 0.0260100 1.000000E+00
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000

655
data/basis/6-31+g_star Normal file
View File

@ -0,0 +1,655 @@
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.4000000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.6000000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 0.8000000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 0.8000000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.1085070
2 4.8083083 -0.1464517
3 1.3440699 1.1286886
P 3
1 20.8479528 0.0716287
2 4.8083083 0.3459121
3 1.3440699 0.7224700
S 1
1 0.3581514 1.0000000
P 1
1 0.3581514 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 0.8000000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.1071183
2 6.1017550 -0.1461638
3 1.6962715 1.1277735
P 3
1 26.5321310 0.0719096
2 6.1017550 0.3495134
3 1.6962715 0.7199405
S 1
1 0.4458187 1.0000000
P 1
1 0.4458187 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 0.8000000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
4 5.1388600 0.1486330
5 1.9065200 0.6164970
6 0.7058870 0.3648290
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.3336420
5 1.9065200 0.4449400
6 0.7058870 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.0029262
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.0046029
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.0014458
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.0027809
2 69.8731000 -0.0357146
3 22.3363000 -0.1149850
4 8.1503900 0.0935634
5 3.1345800 0.6030170
6 1.2254300 0.4189590
P 6
1 292.7180000 0.0044383
2 69.8731000 0.0326679
3 22.3363000 0.1347210
4 8.1503900 0.3286780
5 3.1345800 0.4496400
6 1.2254300 0.2613720
S 3
1 1.7273800 -0.2446300
2 0.5729220 0.0043157
3 0.2221920 1.0981800
P 3
1 1.7273800 -0.0177951
2 0.5729220 0.2535390
3 0.2221920 0.8006690
S 1
1 0.0778369 1.0000000
P 1
1 0.0778369 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.0027822
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.0045646
2 81.0101000 0.0336936
3 25.8780000 0.1397550
4 9.4522100 0.3393620
5 3.6656600 0.4509210
6 1.4674600 0.2385860
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.0177653
2 0.7489970 0.2740580
3 0.2831450 0.7854210
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.0021597
2 136.8160000 -0.0290775
3 43.8098000 -0.1108270
4 16.2094000 0.0276999
5 6.4608400 0.5776130
6 2.6511400 0.4886880
P 6
1 575.8910000 0.0038066
2 136.8160000 0.0292305
3 43.8098000 0.1264670
4 16.2094000 0.3235100
5 6.4608400 0.4548960
6 2.6511400 0.2566300
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.0159197
2 1.4137300 0.3246460
3 0.5166460 0.7439900
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 31594.4200000 1.828010E-03
2 4744.3300000 1.399403E-02
3 1080.4190000 6.887129E-02
4 304.2338000 2.369760E-01
5 97.2458600 4.829040E-01
6 33.0249500 3.404795E-01
S 6
1 622.7625000 -0.0025030
2 147.8839000 -0.0331555
3 47.3273500 -0.1226387
4 17.5149500 0.0535364
5 6.9227220 0.6193860
6 2.7682770 0.4345878
P 6
1 622.7625000 0.0040946
2 147.8839000 0.0314520
3 47.3273500 0.1351558
4 17.5149500 0.3390500
5 6.9227220 0.4629455
6 2.7682770 0.2242638
S 6
1 11.8480200 0.0127769
2 4.0792110 0.2098767
3 1.7634810 -0.0030953
4 0.7889270 -0.5593884
5 0.3503870 -0.5134760
6 0.1463440 -0.0659803
P 6
1 11.8480200 -0.0122138
2 4.0792110 -0.0069005
3 1.7634810 0.2007466
4 0.7889270 0.4281332
5 0.3503870 0.3970156
6 0.1463440 0.1104718
S 3
1 0.7168010 -0.0523777
2 0.2337410 -0.2798503
3 0.0386750 1.1415470
P 3
1 0.7168010 0.0316430
2 0.2337410 -0.0404616
3 0.0386750 1.0120290
S 1
1 0.0165210 1.0000000
P 1
1 0.0165210 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 1
1 0.2000000 1.0000000
CALCIUM
S 6
1 35264.8600000 1.813501E-03
2 5295.5030000 1.388493E-02
3 1206.0200000 6.836162E-02
4 339.6839000 2.356188E-01
5 108.6264000 4.820639E-01
6 36.9210300 3.429819E-01
S 6
1 706.3096000 0.0024482
2 167.8187000 0.0324150
3 53.8255800 0.1226219
4 20.0163800 -0.0431696
5 7.9702790 -0.6126995
6 3.2120590 -0.4487540
P 6
1 706.3096000 0.0040204
2 167.8187000 0.0310060
3 53.8255800 0.1337279
4 20.0163800 0.3367983
5 7.9702790 0.4631281
6 3.2120590 0.2257532
S 6
1 14.1951800 0.0108450
2 4.8808280 0.2088333
3 2.1603900 0.0315034
4 0.9878990 -0.5526518
5 0.4495170 -0.5437997
6 0.1873870 -0.0666934
P 6
1 14.1951800 -0.0128962
2 4.8808280 -0.0102520
3 2.1603900 0.1959781
4 0.9878990 0.4357933
5 0.4495170 0.3996452
6 0.1873870 0.0971364
S 3
1 1.0322710 -0.0443972
2 0.3811710 -0.3284563
3 0.0651310 1.1630100
P 3
1 1.0322710 -0.4298621
2 0.3811710 0.0069358
3 0.0651310 0.9705933
S 1
1 0.0260100 1.0000000
P 1
1 0.0260100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 1
1 0.2000000 1.0000000

735
data/basis/6-311++g_2d_2p Normal file
View File

@ -0,0 +1,735 @@
HYDROGEN
S 3
1 33.8650000 0.0254938
2 5.0947900 0.1903730
3 1.1587900 0.8521610
S 1
1 0.3258400 1.0000000
S 1
1 0.1027410 1.0000000
S 1
1 0.0360000 1.0000000
P 1
1 1.5000000 1.0000000
P 1
1 0.3750000 1.0000000
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.4000000 1.0000000
D 1
1 0.1000000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.5100000 1.0000000
D 1
1 0.1275000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.8020000 1.0000000
D 1
1 0.2005000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 1.2520000 1.0000000
D 1
1 0.3130000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 1.8260000 1.0000000
D 1
1 0.4565000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 2.5840000 1.0000000
D 1
1 0.6460000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 3.5000000 1.0000000
D 1
1 0.8750000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 4.6080000 1.0000000
D 1
1 1.1520000 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.3500000 1.0000000
D 1
1 0.0875000 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.3500000 1.0000000
D 1
1 0.0875000 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.6500000 1.0000000
D 1
1 0.1625000 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.9000000 1.0000000
D 1
1 0.2250000 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 1.1000000 1.0000000
D 1
1 0.2750000 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 1.3000000 1.0000000
D 1
1 0.3250000 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 1.5000000 1.0000000
D 1
1 0.3750000 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 1.7000000 1.0000000
D 1
1 0.4250000 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
D 1
1 0.4580000 1.0000000
D 1
1 0.1145000 1.0000000
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
D 1
1 0.5200000 1.0000000
D 1
1 0.1300000 1.0000000

695
data/basis/6-311++g_3df_3pd Normal file
View File

@ -0,0 +1,695 @@
HYDROGEN
S 3
1 33.8650000 0.0254938
2 5.0947900 0.1903730
3 1.1587900 0.8521610
S 1
1 0.3258400 1.0000000
S 1
1 0.1027410 1.0000000
S 1
1 0.0360000 1.0000000
P 1
1 3.0000000 1.0000000
P 1
1 0.7500000 1.0000000
P 1
1 0.1875000 1.0000000
D 1
1 1.0000000 1.0000000
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.8000000 1.0000000
D 1
1 0.2000000 1.0000000
D 1
1 0.0500000 1.0000000
F 1
1 0.1500000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 1.0200000 1.0000000
D 1
1 0.2550000 1.0000000
D 1
1 0.0637500 1.0000000
F 1
1 0.2600000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 1.6040000 1.0000000
D 1
1 0.4010000 1.0000000
D 1
1 0.1002500 1.0000000
F 1
1 0.5000000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 2.5040000 1.0000000
D 1
1 0.6260000 1.0000000
D 1
1 0.1565000 1.0000000
F 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 3.6520000 1.0000000
D 1
1 0.9130000 1.0000000
D 1
1 0.2282500 1.0000000
F 1
1 1.0000000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 5.1600000 1.0000000
D 1
1 1.2920000 1.0000000
D 1
1 0.3225000 1.0000000
F 1
1 1.4000000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 7.0000000 1.0000000
D 1
1 1.7500000 1.0000000
D 1
1 0.4375000 1.0000000
F 1
1 1.8500000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 9.2160000 1.0000000
D 1
1 2.3040000 1.0000000
D 1
1 0.5760000 1.0000000
F 1
1 2.5000000 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.7000000 1.0000000
D 1
1 0.1750000 1.0000000
D 1
1 0.0437500 1.0000000
F 1
1 0.1500000 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.7000000 1.0000000
D 1
1 0.1750000 1.0000000
D 1
1 0.0437500 1.0000000
F 1
1 0.2000000 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 1.3000000 1.0000000
D 1
1 0.3250000 1.0000000
D 1
1 0.0812500 1.0000000
F 1
1 0.2500000 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 1.8000000 1.0000000
D 1
1 0.4500000 1.0000000
D 1
1 0.1125000 1.0000000
F 1
1 0.3200000 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 2.2000000 1.0000000
D 1
1 0.5500000 1.0000000
D 1
1 0.1375000 1.0000000
F 1
1 0.4500000 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 2.6000000 1.0000000
D 1
1 0.6500000 1.0000000
D 1
1 0.1625000 1.0000000
F 1
1 0.5500000 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 3.0000000 1.0000000
D 1
1 0.7500000 1.0000000
D 1
1 0.1875000 1.0000000
F 1
1 0.7000000 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 3.4000000 1.0000000
D 1
1 0.8500000 1.0000000
D 1
1 0.2125000 1.0000000
F 1
1 0.8500000 1.0000000

View File

@ -0,0 +1,697 @@
HYDROGEN
S 3
1 33.8650000 0.0254938
2 5.0947900 0.1903730
3 1.1587900 0.8521610
S 1
1 0.3258400 1.0000000
S 1
1 0.1027410 1.0000000
S 1
1 0.0360000 1.0000000
P 1
1 0.7500000 1.0000000
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.2550000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.4010000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 0.6260000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 0.9130000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 1.2920000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 1.7500000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 2.3040000 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
D 1
1 0.2290000 1.0000000
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
D 1
1 0.2600000 1.0000000

683
data/basis/6-311+g_star Normal file
View File

@ -0,0 +1,683 @@
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
S 1
1 0.0074000 1.0000000
P 1
1 0.0074000 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0207000 1.0000000
D 1
1 0.2550000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
S 1
1 0.0315000 1.0000000
P 1
1 0.0315000 1.0000000
D 1
1 0.4010000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
S 1
1 0.0438000 1.0000000
P 1
1 0.0438000 1.0000000
D 1
1 0.6260000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
S 1
1 0.0639000 1.0000000
P 1
1 0.0639000 1.0000000
D 1
1 0.9130000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
S 1
1 0.0845000 1.0000000
P 1
1 0.0845000 1.0000000
D 1
1 1.2920000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
S 1
1 0.1076000 1.0000000
P 1
1 0.1076000 1.0000000
D 1
1 1.7500000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
S 1
1 0.1300000 1.0000000
P 1
1 0.1300000 1.0000000
D 1
1 2.3040000 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
S 1
1 0.0076000 1.0000000
P 1
1 0.0076000 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
S 1
1 0.0146000 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
S 1
1 0.0318000 1.0000000
P 1
1 0.0318000 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
S 1
1 0.0331000 1.0000000
P 1
1 0.0331000 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
S 1
1 0.0348000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
S 1
1 0.0405000 1.0000000
P 1
1 0.0405000 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
S 1
1 0.0483000 1.0000000
P 1
1 0.0483000 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
S 1
1 0.0600000 1.0000000
P 1
1 0.0600000 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
S 1
1 0.0047000 1.0000000
P 1
1 0.0047000 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
D 1
1 0.2290000 1.0000000
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
S 1
1 0.0071000 1.0000000
P 1
1 0.0071000 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
D 1
1 0.2600000 1.0000000

995
data/basis/6-311G_star Normal file
View File

@ -0,0 +1,995 @@
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
D 1
1 0.2000000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
D 1
1 0.2550000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
D 1
1 0.4010000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
D 1
1 0.6260000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
D 1
1 0.9130000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
D 1
1 1.2920000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
D 1
1 1.7500000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
D 1
1 2.3040000 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
D 1
1 0.1750000 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
D 1
1 0.1750000 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
D 1
1 0.3250000 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
D 1
1 0.4500000 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
D 1
1 0.5500000 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
D 1
1 0.6500000 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
D 1
1 0.7500000 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
D 1
1 0.8500000 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
D 1
1 0.2290000 1.0000000
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
D 1
1 0.2600000 1.0000000
GALLIUM
S 6
1 333800.0000000 0.00083805
2 50100.0000000 0.00624660
3 11510.0000000 0.03202800
4 3292.0000000 0.12709000
5 1089.0000000 0.39092000
6 401.0000000 0.54643000
S 3
1 401.0000000 0.1807800
2 159.3000000 0.6223900
3 67.5900000 0.2495300
S 1
1 24.8900000 1.0000000
S 1
1 10.6800000 1.0000000
S 1
1 3.3860000 1.0000000
S 1
1 1.3310000 1.0000000
S 1
1 0.1853000 1.0000000
S 1
1 0.0662100 1.0000000
P 3
1 2181.0000000 0.0225650
2 515.4000000 0.1836300
3 164.8000000 0.8598400
P 3
1 61.4000000 0.3434500
2 24.9800000 0.5056100
3 10.4400000 0.2622400
P 3
1 10.4400000 0.0641300
2 5.5890000 0.3788400
3 2.5170000 0.6166900
P 1
1 1.0530000 1.0000000
P 1
1 0.2915000 1.0000000
P 1
1 0.1210000 1.0000000
P 1
1 0.0399000 1.0000000
D 4
1 67.1400000 0.0309570
2 18.9400000 0.1748000
3 6.4260000 0.4434600
4 2.1900000 0.5670200
D 1
1 0.6725000 1.0000000
D 1
1 0.1690000 1.0000000
GERMANIUM
S 6
1 357500.0000000 0.00083898
2 53670.0000000 0.00626350
3 12300.0000000 0.03203600
4 3512.0000000 0.12751000
5 1161.0000000 0.39165000
6 428.0000000 0.54528000
S 3
1 428.0000000 0.1816000
2 170.0000000 0.6224800
3 72.0600000 0.2487200
S 1
1 26.6900000 1.0000000
S 1
1 11.5000000 1.0000000
S 1
1 3.7420000 1.0000000
S 1
1 1.4990000 1.0000000
S 1
1 0.2292000 1.0000000
S 1
1 0.0867500 1.0000000
P 3
1 2345.0000000 0.0225140
2 554.2000000 0.1833500
3 177.3000000 0.8600300
P 3
1 66.1300000 0.3430600
2 26.9000000 0.5065200
3 11.2600000 0.2614100
P 3
1 11.2600000 0.0672460
2 6.1160000 0.3723800
3 2.8190000 0.6176300
P 1
1 1.2110000 1.0000000
P 1
1 0.3568000 1.0000000
P 1
1 0.1621000 1.0000000
P 1
1 0.0608400 1.0000000
D 4
1 74.8400000 0.0303900
2 21.2300000 0.1731900
3 7.2970000 0.4409000
4 2.5490000 0.5653200
D 1
1 0.8165000 1.0000000
D 1
1 0.2280000 1.0000000
ARSENIC
S 6
1 381200.0000000 0.00083327
2 57240.0000000 0.00621980
3 13110.0000000 0.03203000
4 3743.0000000 0.12729000
5 1238.0000000 0.39132000
6 456.3000000 0.54581000
S 3
1 456.3000000 0.1809700
2 181.4000000 0.6218000
3 77.0700000 0.2498800
S 1
1 28.5700000 1.0000000
S 1
1 12.3600000 1.0000000
S 1
1 4.1170000 1.0000000
S 1
1 1.6780000 1.0000000
S 1
1 0.2761000 1.0000000
S 1
1 0.1105000 1.0000000
P 3
1 2528.0000000 0.0222710
2 597.3000000 0.1819900
3 190.7000000 0.8613300
P 3
1 70.9600000 0.3433800
2 28.8900000 0.5059800
3 12.1300000 0.2612800
P 3
1 12.1300000 0.0685360
2 6.5330000 0.3828200
3 3.0280000 0.6059900
P 1
1 1.3440000 1.0000000
P 1
1 0.5823000 1.0000000
P 1
1 0.2558000 1.0000000
P 1
1 0.0865100 1.0000000
D 4
1 86.0500000 0.0279890
2 24.4900000 0.1650200
3 8.4420000 0.4373600
4 2.9810000 0.5725500
D 1
1 0.9790000 1.0000000
D 1
1 0.2640000 1.0000000
SELENIUM
S 6
1 405400.0000000 0.0008310
2 60850.0000000 0.0062331
3 13910.0000000 0.0320710
4 3989.0000000 0.1263600
5 1324.0000000 0.3889900
6 487.0000000 0.5488800
S 3
1 487.0000000 0.1796300
2 193.2000000 0.6222700
3 82.1900000 0.2506700
S 1
1 30.5200000 1.0000000
S 1
1 13.2500000 1.0000000
S 1
1 4.5100000 1.0000000
S 1
1 1.8670000 1.0000000
S 1
1 0.3190000 1.0000000
S 1
1 0.1120000 1.0000000
P 3
1 2706.0000000 0.0221460
2 638.6000000 0.1818000
3 203.8000000 0.8615500
P 3
1 75.9600000 0.3424300
2 31.0200000 0.5054100
3 13.0500000 0.2623700
P 3
1 13.0500000 0.0701630
2 6.9860000 0.3841900
3 3.2340000 0.6036800
P 1
1 1.4750000 1.0000000
P 1
1 0.7275000 1.0000000
P 1
1 0.2869000 1.0000000
P 1
1 0.0967900 1.0000000
D 4
1 99.0100000 0.0255960
2 28.4100000 0.1545900
3 9.8630000 0.4287800
4 3.5140000 0.5862000
D 1
1 1.1710000 1.0000000
D 1
1 0.3050000 1.0000000
BROMINE
S 6
1 439700.0000000 0.0008130
2 66030.0000000 0.0062850
3 15140.0000000 0.0319200
4 4317.0000000 0.1288000
5 1414.0000000 0.3946000
6 523.9000000 0.5413000
S 3
1 523.9000000 0.1831000
2 207.7000000 0.6176000
3 86.5400000 0.2538000
S 1
1 30.5200000 1.0000000
S 1
1 12.9800000 1.0000000
S 1
1 4.4120000 1.0000000
S 1
1 1.8620000 1.0000000
S 1
1 0.3932000 1.0000000
S 1
1 0.1400000 1.0000000
P 3
1 2957.0000000 0.0222600
2 700.3000000 0.1802000
3 224.6000000 0.8624000
P 3
1 82.5900000 0.3440000
2 33.1900000 0.5071000
3 14.2000000 0.2590000
P 3
1 14.2000000 0.0796500
2 7.4380000 0.3734000
3 3.5260000 0.6049000
P 1
1 1.5950000 1.0000000
P 1
1 0.8462000 1.0000000
P 1
1 0.3186000 1.0000000
P 1
1 0.1096000 1.0000000
D 4
1 134.8000000 0.0183100
2 36.3900000 0.1350000
3 12.1600000 0.4261000
4 4.3410000 0.6043000
D 1
1 1.5350000 1.0000000
D 1
1 0.4510000 1.0000000
KRYPTON
S 6
1 456200.0000000 0.0008111
2 68460.0000000 0.0062552
3 15650.0000000 0.0320220
4 4500.0000000 0.1254600
5 1497.0000000 0.3866600
6 550.5000000 0.5518800
S 3
1 550.5000000 0.1771100
2 218.2000000 0.6224800
3 92.9700000 0.2527900
S 1
1 34.5900000 1.0000000
S 1
1 15.1200000 1.0000000
S 1
1 5.3460000 1.0000000
S 1
1 2.2730000 1.0000000
S 1
1 0.4841000 1.0000000
S 1
1 0.1849000 1.0000000
P 3
1 3074.0000000 0.0219980
2 725.7000000 0.1810200
3 231.5000000 0.8622300
P 3
1 86.4500000 0.3415500
2 35.5500000 0.5025500
3 15.1400000 0.2645300
P 3
1 15.1400000 0.0716700
2 8.0310000 0.3970800
3 3.7990000 0.5876200
P 1
1 1.8490000 1.0000000
P 1
1 0.8676000 1.0000000
P 1
1 0.3329000 1.0000000
P 1
1 0.1199000 1.0000000
D 4
1 122.5000000 0.0233770
2 35.3700000 0.1461000
3 12.3900000 0.4223000
4 4.4960000 0.5945200
D 1
1 1.5460000 1.0000000
D 1
1 0.3950000 1.0000000
IODINE
S 5
1 444750.0000000 0.0008900
2 66127.0000000 0.0069400
3 14815.0000000 0.0360900
4 4144.9000000 0.1356800
5 1361.2000000 0.3387800
S 2
1 508.4400000 0.4365900
2 209.5900000 0.1837500
S 1
1 81.9590000 1.0000000
S 1
1 36.8050000 1.0000000
S 1
1 13.4950000 1.0000000
S 1
1 6.8859000 1.0000000
S 1
1 2.5520000 1.0000000
S 1
1 1.2088000 1.0000000
S 1
1 0.2734000 1.0000000
S 1
1 0.1009000 1.0000000
P 4
1 2953.6000000 0.0122100
2 712.6100000 0.0858700
3 236.7100000 0.2949300
4 92.6310000 0.4784900
P 1
1 39.7320000 1.0000000
P 1
1 17.2730000 1.0000000
P 1
1 7.9570000 1.0000000
P 1
1 3.1529000 1.0000000
P 1
1 1.3328000 1.0000000
P 1
1 0.4947000 1.0000000
P 1
1 0.2160000 1.0000000
P 1
1 0.0829300 1.0000000
D 3
1 261.9500000 0.0314400
2 76.7340000 0.1902800
3 27.5510000 0.4724700
D 1
1 10.6060000 1.0000000
D 1
1 3.4217000 1.0000000
D 1
1 1.1370000 1.0000000
D 1
1 0.3020000 1.0000000

1019
data/basis/6-311G_star_star Normal file

File diff suppressed because it is too large Load Diff

965
data/basis/6-311g Normal file
View File

@ -0,0 +1,965 @@
HYDROGEN
S 3
1 33.8650000 0.0254938
2 5.0947900 0.1903730
3 1.1587900 0.8521610
S 1
1 0.3258400 1.0000000
S 1
1 0.1027410 1.0000000
HELIUM
S 3
1 98.1243000 0.0287452
2 14.7689000 0.2080610
3 3.3188300 0.8376350
S 1
1 0.8740470 1.0000000
S 1
1 0.2445640 1.0000000
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
SODIUM
S 6
1 36166.4000000 0.0010320
2 5372.5800000 0.0080710
3 1213.2100000 0.0421290
4 339.6230000 0.1697890
5 109.5530000 0.5146210
6 38.7773000 0.3798170
S 3
1 38.7773000 0.3747620
2 14.5759000 0.5757690
3 5.2699300 0.1129330
S 1
1 1.8277700 1.0000000
S 1
1 0.6199480 1.0000000
S 1
1 0.0572400 1.0000000
S 1
1 0.0240480 1.0000000
P 4
1 144.6450000 0.0114850
2 33.9074000 0.0823830
3 10.6285000 0.3196580
4 3.8238900 0.7012950
P 2
1 1.4442900 0.6385060
2 0.5526210 0.4253650
P 1
1 0.1887200 1.0000000
P 1
1 0.0465010 1.0000000
P 1
1 0.0162850 1.0000000
MAGNESIUM
S 6
1 43866.5000000 0.0009180
2 6605.3700000 0.0070470
3 1513.2600000 0.0359410
4 432.3170000 0.1414610
5 142.1490000 0.4267640
6 51.3983000 0.4979750
S 3
1 51.3983000 0.2513550
2 19.9196000 0.6186710
3 8.0247400 0.1884170
S 1
1 2.5081700 1.0000000
S 1
1 0.8715310 1.0000000
S 1
1 0.1081880 1.0000000
S 1
1 0.0401300 1.0000000
P 4
1 193.8540000 0.0101880
2 45.4420000 0.0753600
3 14.1864000 0.3074190
4 5.0575100 0.7175750
P 2
1 1.8886100 0.6673390
2 0.7226520 0.3946490
P 1
1 0.2364170 1.0000000
P 1
1 0.0933580 1.0000000
P 1
1 0.0348090 1.0000000
ALUMINUM
S 6
1 54866.4890000 0.0008390
2 8211.7665000 0.0065270
3 1866.1761000 0.0336660
4 531.1293400 0.1329020
5 175.1179700 0.4012660
6 64.0055000 0.5313380
S 3
1 64.0055000 0.2023050
2 25.2925070 0.6247900
3 10.5349100 0.2274390
S 1
1 3.2067110 1.0000000
S 1
1 1.1525550 1.0000000
S 1
1 0.1766780 1.0000000
S 1
1 0.0652370 1.0000000
P 4
1 259.2836200 0.0094480
2 61.0768700 0.0709740
3 19.3032370 0.2956360
4 7.0108820 0.7282190
P 2
1 2.6738650 0.6444670
2 1.0365960 0.4174130
P 1
1 0.3168190 1.0000000
P 1
1 0.1142570 1.0000000
P 1
1 0.0413970 1.0000000
SILICON
S 6
1 69379.2300000 0.0007570
2 10354.9400000 0.0059320
3 2333.8796000 0.0310880
4 657.1429500 0.1249670
5 214.3011300 0.3868970
6 77.6291680 0.5548880
S 3
1 77.6291680 0.1778810
2 30.6308070 0.6277650
3 12.8012950 0.2476230
S 1
1 3.9268660 1.0000000
S 1
1 1.4523430 1.0000000
S 1
1 0.2562340 1.0000000
S 1
1 0.0942790 1.0000000
P 4
1 335.4831900 0.0088660
2 78.9003660 0.0682990
3 24.9881500 0.2909580
4 9.2197110 0.7321170
P 2
1 3.6211400 0.6198790
2 1.4513100 0.4391480
P 1
1 0.5049770 1.0000000
P 1
1 0.1863170 1.0000000
P 1
1 0.0654320 1.0000000
PHOSPHORUS
S 6
1 77492.4000000 0.0007810
2 11605.8000000 0.0060680
3 2645.9600000 0.0311600
4 754.9760000 0.1234310
5 248.7550000 0.3782090
6 91.1565000 0.5632620
S 3
1 91.1565000 0.1602550
2 36.2257000 0.6276470
3 15.2113000 0.2638490
S 1
1 4.7941700 1.0000000
S 1
1 1.8079300 1.0000000
S 1
1 0.3568160 1.0000000
S 1
1 0.1147830 1.0000000
P 4
1 384.8430000 0.0092060
2 90.5521000 0.0698740
3 29.1339000 0.2924700
4 10.8862000 0.7281030
P 2
1 4.3525900 0.6283490
2 1.7770600 0.4280440
P 1
1 0.6970050 1.0000000
P 1
1 0.2535320 1.0000000
P 1
1 0.0684930 1.0000000
SULFUR
S 6
1 93413.4000000 0.0007430
2 13961.7000000 0.0057930
3 3169.9100000 0.0299540
4 902.4560000 0.1190280
5 297.1580000 0.3684320
6 108.7020000 0.5772990
S 3
1 108.7020000 0.1431860
2 43.1553000 0.6244650
3 18.1079000 0.2833660
S 1
1 5.5600900 1.0000000
S 1
1 2.1318300 1.0000000
S 1
1 0.4204030 1.0000000
S 1
1 0.1360450 1.0000000
P 4
1 495.0400000 0.0083090
2 117.2210000 0.0640240
3 37.7749000 0.2776140
4 14.0584000 0.7450760
P 2
1 5.5657400 0.6137120
2 2.2629700 0.4438180
P 1
1 0.8079940 1.0000000
P 1
1 0.2774600 1.0000000
P 1
1 0.0771410 1.0000000
CHLORINE
S 6
1 105819.0000000 0.0007380
2 15872.0000000 0.0057180
3 3619.6500000 0.0294950
4 1030.8000000 0.1172860
5 339.9080000 0.3629490
6 124.5380000 0.5841490
S 3
1 124.5380000 0.1341770
2 49.5135000 0.6242500
3 20.8056000 0.2917560
S 1
1 6.5834600 1.0000000
S 1
1 2.5646800 1.0000000
S 1
1 0.5597630 1.0000000
S 1
1 0.1832730 1.0000000
P 5
1 589.7760000 0.0023910
2 139.8490000 0.0185040
3 45.1413000 0.0813770
4 16.8733000 0.2215520
5 6.7411000 0.7725690
P 2
1 6.7411000 -1.5722440
2 2.7715200 0.9923890
P 1
1 1.0238700 1.0000000
P 1
1 0.3813680 1.0000000
P 1
1 0.1094370 1.0000000
ARGON
S 6
1 118022.3800000 0.0007470
2 17683.5410000 0.0057900
3 4027.7657000 0.0299190
4 1145.3977000 0.1192060
5 377.1637500 0.3690280
6 138.1596900 0.5764590
S 3
1 138.1596900 0.1439270
2 54.9891170 0.6229380
3 23.1706670 0.2839640
S 1
1 7.3778600 1.0000000
S 1
1 2.9236880 1.0000000
S 1
1 0.6504050 1.0000000
S 1
1 0.2328250 1.0000000
P 5
1 663.0620100 0.0030820
2 157.0928100 0.0241650
3 50.2311000 0.1082230
4 18.6353450 0.2941920
5 7.4465370 0.6878620
P 2
1 7.4465370 -0.1214482
2 3.0956980 0.1632370
P 1
1 1.1064630 1.0000000
P 1
1 0.4156010 1.0000000
P 1
1 0.1454490 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
GALLIUM
S 6
1 333800.0000000 0.00083805
2 50100.0000000 0.00624660
3 11510.0000000 0.03202800
4 3292.0000000 0.12709000
5 1089.0000000 0.39092000
6 401.0000000 0.54643000
S 3
1 401.0000000 0.1807800
2 159.3000000 0.6223900
3 67.5900000 0.2495300
S 1
1 24.8900000 1.0000000
S 1
1 10.6800000 1.0000000
S 1
1 3.3860000 1.0000000
S 1
1 1.3310000 1.0000000
S 1
1 0.1853000 1.0000000
S 1
1 0.0662100 1.0000000
P 3
1 2181.0000000 0.0225650
2 515.4000000 0.1836300
3 164.8000000 0.8598400
P 3
1 61.4000000 0.3434500
2 24.9800000 0.5056100
3 10.4400000 0.2622400
P 3
1 10.4400000 0.0641300
2 5.5890000 0.3788400
3 2.5170000 0.6166900
P 1
1 1.0530000 1.0000000
P 1
1 0.2915000 1.0000000
P 1
1 0.1210000 1.0000000
P 1
1 0.0399000 1.0000000
D 4
1 67.1400000 0.0309570
2 18.9400000 0.1748000
3 6.4260000 0.4434600
4 2.1900000 0.5670200
D 1
1 0.6725000 1.0000000
GERMANIUM
S 6
1 357500.0000000 0.00083898
2 53670.0000000 0.00626350
3 12300.0000000 0.03203600
4 3512.0000000 0.12751000
5 1161.0000000 0.39165000
6 428.0000000 0.54528000
S 3
1 428.0000000 0.1816000
2 170.0000000 0.6224800
3 72.0600000 0.2487200
S 1
1 26.6900000 1.0000000
S 1
1 11.5000000 1.0000000
S 1
1 3.7420000 1.0000000
S 1
1 1.4990000 1.0000000
S 1
1 0.2292000 1.0000000
S 1
1 0.0867500 1.0000000
P 3
1 2345.0000000 0.0225140
2 554.2000000 0.1833500
3 177.3000000 0.8600300
P 3
1 66.1300000 0.3430600
2 26.9000000 0.5065200
3 11.2600000 0.2614100
P 3
1 11.2600000 0.0672460
2 6.1160000 0.3723800
3 2.8190000 0.6176300
P 1
1 1.2110000 1.0000000
P 1
1 0.3568000 1.0000000
P 1
1 0.1621000 1.0000000
P 1
1 0.0608400 1.0000000
D 4
1 74.8400000 0.0303900
2 21.2300000 0.1731900
3 7.2970000 0.4409000
4 2.5490000 0.5653200
D 1
1 0.8165000 1.0000000
ARSENIC
S 6
1 381200.0000000 0.00083327
2 57240.0000000 0.00621980
3 13110.0000000 0.03203000
4 3743.0000000 0.12729000
5 1238.0000000 0.39132000
6 456.3000000 0.54581000
S 3
1 456.3000000 0.1809700
2 181.4000000 0.6218000
3 77.0700000 0.2498800
S 1
1 28.5700000 1.0000000
S 1
1 12.3600000 1.0000000
S 1
1 4.1170000 1.0000000
S 1
1 1.6780000 1.0000000
S 1
1 0.2761000 1.0000000
S 1
1 0.1105000 1.0000000
P 3
1 2528.0000000 0.0222710
2 597.3000000 0.1819900
3 190.7000000 0.8613300
P 3
1 70.9600000 0.3433800
2 28.8900000 0.5059800
3 12.1300000 0.2612800
P 3
1 12.1300000 0.0685360
2 6.5330000 0.3828200
3 3.0280000 0.6059900
P 1
1 1.3440000 1.0000000
P 1
1 0.5823000 1.0000000
P 1
1 0.2558000 1.0000000
P 1
1 0.0865100 1.0000000
D 4
1 86.0500000 0.0279890
2 24.4900000 0.1650200
3 8.4420000 0.4373600
4 2.9810000 0.5725500
D 1
1 0.9790000 1.0000000
SELENIUM
S 6
1 405400.0000000 0.0008310
2 60850.0000000 0.0062331
3 13910.0000000 0.0320710
4 3989.0000000 0.1263600
5 1324.0000000 0.3889900
6 487.0000000 0.5488800
S 3
1 487.0000000 0.1796300
2 193.2000000 0.6222700
3 82.1900000 0.2506700
S 1
1 30.5200000 1.0000000
S 1
1 13.2500000 1.0000000
S 1
1 4.5100000 1.0000000
S 1
1 1.8670000 1.0000000
S 1
1 0.3190000 1.0000000
S 1
1 0.1120000 1.0000000
P 3
1 2706.0000000 0.0221460
2 638.6000000 0.1818000
3 203.8000000 0.8615500
P 3
1 75.9600000 0.3424300
2 31.0200000 0.5054100
3 13.0500000 0.2623700
P 3
1 13.0500000 0.0701630
2 6.9860000 0.3841900
3 3.2340000 0.6036800
P 1
1 1.4750000 1.0000000
P 1
1 0.7275000 1.0000000
P 1
1 0.2869000 1.0000000
P 1
1 0.0967900 1.0000000
D 4
1 99.0100000 0.0255960
2 28.4100000 0.1545900
3 9.8630000 0.4287800
4 3.5140000 0.5862000
D 1
1 1.1710000 1.0000000
BROMINE
S 6
1 439700.0000000 0.0008130
2 66030.0000000 0.0062850
3 15140.0000000 0.0319200
4 4317.0000000 0.1288000
5 1414.0000000 0.3946000
6 523.9000000 0.5413000
S 3
1 523.9000000 0.1831000
2 207.7000000 0.6176000
3 86.5400000 0.2538000
S 1
1 30.5200000 1.0000000
S 1
1 12.9800000 1.0000000
S 1
1 4.4120000 1.0000000
S 1
1 1.8620000 1.0000000
S 1
1 0.3932000 1.0000000
S 1
1 0.1400000 1.0000000
P 3
1 2957.0000000 0.0222600
2 700.3000000 0.1802000
3 224.6000000 0.8624000
P 3
1 82.5900000 0.3440000
2 33.1900000 0.5071000
3 14.2000000 0.2590000
P 3
1 14.2000000 0.0796500
2 7.4380000 0.3734000
3 3.5260000 0.6049000
P 1
1 1.5950000 1.0000000
P 1
1 0.8462000 1.0000000
P 1
1 0.3186000 1.0000000
P 1
1 0.1096000 1.0000000
D 4
1 134.8000000 0.0183100
2 36.3900000 0.1350000
3 12.1600000 0.4261000
4 4.3410000 0.6043000
D 1
1 1.5350000 1.0000000
KRYPTON
S 6
1 456200.0000000 0.0008111
2 68460.0000000 0.0062552
3 15650.0000000 0.0320220
4 4500.0000000 0.1254600
5 1497.0000000 0.3866600
6 550.5000000 0.5518800
S 3
1 550.5000000 0.1771100
2 218.2000000 0.6224800
3 92.9700000 0.2527900
S 1
1 34.5900000 1.0000000
S 1
1 15.1200000 1.0000000
S 1
1 5.3460000 1.0000000
S 1
1 2.2730000 1.0000000
S 1
1 0.4841000 1.0000000
S 1
1 0.1849000 1.0000000
P 3
1 3074.0000000 0.0219980
2 725.7000000 0.1810200
3 231.5000000 0.8622300
P 3
1 86.4500000 0.3415500
2 35.5500000 0.5025500
3 15.1400000 0.2645300
P 3
1 15.1400000 0.0716700
2 8.0310000 0.3970800
3 3.7990000 0.5876200
P 1
1 1.8490000 1.0000000
P 1
1 0.8676000 1.0000000
P 1
1 0.3329000 1.0000000
P 1
1 0.1199000 1.0000000
D 4
1 122.5000000 0.0233770
2 35.3700000 0.1461000
3 12.3900000 0.4223000
4 4.4960000 0.5945200
D 1
1 1.5460000 1.0000000
IODINE
S 5
1 444750.0000000 0.0008900
2 66127.0000000 0.0069400
3 14815.0000000 0.0360900
4 4144.9000000 0.1356800
5 1361.2000000 0.3387800
S 2
1 508.4400000 0.4365900
2 209.5900000 0.1837500
S 1
1 81.9590000 1.0000000
S 1
1 36.8050000 1.0000000
S 1
1 13.4950000 1.0000000
S 1
1 6.8859000 1.0000000
S 1
1 2.5520000 1.0000000
S 1
1 1.2088000 1.0000000
S 1
1 0.2734000 1.0000000
S 1
1 0.1009000 1.0000000
P 4
1 2953.6000000 0.0122100
2 712.6100000 0.0858700
3 236.7100000 0.2949300
4 92.6310000 0.4784900
P 1
1 39.7320000 1.0000000
P 1
1 17.2730000 1.0000000
P 1
1 7.9570000 1.0000000
P 1
1 3.1529000 1.0000000
P 1
1 1.3328000 1.0000000
P 1
1 0.4947000 1.0000000
P 1
1 0.2160000 1.0000000
P 1
1 0.0829300 1.0000000
D 3
1 261.9500000 0.0314400
2 76.7340000 0.1902800
3 27.5510000 0.4724700
D 1
1 10.6060000 1.0000000
D 1
1 3.4217000 1.0000000
D 1
1 1.1370000 1.0000000

385
data/basis/6-311g_2df_2pd Normal file
View File

@ -0,0 +1,385 @@
HYDROGEN
S 3
1 33.8650000 0.0254938
2 5.0947900 0.1903730
3 1.1587900 0.8521610
S 1
1 0.3258400 1.0000000
S 1
1 0.1027410 1.0000000
P 1
1 1.5000000 1.0000000
P 1
1 0.3750000 1.0000000
D 1
1 1.0000000 1.0000000
HELIUM
S 3
1 98.1243000 0.0287452
2 14.7689000 0.2080610
3 3.3188300 0.8376350
S 1
1 0.8740470 1.0000000
S 1
1 0.2445640 1.0000000
P 1
1 1.5000000 1.0000000
P 1
1 0.3750000 1.0000000
D 1
1 2.0000000 1.0000000
LITHIUM
S 6
1 900.4600000 0.00228704
2 134.4330000 0.0176350
3 30.4365000 0.0873434
4 8.6263900 0.2809770
5 2.4833200 0.6587410
6 0.3031790 0.1187120
S 3
1 4.8689000 0.0933293
2 0.8569240 0.9430450
3 0.2432270 -0.0027983
P 3
1 4.8689000 0.0327661
2 0.8569240 0.1597920
3 0.2432270 0.8856670
S 1
1 0.0635070 1.0000000
P 1
1 0.0635070 1.0000000
S 1
1 0.0243683 1.0000000
P 1
1 0.0243683 1.0000000
D 1
1 0.4000000 1.0000000
D 1
1 0.1000000 1.0000000
F 1
1 0.1500000 1.0000000
BERYLLIUM
S 6
1 1682.8000000 0.00228574
2 251.7150000 0.0175938
3 57.4116000 0.0863315
4 16.5171000 0.2818350
5 4.8536400 0.6405940
6 0.6268630 0.1444670
S 3
1 8.3093800 0.1086210
2 1.7407500 0.9273010
3 0.4858160 -0.0029717
P 3
1 8.3093800 0.0361344
2 1.7407500 0.2169580
3 0.4858160 0.8418390
S 1
1 0.1636130 1.0000000
P 1
1 0.1636130 1.0000000
S 1
1 0.0567285 1.0000000
P 1
1 0.0567285 1.0000000
D 1
1 0.5100000 1.0000000
D 1
1 0.1275000 1.0000000
F 1
1 0.2600000 1.0000000
BORON
S 6
1 2858.8900000 0.00215375
2 428.1400000 0.0165823
3 97.5282000 0.0821870
4 27.9693000 0.2766180
5 8.2157700 0.6293160
6 1.1127800 0.1737700
S 3
1 13.2415000 0.1174430
2 3.0016600 0.9180020
3 0.9128560 -0.0026510
P 3
1 13.2415000 0.0418100
2 3.0016600 0.2365750
3 0.9128560 0.8162140
S 1
1 0.3154540 1.0000000
P 1
1 0.3154540 1.0000000
S 1
1 0.0988563 1.0000000
P 1
1 0.0988563 1.0000000
D 1
1 0.8020000 1.0000000
D 1
1 0.2005000 1.0000000
F 1
1 0.5000000 1.0000000
CARBON
S 6
1 4563.2400000 0.00196665
2 682.0240000 0.0152306
3 154.9730000 0.0761269
4 44.4553000 0.2608010
5 13.0290000 0.6164620
6 1.8277300 0.2210060
S 3
1 20.9642000 0.1146600
2 4.8033100 0.9199990
3 1.4593300 -0.0030307
P 3
1 20.9642000 0.0402487
2 4.8033100 0.2375940
3 1.4593300 0.8158540
S 1
1 0.4834560 1.0000000
P 1
1 0.4834560 1.0000000
S 1
1 0.1455850 1.0000000
P 1
1 0.1455850 1.0000000
D 1
1 1.2520000 1.0000000
D 1
1 0.3130000 1.0000000
F 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 6293.4800000 0.00196979
2 949.0440000 0.0149613
3 218.7760000 0.0735006
4 63.6916000 0.2489370
5 18.8282000 0.6024600
6 2.7202300 0.2562020
S 3
1 30.6331000 0.1119060
2 7.0261400 0.9216660
3 2.1120500 -0.0025692
P 3
1 30.6331000 0.0383119
2 7.0261400 0.2374030
3 2.1120500 0.8175920
S 1
1 0.6840090 1.0000000
P 1
1 0.6840090 1.0000000
S 1
1 0.2008780 1.0000000
P 1
1 0.2008780 1.0000000
D 1
1 1.8260000 1.0000000
D 1
1 0.4565000 1.0000000
F 1
1 1.0000000 1.0000000
OXYGEN
S 6
1 8588.5000000 0.00189515
2 1297.2300000 0.0143859
3 299.2960000 0.0707320
4 87.3771000 0.2400010
5 25.6789000 0.5947970
6 3.7400400 0.2808020
S 3
1 42.1175000 0.1138890
2 9.6283700 0.9208110
3 2.8533200 -0.0032745
P 3
1 42.1175000 0.0365114
2 9.6283700 0.2371530
3 2.8533200 0.8197020
S 1
1 0.9056610 1.0000000
P 1
1 0.9056610 1.0000000
S 1
1 0.2556110 1.0000000
P 1
1 0.2556110 1.0000000
D 1
1 2.5840000 1.0000000
D 1
1 0.6460000 1.0000000
F 1
1 1.4000000 1.0000000
FLUORINE
S 6
1 11427.1000000 0.00180093
2 1722.3500000 0.0137419
3 395.7460000 0.0681334
4 115.1390000 0.2333250
5 33.6026000 0.5890860
6 4.9190100 0.2995050
S 3
1 55.4441000 0.1145360
2 12.6323000 0.9205120
3 3.7175600 -0.0033780
P 3
1 55.4441000 0.0354609
2 12.6323000 0.2374510
3 3.7175600 0.8204580
S 1
1 1.1654500 1.0000000
P 1
1 1.1654500 1.0000000
S 1
1 0.3218920 1.0000000
P 1
1 0.3218920 1.0000000
D 1
1 3.5000000 1.0000000
D 1
1 0.8750000 1.0000000
F 1
1 1.8500000 1.0000000
NEON
S 6
1 13995.7000000 0.00183276
2 2117.1000000 0.0138827
3 490.4250000 0.0680687
4 143.8330000 0.2313280
5 41.9265000 0.5858900
6 6.1568400 0.3058830
S 3
1 69.1211000 0.1191490
2 15.8350000 0.9173750
3 4.6732600 -0.0040584
P 3
1 69.1211000 0.0356574
2 15.8350000 0.2394770
3 4.6732600 0.8184610
S 1
1 1.4575600 1.0000000
P 1
1 1.4575600 1.0000000
S 1
1 0.3970570 1.0000000
P 1
1 0.3970570 1.0000000
D 1
1 4.6080000 1.0000000
D 1
1 1.1520000 1.0000000
F 1
1 2.5000000 1.0000000
POTASSIUM
S 6
1 182594.0000000 0.000227747
2 27369.0000000 0.00176640
3 6229.1700000 0.00919497
4 1764.5800000 0.03745510
5 577.0510000 0.12204500
6 210.2490000 0.29899000
S 2
1 82.6178000 0.4051470
2 33.2332000 0.2925320
S 1
1 8.1064900 1.0000000
S 1
1 3.3340300 1.0000000
S 1
1 0.8455440 1.0000000
S 1
1 0.3282160 1.0000000
S 1
1 0.0364035 1.0000000
S 1
1 0.0176463 1.0000000
P 3
1 891.0540000 0.00218429
2 211.0160000 0.0175891
3 67.6714000 0.0817775
P 3
1 25.2715000 0.2456560
2 10.1390000 0.4339840
3 4.2018600 0.3623770
P 1
1 1.6250700 1.0000000
P 1
1 0.6437700 1.0000000
P 1
1 0.2461300 1.0000000
P 1
1 0.0454400 1.0000000
P 1
1 0.0161600 1.0000000
D 3
1 13.3700000 0.0316016
2 3.4210000 0.1568790
3 1.0630000 0.3905820
D 1
1 0.4580000 1.0000000
D 1
1 0.1145000 1.0000000
F 1
1 1.1100000 1.0000000
CALCIUM
S 6
1 202699.0000000 0.000222964
2 30382.5000000 0.00172932
3 6915.0800000 0.00900226
4 1959.0200000 0.0366699
5 640.9360000 0.1194100
6 233.9770000 0.2918250
S 2
1 92.2892000 0.4044150
2 37.2545000 0.2963130
S 1
1 9.1319800 1.0000000
S 1
1 3.8177900 1.0000000
S 1
1 1.0493500 1.0000000
S 1
1 0.4286600 1.0000000
S 1
1 0.0628226 1.0000000
S 1
1 0.0260162 1.0000000
P 3
1 1019.7600000 0.00205986
2 241.5960000 0.01665010
3 77.6370000 0.07776460
P 3
1 29.1154000 0.2418060
2 11.7626000 0.4325780
3 4.9228900 0.3673250
P 1
1 1.9064500 1.0000000
P 1
1 0.7369000 1.0000000
P 1
1 0.2764200 1.0000000
P 1
1 0.0602700 1.0000000
P 1
1 0.0179100 1.0000000
D 3
1 15.0800000 0.0368947
2 3.9260000 0.1778200
3 1.2330000 0.4255130
D 1
1 0.5200000 1.0000000
D 1
1 0.1300000 1.0000000
F 1
1 1.3300000 1.0000000

1113
data/basis/6-31g Normal file

File diff suppressed because it is too large Load Diff

75
data/basis/6-31g-Blaudeau Normal file
View File

@ -0,0 +1,75 @@
POTASSIUM
S 6
1 31478.7000000 0.00398387
2 4726.8900000 0.03050180
3 1075.4300000 0.15073800
4 303.3980000 0.51912900
5 98.3271000 1.03670000
6 33.6362000 0.76399000
S 3
1 65.6392000 -0.2824260
2 7.3162600 1.6914900
3 2.8902600 1.2965300
S 3
1 4.5459700 -0.00763436
2 0.7040410 0.0256357
3 0.2826690 0.0166069
S 1
1 0.0290582 1.0000000
S 1
1 0.0121116 1.0000000
P 5
1 361.2250000 0.0209065
2 84.6702000 0.1504360
3 26.4691000 0.5544010
4 9.2658100 1.0409000
5 3.3423400 0.6782530
P 3
1 1.6354600 0.2409020
2 0.8319680 0.2994240
3 0.4368420 0.4460790
P 1
1 0.1798370 1.0000000
D 3
1 10.0700000 0.0480790
2 2.5580000 0.2162930
3 0.7968000 0.4236910
CALCIUM
S 6
1 35138.7000000 0.00394825
2 5276.4100000 0.0302342
3 1200.4700000 0.1495200
4 338.7180000 0.5159730
5 109.8540000 1.0339500
6 37.6089000 0.7693790
S 3
1 73.1080000 -0.2826850
2 8.2407700 1.6796100
3 3.2959800 1.2803800
S 3
1 5.2341800 -0.00768686
2 0.8418720 0.02538240
3 0.3651030 0.01651220
S 1
1 0.0512224 1.0000000
S 1
1 0.0198250 1.0000000
P 5
1 413.1130000 0.0203270
2 96.9358000 0.1473030
3 30.3722000 0.5488720
4 10.6848000 1.0440700
5 3.8821300 0.6865350
P 3
1 1.9099100 0.2686680
2 0.9793250 0.2901870
3 0.5497690 0.4429810
P 1
1 0.2312330 1.0000000
D 3
1 10.9700000 0.0600080
2 2.7680000 0.2610100
3 0.8281000 0.5086920

609
data/basis/6-31g_3df_3pd Normal file
View File

@ -0,0 +1,609 @@
HYDROGEN
S 3
1 18.7311370 0.03349460
2 2.8253937 0.23472695
3 0.6401217 0.81375733
S 1
1 0.1612778 1.0000000
P 1
1 3.0000000 1.0000000
P 1
1 0.7500000 1.0000000
P 1
1 0.1875000 1.0000000
D 1
1 1.0000000 1.0000000
HELIUM
S 3
1 38.4216340 0.0237660
2 5.7780300 0.1546790
3 1.2417740 0.4696300
S 1
1 0.2979640 1.0000000
P 1
1 3.0000000 1.0000000
P 1
1 0.7500000 1.0000000
P 1
1 0.1875000 1.0000000
D 1
1 2.0000000 1.0000000
LITHIUM
S 6
1 642.4189200 0.0021426
2 96.7985150 0.0162089
3 22.0911210 0.0773156
4 6.2010703 0.2457860
5 1.9351177 0.4701890
6 0.6367358 0.3454708
S 3
1 2.3249184 -0.0350917
2 0.6324306 -0.1912328
3 0.0790534 1.0839878
P 3
1 2.3249184 0.0089415
2 0.6324306 0.1410095
3 0.0790534 0.9453637
S 1
1 0.0359620 1.0000000
P 1
1 0.0359620 1.0000000
D 1
1 0.8000000 1.0000000
D 1
1 0.2000000 1.0000000
D 1
1 0.0500000 1.0000000
F 1
1 0.1500000 1.0000000
BERYLLIUM
S 6
1 1264.5857000 0.0019448
2 189.9368100 0.0148351
3 43.1590890 0.0720906
4 12.0986630 0.2371542
5 3.8063232 0.4691987
6 1.2728903 0.3565202
S 3
1 3.1964631 -0.1126487
2 0.7478133 -0.2295064
3 0.2199663 1.1869167
P 3
1 3.1964631 0.0559802
2 0.7478133 0.2615506
3 0.2199663 0.7939723
S 1
1 0.0823099 1.0000000
P 1
1 0.0823099 1.0000000
D 1
1 1.0200000 1.0000000
D 1
1 0.2550000 1.0000000
D 1
1 0.0637500 1.0000000
F 1
1 0.2600000 1.0000000
BORON
S 6
1 2068.8823000 0.0018663
2 310.6495700 0.0142515
3 70.6830330 0.0695516
4 19.8610800 0.2325729
5 6.2993048 0.4670787
6 2.1270270 0.3634314
S 3
1 4.7279710 -0.1303938
2 1.1903377 -0.1307889
3 0.3594117 1.1309444
P 3
1 4.7279710 0.0745976
2 1.1903377 0.3078467
3 0.3594117 0.7434568
S 1
1 0.1267512 1.0000000
P 1
1 0.1267512 1.0000000
D 1
1 1.6040000 1.0000000
D 1
1 0.4010000 1.0000000
D 1
1 0.1002500 1.0000000
F 1
1 0.5000000 1.0000000
CARBON
S 6
1 3047.5249000 0.0018347
2 457.3695100 0.0140373
3 103.9486900 0.0688426
4 29.2101550 0.2321844
5 9.2866630 0.4679413
6 3.1639270 0.3623120
S 3
1 7.8682724 -0.1193324
2 1.8812885 -0.1608542
3 0.5442493 1.1434564
P 3
1 7.8682724 0.0689991
2 1.8812885 0.3164240
3 0.5442493 0.7443083
S 1
1 0.1687144 1.0000000
P 1
1 0.1687144 1.0000000
D 1
1 2.5040000 1.0000000
D 1
1 0.6260000 1.0000000
D 1
1 0.1565000 1.0000000
F 1
1 0.8000000 1.0000000
NITROGEN
S 6
1 4173.5110000 0.0018348
2 627.4579000 0.0139950
3 142.9021000 0.0685870
4 40.2343300 0.2322410
5 12.8202100 0.4690700
6 4.3904370 0.3604550
S 3
1 11.6263580 -0.1149610
2 2.7162800 -0.1691180
3 0.7722180 1.1458520
P 3
1 11.6263580 0.0675800
2 2.7162800 0.3239070
3 0.7722180 0.7408950
S 1
1 0.2120313 1.0000000
P 1
1 0.2120313 1.0000000
D 1
1 3.6520000 1.0000000
D 1
1 0.9130000 1.0000000
D 1
1 0.2282500 1.0000000
F 1
1 1.0000000 1.0000000
OXYGEN
S 6
1 5484.6717000 0.0018311
2 825.2349500 0.0139501
3 188.0469600 0.0684451
4 52.9645000 0.2327143
5 16.8975700 0.4701930
6 5.7996353 0.3585209
S 3
1 15.5396160 -0.1107775
2 3.5999336 -0.1480263
3 1.0137618 1.1307670
P 3
1 15.5396160 0.0708743
2 3.5999336 0.3397528
3 1.0137618 0.7271586
S 1
1 0.2700058 1.0000000
P 1
1 0.2700058 1.0000000
D 1
1 5.1600000 1.0000000
D 1
1 1.2920000 1.0000000
D 1
1 0.3225000 1.0000000
F 1
1 1.4000000 1.0000000
FLUORINE
S 6
1 7001.7130900 0.0018196169
2 1051.3660900 0.0139160796
3 239.2856900 0.0684053245
4 67.3974453 0.233185760
5 21.5199573 0.471267439
6 7.40310130 0.356618546
S 3
1 20.8479528 -0.1085070
2 4.8083083 -0.1464517
3 1.3440699 1.1286886
P 3
1 20.8479528 0.0716287
2 4.8083083 0.3459121
3 1.3440699 0.7224700
S 1
1 0.3581514 1.0000000
P 1
1 0.3581514 1.0000000
D 1
1 7.0000000 1.0000000
D 1
1 1.7500000 1.0000000
D 1
1 0.4375000 1.0000000
F 1
1 1.8500000 1.0000000
NEON
S 6
1 8425.8515300 0.0018843481
2 1268.5194000 0.0143368994
3 289.6214140 0.0701096233
4 81.8590040 0.2373732660
5 26.2515079 0.4730071260
6 9.09472051 0.3484012410
S 3
1 26.5321310 -0.1071183
2 6.1017550 -0.1461638
3 1.6962715 1.1277735
P 3
1 26.5321310 0.0719096
2 6.1017550 0.3495134
3 1.6962715 0.7199405
S 1
1 0.4458187 1.0000000
P 1
1 0.4458187 1.0000000
D 1
1 9.2160000 1.0000000
D 1
1 2.3040000 1.0000000
D 1
1 0.5760000 1.0000000
F 1
1 2.5000000 1.0000000
SODIUM
S 6
1 9993.2000000 0.0019377
2 1499.8900000 0.0148070
3 341.9510000 0.0727060
4 94.6797000 0.2526290
5 29.7345000 0.4932420
6 10.0063000 0.3131690
S 6
1 150.9630000 -0.0035421
2 35.5878000 -0.0439590
3 11.1683000 -0.1097521
4 3.9020100 0.1873980
5 1.3817700 0.6466990
6 0.4663820 0.3060580
P 6
1 150.9630000 0.0050017
2 35.5878000 0.0355110
3 11.1683000 0.1428250
4 3.9020100 0.3386200
5 1.3817700 0.4515790
6 0.4663820 0.2732710
S 3
1 0.4979660 -0.2485030
2 0.0843530 -0.1317040
3 0.0666350 1.2335200
P 3
1 0.4979660 -0.0230230
2 0.0843530 0.9503590
3 0.0666350 0.0598580
S 1
1 0.0259544 1.0000000
P 1
1 0.0259544 1.0000000
D 1
1 0.7000000 1.0000000
D 1
1 0.1750000 1.0000000
D 1
1 0.0437500 1.0000000
F 1
1 0.1500000 1.0000000
MAGNESIUM
S 6
1 11722.8000000 0.0019778
2 1759.9300000 0.0151140
3 400.8460000 0.0739110
4 112.8070000 0.2491910
5 35.9997000 0.4879280
6 12.1828000 0.3196620
S 6
1 189.1800000 -0.0032372
2 45.2119000 -0.0410080
3 14.3563000 -0.1126000
4 5.1388600 0.1486330
5 1.9065200 0.6164970
6 0.7058870 0.3648290
P 6
1 189.1800000 0.0049281
2 45.2119000 0.0349890
3 14.3563000 0.1407250
4 5.1388600 0.3336420
5 1.9065200 0.4449400
6 0.7058870 0.2692540
S 3
1 0.9293400 -0.2122900
2 0.2690350 -0.1079850
3 0.1173790 1.1758400
P 3
1 0.9293400 -0.0224190
2 0.2690350 0.1922700
3 0.1173790 0.8461810
S 1
1 0.0421061 1.0000000
P 1
1 0.0421061 1.0000000
D 1
1 0.7000000 1.0000000
D 1
1 0.1750000 1.0000000
D 1
1 0.0437500 1.0000000
F 1
1 0.2000000 1.0000000
ALUMINUM
S 6
1 13983.1000000 0.00194267
2 2098.7500000 0.0148599
3 477.7050000 0.0728494
4 134.3600000 0.2468300
5 42.8709000 0.4872580
6 14.5189000 0.3234960
S 6
1 239.6680000 -0.0029262
2 57.4419000 -0.0374080
3 18.2859000 -0.1144870
4 6.5991400 0.1156350
5 2.4904900 0.6125950
6 0.9445400 0.3937990
P 6
1 239.6680000 0.0046029
2 57.4419000 0.0331990
3 18.2859000 0.1362820
4 6.5991400 0.3304760
5 2.4904900 0.4491460
6 0.9445400 0.2657040
S 3
1 1.2779000 -0.2276060
2 0.3975900 0.0014458
3 0.1600950 1.0927900
P 3
1 1.2779000 -0.0175130
2 0.3975900 0.2445330
3 0.1600950 0.8049340
S 1
1 0.0556577 1.0000000
P 1
1 0.0556577 1.0000000
D 1
1 1.3000000 1.0000000
D 1
1 0.3250000 1.0000000
D 1
1 0.0812500 1.0000000
F 1
1 0.2500000 1.0000000
SILICON
S 6
1 16115.9000000 0.00195948
2 2425.5800000 0.01492880
3 553.8670000 0.07284780
4 156.3400000 0.24613000
5 50.0683000 0.48591400
6 17.0178000 0.32500200
S 6
1 292.7180000 -0.0027809
2 69.8731000 -0.0357146
3 22.3363000 -0.1149850
4 8.1503900 0.0935634
5 3.1345800 0.6030170
6 1.2254300 0.4189590
P 6
1 292.7180000 0.0044383
2 69.8731000 0.0326679
3 22.3363000 0.1347210
4 8.1503900 0.3286780
5 3.1345800 0.4496400
6 1.2254300 0.2613720
S 3
1 1.7273800 -0.2446300
2 0.5729220 0.0043157
3 0.2221920 1.0981800
P 3
1 1.7273800 -0.0177951
2 0.5729220 0.2535390
3 0.2221920 0.8006690
S 1
1 0.0778369 1.0000000
P 1
1 0.0778369 1.0000000
D 1
1 1.8000000 1.0000000
D 1
1 0.4500000 1.0000000
D 1
1 0.1125000 1.0000000
F 1
1 0.3200000 1.0000000
PHOSPHORUS
S 6
1 19413.3000000 0.0018516
2 2909.4200000 0.0142062
3 661.3640000 0.0699995
4 185.7590000 0.2400790
5 59.1943000 0.4847620
6 20.0310000 0.3352000
S 6
1 339.4780000 -0.0027822
2 81.0101000 -0.0360499
3 25.8780000 -0.1166310
4 9.4522100 0.0968328
5 3.6656600 0.6144180
6 1.4674600 0.4037980
P 6
1 339.4780000 0.0045646
2 81.0101000 0.0336936
3 25.8780000 0.1397550
4 9.4522100 0.3393620
5 3.6656600 0.4509210
6 1.4674600 0.2385860
S 3
1 2.1562300 -0.2529230
2 0.7489970 0.0328517
3 0.2831450 1.0812500
P 3
1 2.1562300 -0.0177653
2 0.7489970 0.2740580
3 0.2831450 0.7854210
S 1
1 0.0998317 1.0000000
P 1
1 0.0998317 1.0000000
D 1
1 2.2000000 1.0000000
D 1
1 0.5500000 1.0000000
D 1
1 0.1375000 1.0000000
F 1
1 0.4500000 1.0000000
SULFUR
S 6
1 21917.1000000 0.0018690
2 3301.4900000 0.0142300
3 754.1460000 0.0696960
4 212.7110000 0.2384870
5 67.9896000 0.4833070
6 23.0515000 0.3380740
S 6
1 423.7350000 -0.0023767
2 100.7100000 -0.0316930
3 32.1599000 -0.1133170
4 11.8079000 0.0560900
5 4.6311000 0.5922550
6 1.8702500 0.4550060
P 6
1 423.7350000 0.0040610
2 100.7100000 0.0306810
3 32.1599000 0.1304520
4 11.8079000 0.3272050
5 4.6311000 0.4528510
6 1.8702500 0.2560420
S 3
1 2.6158400 -0.2503740
2 0.9221670 0.0669570
3 0.3412870 1.0545100
P 3
1 2.6158400 -0.0145110
2 0.9221670 0.3102630
3 0.3412870 0.7544830
S 1
1 0.1171670 1.0000000
P 1
1 0.1171670 1.0000000
D 1
1 2.6000000 1.0000000
D 1
1 0.6500000 1.0000000
D 1
1 0.1625000 1.0000000
F 1
1 0.5500000 1.0000000
CHLORINE
S 6
1 25180.1000000 0.0018330
2 3780.3500000 0.0140340
3 860.4740000 0.0690970
4 242.1450000 0.2374520
5 77.3349000 0.4830340
6 26.2470000 0.3398560
S 6
1 491.7650000 -0.0022974
2 116.9840000 -0.0307140
3 37.4153000 -0.1125280
4 13.7834000 0.0450160
5 5.4521500 0.5893530
6 2.2258800 0.4652060
P 6
1 491.7650000 0.0039894
2 116.9840000 0.0303180
3 37.4153000 0.1298800
4 13.7834000 0.3279510
5 5.4521500 0.4535270
6 2.2258800 0.2521540
S 3
1 3.1864900 -0.2518300
2 1.1442700 0.0615890
3 0.4203770 1.0601800
P 3
1 3.1864900 -0.0142990
2 1.1442700 0.3235720
3 0.4203770 0.7435070
S 1
1 0.1426570 1.0000000
P 1
1 0.1426570 1.0000000
D 1
1 3.0000000 1.0000000
D 1
1 0.7500000 1.0000000
D 1
1 0.1875000 1.0000000
F 1
1 0.7000000 1.0000000
ARGON
S 6
1 28348.3000000 0.00182526
2 4257.6200000 0.01396860
3 969.8570000 0.06870730
4 273.2630000 0.23620400
5 87.3695000 0.48221400
6 29.6867000 0.34204300
S 6
1 575.8910000 -0.0021597
2 136.8160000 -0.0290775
3 43.8098000 -0.1108270
4 16.2094000 0.0276999
5 6.4608400 0.5776130
6 2.6511400 0.4886880
P 6
1 575.8910000 0.0038066
2 136.8160000 0.0292305
3 43.8098000 0.1264670
4 16.2094000 0.3235100
5 6.4608400 0.4548960
6 2.6511400 0.2566300
S 3
1 3.8602800 -0.2555920
2 1.4137300 0.0378066
3 0.5166460 1.0805600
P 3
1 3.8602800 -0.0159197
2 1.4137300 0.3246460
3 0.5166460 0.7439900
S 1
1 0.1738880 1.0000000
P 1
1 0.1738880 1.0000000
D 1
1 3.4000000 1.0000000
D 1
1 0.8500000 1.0000000
D 1
1 0.2125000 1.0000000
F 1
1 0.8500000 1.0000000

1153
data/basis/6-31g_star Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,79 @@
POTASSIUM
S 6
1 31478.7000000 0.00398387
2 4726.8900000 0.03050180
3 1075.4300000 0.15073800
4 303.3980000 0.51912900
5 98.3271000 1.03670000
6 33.6362000 0.76399000
S 3
1 65.6392000 -0.2824260
2 7.3162600 1.6914900
3 2.8902600 1.2965300
S 3
1 4.5459700 -0.00763436
2 0.7040410 0.0256357
3 0.2826690 0.0166069
S 1
1 0.0290582 1.0000000
S 1
1 0.0121116 1.0000000
P 5
1 361.2250000 0.0209065
2 84.6702000 0.1504360
3 26.4691000 0.5544010
4 9.2658100 1.0409000
5 3.3423400 0.6782530
P 3
1 1.6354600 0.2409020
2 0.8319680 0.2994240
3 0.4368420 0.4460790
P 1
1 0.1798370 1.0000000
D 3
1 10.0700000 0.0480790
2 2.5580000 0.2162930
3 0.7968000 0.4236910
D 1
1 0.2350000 1.0000000
CALCIUM
S 6
1 35138.7000000 0.00394825
2 5276.4100000 0.0302342
3 1200.4700000 0.1495200
4 338.7180000 0.5159730
5 109.8540000 1.0339500
6 37.6089000 0.7693790
S 3
1 73.1080000 -0.2826850
2 8.2407700 1.6796100
3 3.2959800 1.2803800
S 3
1 5.2341800 -0.00768686
2 0.8418720 0.02538240
3 0.3651030 0.01651220
S 1
1 0.0512224 1.0000000
S 1
1 0.0198250 1.0000000
P 5
1 413.1130000 0.0203270
2 96.9358000 0.1473030
3 30.3722000 0.5488720
4 10.6848000 1.0440700
5 3.8821300 0.6865350
P 3
1 1.9099100 0.2686680
2 0.9793250 0.2901870
3 0.5497690 0.4429810
P 1
1 0.2312330 1.0000000
D 3
1 10.9700000 0.0600080
2 2.7680000 0.2610100
3 0.8281000 0.5086920
D 1
1 0.2160000 1.0000000

1173
data/basis/6-31g_star_star Normal file

File diff suppressed because it is too large Load Diff

1291
data/basis/6zp Normal file

File diff suppressed because it is too large Load Diff

590
data/basis/ano-pvdz_ecp_bfd Normal file
View File

@ -0,0 +1,590 @@
LITHIUM
S 6
1 1.865990 0.005887
2 0.725995 -0.057751
3 0.309251 -0.111789
4 0.110313 0.361605
5 0.048874 -0.241554
6 0.021768 1.027902
S 6
1 1.865990 0.021568
2 0.725995 -0.162539
3 0.309251 0.000231
4 0.110313 0.104303
5 0.048874 2.112288
6 0.021768 -1.974803
S 1
1 0.028050 1.000000
P 3
1 1.534000 0.022786
2 0.274900 0.139102
3 0.073620 0.500375
STRONTIUM
S 9
1 12.537926 0.056019
2 9.644559 -0.319559
3 7.418891 0.496897
4 3.106116 -0.693521
5 0.731407 0.559915
6 0.421768 0.476488
7 0.236198 0.239153
8 0.057380 0.010270
9 0.023248 0.000444
S 9
1 12.537926 -0.009645
2 9.644559 0.074660
3 7.418891 -0.133872
4 3.106116 0.221481
5 0.731407 -0.178482
6 0.421768 -0.367483
7 0.236198 -0.143888
8 0.057380 0.819749
9 0.023248 0.378443
S 9
1 12.537926 -0.016059
2 9.644559 -0.036282
3 7.418891 0.162875
4 3.106116 -0.403863
5 0.731407 0.657318
6 0.421768 0.725036
7 0.236198 -0.864069
8 0.057380 -1.614344
9 0.023248 1.741258
P 8
1 8.031300 -0.027375
2 6.169712 0.134451
3 4.737447 -0.141446
4 2.557380 -0.288234
5 1.958905 0.251489
6 0.755919 0.484837
7 0.346062 0.478923
8 0.144393 0.116113
P 8
1 8.031300 -0.076563
2 6.169712 0.260116
3 4.737447 -0.361526
4 2.557380 1.223168
5 1.958905 -1.150741
6 0.755919 -0.648497
7 0.346062 0.005398
8 0.144393 1.027073
P 8
1 8.031300 0.054262
2 6.169712 -0.233234
3 4.737447 0.166259
4 2.557380 1.433437
5 1.958905 -1.749155
6 0.755919 -1.304300
7 0.346062 2.787813
8 0.144393 -1.637281
D 7
1 2.597486 -0.123249
2 2.259068 0.131478
3 0.851914 0.183936
4 0.374411 0.259131
5 0.151068 0.324639
6 0.058848 0.377687
7 0.022210 0.198546
D 7
1 2.597486 -0.393968
2 2.259068 0.421141
3 0.851914 0.667093
4 0.374411 0.283968
5 0.151068 -0.248146
6 0.058848 -0.332207
7 0.022210 -0.173660
S 1
1 0.018536 1.000000
P 1
1 0.206837 1.000000
D 1
1 0.434602 1.000000
MAGNESIUM
S 6
1 1.478260 0.044288
2 0.730245 -0.302453
3 0.310223 0.115083
4 0.092031 0.665354
5 0.043335 0.341308
6 0.019667 0.055695
S 6
1 1.478260 0.125665
2 0.730245 -0.856674
3 0.310223 1.205157
4 0.092031 1.223081
5 0.043335 -1.734563
6 0.019667 0.022266
P 6
1 1.152482 -0.033073
2 0.480621 -0.143375
3 0.284194 0.316043
4 0.114904 0.557585
5 0.060492 0.303614
6 0.018183 0.021914
S 1
1 0.039990 1.000000
RUBIDIUM
S 8
1 9.767225 -0.072358
2 7.513250 0.179488
3 2.694294 -0.499645
4 0.633389 0.414757
5 0.409050 0.499081
6 0.201657 0.319280
7 0.034640 0.005694
8 0.015189 -0.001424
S 8
1 9.767225 0.016043
2 7.513250 -0.042332
3 2.694294 0.132859
4 0.633389 -0.129005
5 0.409050 -0.204416
6 0.201657 -0.199195
7 0.034640 0.750685
8 0.015189 0.388186
S 8
1 9.767225 -0.085889
2 7.513250 0.238678
3 2.694294 -0.867484
4 0.633389 3.599294
5 0.409050 -1.879202
6 0.201657 -1.295026
7 0.034640 0.244264
8 0.015189 0.243444
P 7
1 6.343477 0.012668
2 4.879598 0.010587
3 3.131868 -0.146383
4 1.246199 0.088865
5 0.649813 0.443670
6 0.292612 0.483346
7 0.122257 0.137563
P 7
1 6.343477 0.028803
2 4.879598 -0.145777
3 3.131868 0.403476
4 1.246199 -0.503892
5 0.649813 -0.939167
6 0.292612 0.709793
7 0.122257 0.563643
P 7
1 6.343477 0.032476
2 4.879598 0.039075
3 3.131868 -0.486709
4 1.246199 1.556776
5 0.649813 -0.316928
6 0.292612 -1.802466
7 0.122257 1.538441
D 6
1 3.634479 -0.002835
2 0.636322 0.095349
3 0.192312 0.121831
4 0.052088 0.294960
5 0.016287 0.635141
6 0.005344 0.190060
D 6
1 3.634479 -0.018264
2 0.636322 0.870358
3 0.192312 0.202742
4 0.052088 -0.103526
5 0.016287 -0.156987
6 0.005344 -0.054265
S 1
1 0.398962 1.000000
P 1
1 0.248810 1.000000
D 1
1 0.376507 1.000000
HYDROGEN
S 6
1 6.359201 0.003784
2 3.546637 0.022388
3 1.493442 0.091414
4 0.551948 0.149980
5 0.207203 0.375784
6 0.079234 -0.098638
S 6
1 6.359201 0.001940
2 3.546637 -0.053797
3 1.493442 -0.088952
4 0.551948 -0.457785
5 0.207203 -0.291335
6 0.079234 -0.540688
S 1
1 0.122000 1.000000
P 1
1 0.727000 1.000000
BARIUM
S 9
1 7.668827 0.099903
2 5.899098 -0.539014
3 4.537768 0.789884
4 1.939767 -0.919853
5 0.485416 0.685412
6 0.316438 0.352069
7 0.191001 0.313113
8 0.046602 0.012071
9 0.019586 0.000195
S 9
1 7.668827 -0.020684
2 5.899098 0.142186
3 4.537768 -0.235880
4 1.939767 0.325146
5 0.485416 -0.241735
6 0.316438 -0.361947
7 0.191001 -0.195150
8 0.046602 0.854162
9 0.019586 0.372375
S 9
1 7.668827 -0.018216
2 5.899098 -0.083670
3 4.537768 0.274989
4 1.939767 -0.559768
5 0.485416 0.739773
6 0.316438 1.068059
7 0.191001 -1.183905
8 0.046602 -1.686402
9 0.019586 1.807458
P 8
1 5.748216 -0.007820
2 4.359494 0.025098
3 2.694811 0.130142
4 2.054688 -0.371710
5 1.325476 0.045562
6 0.533933 0.512549
7 0.252234 0.522043
8 0.106579 0.115212
P 8
1 5.748216 -0.070208
2 4.359494 0.228384
3 2.694811 -1.018839
4 2.054688 1.622011
5 1.325476 -0.723284
6 0.533933 -0.759934
7 0.252234 -0.102172
8 0.106579 1.116375
P 8
1 5.748216 -0.020008
2 4.359494 0.102486
3 2.694811 -1.184510
4 2.054688 2.482766
5 1.325476 -1.525193
6 0.533933 -1.791667
7 0.252234 3.163544
8 0.106579 -1.697757
D 7
1 1.291237 -0.081526
2 0.620118 0.242122
3 0.245894 0.363230
4 0.100378 0.363001
5 0.043471 0.279462
6 0.019366 0.080598
7 0.005614 0.001495
D 7
1 1.291237 -0.226381
2 0.620118 0.924147
3 0.245894 0.238044
4 0.100378 -0.428248
5 0.043471 -0.294578
6 0.019366 -0.098393
7 0.005614 0.000523
S 1
1 0.044672 1.000000
P 1
1 0.148023 1.000000
D 1
1 0.280688 1.000000
CESIUM
S 8
1 8.550325 -0.029241
2 5.842621 0.098301
3 1.648331 -0.489131
4 0.671392 -0.089889
5 0.400830 0.851669
6 0.172129 0.479902
7 0.027883 0.010125
8 0.012661 -0.003102
S 8
1 8.550325 0.007746
2 5.842621 -0.027891
3 1.648331 0.158615
4 0.671392 0.012978
5 0.400830 -0.331365
6 0.172129 -0.288264
7 0.027883 0.824514
8 0.012661 0.326060
S 8
1 8.550325 -0.090949
2 5.842621 0.250139
3 1.648331 -1.343357
4 0.671392 2.095624
5 0.400830 0.865253
6 0.172129 -2.085356
7 0.027883 0.323332
8 0.012661 0.213379
P 7
1 5.889092 -0.000325
2 3.217760 0.082741
3 2.244936 -0.211311
4 0.872867 -0.117777
5 0.570741 0.476090
6 0.245890 0.583238
7 0.102479 0.177461
P 7
1 5.889092 0.005847
2 3.217760 -0.189345
3 2.244936 0.461426
4 0.872867 0.084312
5 0.570741 -1.477717
6 0.245890 0.496504
7 0.102479 0.743335
P 7
1 5.889092 0.006016
2 3.217760 -0.338322
3 2.244936 0.938988
4 0.872867 -1.750300
5 0.570741 -0.125834
6 0.245890 2.355014
7 0.102479 -1.617844
D 6
1 2.495395 0.022198
2 1.888219 -0.045568
3 0.402947 0.182091
4 0.060596 0.380572
5 0.023404 0.370509
6 0.009039 0.408565
D 6
1 2.495395 0.017088
2 1.888219 -0.103040
3 0.402947 0.996033
4 0.060596 0.008025
5 0.023404 -0.220790
6 0.009039 -0.121410
S 1
1 0.070711 1.000000
P 1
1 0.172591 1.000000
D 1
1 0.227673 1.000000
CALCIUM
S 8
1 13.477361 -0.068812
2 10.366318 0.195841
3 4.451759 -0.499643
4 1.034535 0.486822
5 0.564680 0.488475
6 0.301117 0.248699
7 0.067769 0.012110
8 0.026665 0.000284
S 8
1 13.477361 0.015699
2 10.366318 -0.049635
3 4.451759 0.145436
4 1.034535 -0.147502
5 0.564680 -0.288572
6 0.301117 -0.173348
7 0.067769 0.762592
8 0.026665 0.417691
S 8
1 13.477361 -0.006948
2 10.366318 0.056970
3 4.451759 -0.266642
4 1.034535 0.537766
5 0.564680 0.557346
6 0.301117 -0.600386
7 0.067769 -1.666858
8 0.026665 1.730097
P 7
1 7.675629 0.027362
2 5.900655 -0.084484
3 2.665766 -0.076649
4 2.044642 0.276402
5 0.918736 0.457956
6 0.421800 0.386995
7 0.176537 0.089635
P 7
1 7.675629 -0.006243
2 5.900655 0.048318
3 2.665766 0.507648
4 2.044642 -1.036016
5 0.918736 -0.312149
6 0.421800 0.190137
7 0.176537 0.856880
P 7
1 7.675629 -0.143357
2 5.900655 0.357390
3 2.665766 -0.230640
4 2.044642 -0.669554
5 0.918736 -0.480028
6 0.421800 2.213388
7 0.176537 -1.590456
D 6
1 5.262963 0.040805
2 2.239047 0.180718
3 0.848828 0.299968
4 0.301758 0.306863
5 0.100864 0.372598
6 0.032751 0.268735
D 6
1 5.262963 0.038233
2 2.239047 0.386451
3 0.848828 0.541224
4 0.301758 -0.149400
5 0.100864 -0.398345
6 0.032751 -0.278415
S 1
1 0.026301 1.000000
P 1
1 0.027772 1.000000
D 1
1 0.053700 1.000000
SODIUM
S 6
1 1.478260 0.016543
2 0.730245 -0.070302
3 0.310223 -0.112523
4 0.092031 0.249490
5 0.043335 -0.049536
6 0.019667 0.919011
S 6
1 1.478260 0.047476
2 0.730245 -0.203137
3 0.310223 -0.054702
4 0.092031 0.305867
5 0.043335 1.913205
6 0.019667 -1.942172
P 6
1 1.191176 0.008098
2 0.688275 -0.046550
3 0.158308 -0.009617
4 0.094423 0.244709
5 0.036269 0.617743
6 0.014748 0.251068
S 1
1 0.023070 1.000000
BERYLLIUM
S 6
1 1.534946 0.031822
2 1.126766 -0.284692
3 0.791542 0.134293
4 0.178640 0.447713
5 0.073776 0.501301
6 0.032780 0.143845
S 6
1 1.534946 0.371714
2 1.126766 -1.460040
3 0.791542 1.125926
4 0.178640 1.598045
5 0.073776 -1.306671
6 0.032780 -0.328239
P 3
1 3.619000 0.029105
2 0.711000 0.169466
3 0.195100 0.512969
S 1
1 0.058900 1.000000
POTASSIUM
S 8
1 12.069048 -0.070763
2 9.279420 0.193428
3 3.843824 -0.493653
4 0.980495 0.365802
5 0.507987 0.597102
6 0.235140 0.269210
7 0.038580 0.004569
8 0.016566 -0.001158
S 8
1 12.069048 0.013322
2 9.279420 -0.039190
3 3.843824 0.111796
4 0.980495 -0.089775
5 0.507987 -0.205832
6 0.235140 -0.178814
7 0.038580 0.722698
8 0.016566 0.404078
S 8
1 12.069048 -0.070942
2 9.279420 0.237264
3 3.843824 -0.832982
4 0.980495 2.382744
5 0.507987 -0.673282
6 0.235140 -1.321024
7 0.038580 0.256722
8 0.016566 0.200108
P 7
1 7.064005 0.026186
2 5.416953 -0.071147
3 2.711517 -0.143338
4 2.078824 0.267792
5 0.854092 0.438107
6 0.374019 0.435410
7 0.154283 0.129704
P 7
1 7.064005 -0.020278
2 5.416953 0.058346
3 2.711517 0.636570
4 2.078824 -1.049953
5 0.854092 -0.752403
6 0.374019 0.731023
7 0.154283 0.490763
P 7
1 7.064005 0.056535
2 5.416953 -0.182992
3 2.711517 -0.820658
4 2.078824 2.129538
5 0.854092 -0.701656
6 0.374019 -1.213006
7 0.154283 1.325680
D 6
1 2.800270 0.032813
2 0.814743 0.081949
3 0.214162 0.087435
4 0.052469 0.259192
5 0.016177 0.660947
6 0.005297 0.221836
D 6
1 2.800270 0.280064
2 0.814743 0.749156
3 0.214162 0.132601
4 0.052469 -0.071315
5 0.016177 -0.117915
6 0.005297 -0.046267
S 1
1 0.018206 1.000000
P 1
1 0.174519 1.000000
D 1
1 0.070000 1.000000
HELIUM
S 6
1 14.724593 0.035459
2 5.876024 0.096816
3 2.184104 0.214521
4 0.859307 0.340033
5 0.346900 0.349025
6 0.140004 0.133138
S 6
1 14.724593 -0.057627
2 5.876024 -0.205015
3 2.184104 -0.625120
4 0.859307 -0.249861
5 0.346900 0.718294
6 0.140004 0.368902
S 1
1 0.297600 1.000000
P 1
1 1.275000 1.000000

2413
data/basis/ano-pvqz_ecp_bfd Normal file

File diff suppressed because it is too large Load Diff

1854
data/basis/ano-pvtz_ecp_bfd Normal file

File diff suppressed because it is too large Load Diff

57305
data/basis/ano-rcc Normal file

File diff suppressed because it is too large Load Diff

849
data/basis/ano2_ames Normal file
View File

@ -0,0 +1,849 @@
SCANDIUM
S 20
1 4789458.0000000 0.0000040
2 717138.0000000 0.0000350
3 163199.4000000 0.0001820
4 46226.0700000 0.0007680
5 15081.0300000 0.0027890
6 5444.4930000 0.0090270
7 2123.4480000 0.0263500
8 880.5910000 0.0688820
9 383.7729000 0.1556330
10 174.1198000 0.2817100
11 81.5518300 0.3481800
12 38.7658700 0.2193610
13 17.2296200 0.0389150
14 8.43034800 -0.0020840
15 4.10581900 0.0017110
16 1.80662500 -0.0007990
17 0.870423000 0.0003600
18 0.396841000 -0.0001520
19 0.095711000 0.0000610
20 0.048247000 -0.0000480
S 20
1 4789458.0000000 -0.0000010
2 717138.0000000 -0.0000100
3 163199.4000000 -0.0000530
4 46226.0700000 -0.0002250
5 15081.0300000 -0.0008200
6 5444.4930000 -0.0026660
7 2123.4480000 -0.0079010
8 880.5910000 -0.0212590
9 383.7729000 -0.0514410
10 174.1198000 -0.1064140
11 81.5518300 -0.1735290
12 38.7658700 -0.1532720
13 17.2296200 0.1315640
14 8.43034800 0.5369410
15 4.10581900 0.4348940
16 1.80662500 0.0674860
17 0.870423000 -0.0027360
18 0.396841000 0.0020550
19 0.095711000 -0.0005000
20 0.048247000 0.0003920
S 19
1 717138.0000000 0.0000040
2 163199.4000000 0.0000180
3 46226.0700000 0.0000790
4 15081.0300000 0.0002820
5 5444.4930000 0.0009290
6 2123.4480000 0.0027470
7 880.5910000 0.0074180
8 383.7729000 0.0181180
9 174.1198000 0.0379710
10 81.5518300 0.0643440
11 38.7658700 0.0593250
12 17.2296200 -0.0556380
13 8.43034800 -0.3071940
14 4.10581900 -0.3996940
15 1.80662500 0.1576640
16 0.870423000 0.6940990
17 0.396841000 0.3980330
18 0.095711000 0.0231070
19 0.048247000 -0.0089200
S 19
1 717138.0000000 -0.0000010
2 163199.4000000 -0.0000050
3 46226.0700000 -0.0000190
4 15081.0300000 -0.0000700
5 5444.4930000 -0.0002280
6 2123.4480000 -0.0006800
7 880.5910000 -0.0018320
8 383.7729000 -0.0044760
9 174.1198000 -0.0094020
10 81.5518300 -0.0159390
11 38.7658700 -0.0148430
12 17.2296200 0.0140910
13 8.43034800 0.0800850
14 4.10581900 0.1110910
15 1.80662500 -0.0561130
16 0.870423000 -0.2414050
17 0.396841000 -0.2967100
18 0.095711000 0.3310090
19 0.048247000 0.6307610
S 20
1 4789458.0000000 -0.0000100
2 717138.0000000 0.0000810
3 163199.4000000 -0.0000520
4 46226.0700000 -0.0000150
5 15081.0300000 -0.0001280
6 5444.4930000 -0.0003690
7 2123.4480000 -0.0011710
8 880.5910000 -0.0029350
9 383.7729000 -0.0078780
10 174.1198000 -0.0145410
11 81.5518300 -0.0297040
12 38.7658700 -0.0180580
13 17.2296200 0.0058640
14 8.43034800 0.1801430
15 4.10581900 0.1175170
16 1.80662500 0.0544810
17 0.870423000 -0.9204520
18 0.396841000 0.1343350
19 0.095711000 2.1416410
20 0.048247000 -1.1651950
S 20
1 4789458.0000000 0.0000110
2 717138.0000000 -0.0000560
3 163199.4000000 0.0001400
4 46226.0700000 -0.0006310
5 15081.0300000 0.0016770
6 5444.4930000 -0.0078970
7 2123.4480000 0.0095150
8 880.5910000 0.0003610
9 383.7729000 0.0153950
10 174.1198000 0.0209310
11 81.5518300 0.0516960
12 38.7658700 0.0215480
13 17.2296200 0.0106070
14 8.43034800 -0.3528430
15 4.10581900 -0.1409830
16 1.80662500 -0.0959880
17 0.870423000 2.3785830
18 0.396841000 -2.5788460
19 0.095711000 -0.3706990
20 0.048247000 2.8667080
S 1
1 0.022661000 1.0000000
P 15
1 7118.9870000 0.0000900
2 1685.9150000 0.0007950
3 547.4592000 0.0045010
4 209.0187000 0.0190160
5 88.2263800 0.0629700
6 39.9087500 0.1604310
7 18.8517200 0.2975260
8 9.14176300 0.3682280
9 4.50391400 0.2343540
10 2.14309200 0.0488860
11 1.00761100 0.0007460
12 0.463154000 0.0007680
13 0.193060000 -0.0002540
14 0.077220000 0.0001140
15 0.030890000 -0.0000560
P 15
1 7118.9870000 -0.0000300
2 1685.9150000 -0.0002620
3 547.4592000 -0.0014830
4 209.0187000 -0.0063390
5 88.2263800 -0.0213110
6 39.9087500 -0.0563290
7 18.8517200 -0.1079740
8 9.14176300 -0.1445140
9 4.50391400 -0.0560840
10 2.14309200 0.2396690
11 1.00761100 0.4746320
12 0.463154000 0.3647390
13 0.193060000 0.0777780
14 0.077220000 -0.0015240
15 0.030890000 0.0022560
P 15
1 7118.9870000 0.0000090
2 1685.9150000 0.0000760
3 547.4592000 0.0004420
4 209.0187000 0.0018480
5 88.2263800 0.0063640
6 39.9087500 0.0164300
7 18.8517200 0.0326840
8 9.14176300 0.0417770
9 4.50391400 0.0191990
10 2.14309200 -0.0891780
11 1.00761100 -0.1527690
12 0.463154000 -0.2189900
13 0.193060000 0.2279570
14 0.077220000 0.7693560
15 0.030890000 0.1611950
P 15
1 7118.9870000 0.0004540
2 1685.9150000 -0.0023100
3 547.4592000 0.0022250
4 209.0187000 0.0033960
5 88.2263800 0.0122400
6 39.9087500 0.0356370
7 18.8517200 0.0595040
8 9.14176300 0.1051300
9 4.50391400 0.0117120
10 2.14309200 -0.1408420
11 1.00761100 -0.6411810
12 0.463154000 0.1221520
13 0.193060000 1.3953750
14 0.077220000 -0.7062790
15 0.030890000 -0.4300300
P 15
1 7118.9870000 -0.0005020
2 1685.9150000 0.0020750
3 547.4592000 -0.0066550
4 209.0187000 0.0187800
5 88.2263800 -0.0726120
6 39.9087500 0.1181100
7 18.8517200 0.0432120
8 9.14176300 0.1446660
9 4.50391400 0.0822290
10 2.14309200 -0.3699950
11 1.00761100 -1.2279850
12 0.463154000 2.4506950
13 0.193060000 -1.2087560
14 0.077220000 -0.6586530
15 0.030890000 1.1267960
P 1
1 0.012360000 1.0000000
D 9
1 73.5186800 0.0019940
2 21.7610000 0.0144910
3 7.92175500 0.0560450
4 3.18420000 0.1504840
5 1.34262100 0.2674420
6 0.561524000 0.3329810
7 0.227705000 0.3318750
8 0.085241000 0.2165330
9 0.034100000 0.0502200
D 9
1 73.5186800 -0.0020560
2 21.7610000 -0.0151300
3 7.92175500 -0.0585890
4 3.18420000 -0.1600760
5 1.34262100 -0.2654460
6 0.561524000 -0.2817790
7 0.227705000 0.1431640
8 0.085241000 0.5984990
9 0.034100000 0.2648190
D 9
1 73.5186800 -0.0022580
2 21.7610000 -0.0218000
3 7.92175500 -0.0725690
4 3.18420000 -0.2222150
5 1.34262100 -0.3386620
6 0.561524000 -0.0198920
7 0.227705000 0.8645120
8 0.085241000 -0.1586060
9 0.034100000 -0.6502150
D 9
1 73.5186800 0.0235340
2 21.7610000 -0.1037070
3 7.92175500 0.1876500
4 3.18420000 0.2522430
5 1.34262100 0.4588710
6 0.561524000 -0.9555000
7 0.227705000 0.0005320
8 0.085241000 1.0895050
9 0.034100000 -1.0172180
F 6
1 2.96460000 0.0343030
2 1.18590000 0.1016390
3 0.474300000 0.3239780
4 0.189700000 0.5165980
5 0.075900000 0.2940030
6 0.030400000 0.0266410
F 6
1 2.96460000 0.1290820
2 1.18590000 0.3169450
3 0.474300000 0.5774210
4 0.189700000 -0.2135030
5 0.075900000 -0.5582270
6 0.030400000 -0.0591280
F 6
1 2.96460000 -0.2450820
2 1.18590000 -0.5126480
3 0.474300000 0.0650000
4 0.189700000 0.9034580
5 0.075900000 -0.8318230
6 0.030400000 -0.1293200
G 4
1 1.42280000 0.0983400
2 0.569100000 0.3578380
3 0.227600000 0.5681720
4 0.091060000 0.2523340
G 4
1 1.42280000 1.2021280
2 0.569100000 -0.5474770
3 0.227600000 0.0292010
4 0.091060000 -0.0998900
TITANIUM
S 20
1 5309148.1000000 0.0000040
2 794951.6500000 0.0000340
3 180907.5600000 0.0001800
4 51241.9330000 0.0007590
5 16717.4490000 0.0027570
6 6035.2659000 0.0089250
7 2353.8571000 0.0260620
8 976.1464600 0.0681900
9 425.4356300 0.1543490
10 193.0467700 0.2802820
11 90.4393690 0.3484000
12 43.0207130 0.2217050
13 19.1905550 0.0400180
14 9.42571640 -0.0021380
15 4.60524340 0.0017220
16 2.03783430 -0.0008020
17 0.980031800 0.0003560
18 0.445625400 -0.0001480
19 0.106417000 0.0000570
20 0.052570500 -0.0000440
S 20
1 5309148.1000000 -0.0000010
2 794951.6500000 -0.0000100
3 180907.5600000 -0.0000530
4 51241.9330000 -0.0002240
5 16717.4490000 -0.0008180
6 6035.2659000 -0.0026590
7 2353.8571000 -0.0078790
8 976.1464600 -0.0212220
9 425.4356300 -0.0514220
10 193.0467700 -0.1067020
11 90.4393690 -0.1746860
12 43.0207130 -0.1560410
13 19.1905550 0.1293230
14 9.42571640 0.5384640
15 4.60524340 0.4357080
16 2.03783430 0.0681170
17 0.980031800 -0.0024360
18 0.445625400 0.0019870
19 0.106417000 -0.0004560
20 0.052570500 0.0003540
S 19
1 794951.6500000 0.0000040
2 180907.5600000 0.0000180
3 51241.9330000 0.0000810
4 16717.4490000 0.0002890
5 6035.2659000 0.0009510
6 2353.8571000 0.0028120
7 976.1464600 0.0076020
8 425.4356300 0.0185920
9 193.0467700 0.0390850
10 90.4393690 0.0664980
11 43.0207130 0.0620460
12 19.1905550 -0.0562490
13 9.42571640 -0.3180890
14 4.60524340 -0.4058270
15 2.03783430 0.1704320
16 0.980031800 0.6975960
17 0.445625400 0.3891500
18 0.106417000 0.0218960
19 0.052570500 -0.0082540
S 19
1 794951.6500000 -0.0000010
2 180907.5600000 -0.0000050
3 51241.9330000 -0.0000190
4 16717.4490000 -0.0000710
5 6035.2659000 -0.0002290
6 2353.8571000 -0.0006830
7 976.1464600 -0.0018400
8 425.4356300 -0.0045110
9 193.0467700 -0.0094850
10 90.4393690 -0.0162070
11 43.0207130 -0.0151910
12 19.1905550 0.0138500
13 9.42571640 0.0823580
14 4.60524340 0.1108740
15 2.03783430 -0.0582960
16 0.980031800 -0.2486150
17 0.445625400 -0.2792160
18 0.106417000 0.3433130
19 0.052570500 0.6149170
S 20
1 5309148.1000000 -0.0000110
2 794951.6500000 0.0000870
3 180907.5600000 -0.0000550
4 51241.9330000 -0.0000160
5 16717.4490000 -0.0001330
6 6035.2659000 -0.0003960
7 2353.8571000 -0.0012340
8 976.1464600 -0.0031340
9 425.4356300 -0.0083600
10 193.0467700 -0.0155360
11 90.4393690 -0.0318950
12 43.0207130 -0.0195050
13 19.1905550 0.0050340
14 9.42571640 0.1969510
15 4.60524340 0.1221620
16 2.03783430 0.0483240
17 0.980031800 -1.0031570
18 0.445625400 0.2569670
19 0.106417000 2.0565020
20 0.052570500 -1.1902550
S 20
1 5309148.1000000 0.0000460
2 794951.6500000 -0.0002000
3 180907.5600000 0.0007630
4 51241.9330000 -0.0021410
5 16717.4490000 0.0061820
6 6035.2659000 -0.0056600
7 2353.8571000 0.0007270
8 976.1464600 -0.0065600
9 425.4356300 -0.0125850
10 193.0467700 -0.0249610
11 90.4393690 -0.0528180
12 43.0207130 -0.0271110
13 19.1905550 -0.0050550
14 9.42571640 0.3686510
15 4.60524340 0.1803110
16 2.03783430 -0.0262370
17 0.980031800 -2.3503980
18 0.445625400 2.7374740
19 0.106417000 -0.1498370
20 0.052570500 -2.2160630
S 1
1 0.024356800 1.0000000
P 15
1 7999.8045000 0.0000880
2 1894.4515000 0.0007770
3 615.1874800 0.0044040
4 234.9274100 0.0186640
5 99.2137530 0.0620720
6 44.9161400 0.1590770
7 21.2497170 0.2969700
8 10.3304580 0.3688010
9 5.10497990 0.2348260
10 2.44069040 0.0493560
11 1.15120500 0.0009920
12 0.529555600 0.0008040
13 0.221190000 -0.0002200
14 0.088000000 0.0001060
15 0.035000000 -0.0000520
P 15
1 7999.8045000 -0.0000290
2 1894.4515000 -0.0002610
3 615.1874800 -0.0014820
4 234.9274100 -0.0063570
5 99.2137530 -0.0214770
6 44.9161400 -0.0571340
7 21.2497170 -0.1104660
8 10.3304580 -0.1481470
9 5.10497990 -0.0554260
10 2.44069040 0.2455620
11 1.15120500 0.4757130
12 0.529555600 0.3594260
13 0.221190000 0.0766160
14 0.088000000 -0.0013160
15 0.035000000 0.0021070
P 15
1 7999.8045000 0.0000090
2 1894.4515000 0.0000770
3 615.1874800 0.0004470
4 234.9274100 0.0018750
5 99.2137530 0.0064860
6 44.9161400 0.0168790
7 21.2497170 0.0337830
8 10.3304580 0.0435580
9 5.10497990 0.0187800
10 2.44069040 -0.0920490
11 1.15120500 -0.1600270
12 0.529555600 -0.2082470
13 0.221190000 0.2396000
14 0.088000000 0.7498280
15 0.035000000 0.1726060
P 15
1 7999.8045000 -0.0002750
2 1894.4515000 0.0002760
3 615.1874800 0.0008000
4 234.9274100 0.0038990
5 99.2137530 0.0123110
6 44.9161400 0.0350840
7 21.2497170 0.0626880
8 10.3304580 0.1012360
9 5.10497990 0.0187950
10 2.44069040 -0.1609690
11 1.15120500 -0.6082270
12 0.529555600 0.1116360
13 0.221190000 1.3650390
14 0.088000000 -0.6559960
15 0.035000000 -0.4695280
P 15
1 7999.8045000 -0.0009600
2 1894.4515000 0.0043610
3 615.1874800 -0.0149820
4 234.9274100 0.0144880
5 99.2137530 0.0135750
6 44.9161400 0.0389950
7 21.2497170 0.0925800
8 10.3304580 0.1135110
9 5.10497990 0.1171590
10 2.44069040 -0.4618710
11 1.15120500 -1.1103390
12 0.529555600 2.3649510
13 0.221190000 -1.1476610
14 0.088000000 -0.6841230
15 0.035000000 1.1124400
P 1
1 0.014000000 1.0000000
D 9
1 89.5692010 0.0019660
2 26.5843560 0.0147190
3 9.77103230 0.0582080
4 3.96193290 0.1581680
5 1.68926890 0.2828350
6 0.715670600 0.3453520
7 0.293810600 0.3184370
8 0.110830500 0.1856600
9 0.044000000 0.0376320
D 9
1 89.5692010 -0.0020110
2 26.5843560 -0.0150950
3 9.77103230 -0.0603600
4 3.96193290 -0.1672650
5 1.68926890 -0.2740660
6 0.715670600 -0.2505030
7 0.293810600 0.2022710
8 0.110830500 0.5910090
9 0.044000000 0.2444200
D 9
1 89.5692010 -0.0031930
2 26.5843560 -0.0247180
3 9.77103230 -0.1011760
4 3.96193290 -0.2745010
5 1.68926890 -0.3784140
6 0.715670600 0.1781750
7 0.293810600 0.8056580
8 0.110830500 -0.3375820
9 0.044000000 -0.5026250
D 9
1 89.5692010 0.0198860
2 26.5843560 -0.0474660
3 9.77103230 -0.0966340
4 3.96193290 -0.3628120
5 1.68926890 -0.2782630
6 0.715670600 1.0454190
7 0.293810600 -0.3759280
8 0.110830500 -0.8223810
9 0.044000000 0.9827220
F 6
1 5.43500000 0.0242150
2 2.17400000 0.0981360
3 0.870000000 0.2845860
4 0.348000000 0.4948020
5 0.139000000 0.3486170
6 0.056000000 0.0641200
F 6
1 5.43500000 -0.0748530
2 2.17400000 -0.2964440
3 0.870000000 -0.5568820
4 0.348000000 0.0323020
5 0.139000000 0.5926780
6 0.056000000 0.1487120
F 6
1 5.43500000 -0.1778880
2 2.17400000 -0.5063690
3 0.870000000 -0.1195650
4 0.348000000 0.9269920
5 0.139000000 -0.5184050
6 0.056000000 -0.3772850
G 4
1 2.61000000 0.0931460
2 1.04400000 0.2793720
3 0.417600000 0.5663260
4 0.167000000 0.3445500
G 4
1 2.61000000 -0.3960340
2 1.04400000 -0.5362870
3 0.417600000 0.0624540
4 0.167000000 0.6361110
VANADIUM
S 19
1 3321857.0000000 0.0000090
2 497435.6000000 0.0000690
3 113202.7000000 0.0003610
4 32063.3300000 0.0015220
5 10459.6200000 0.0055120
6 3775.5060000 0.0176680
7 1472.0400000 0.0503830
8 609.9331000 0.1248090
9 265.2634000 0.2517260
10 119.8607000 0.3592260
11 55.4489100 0.2741650
12 24.9837200 0.0648620
13 11.8805600 -0.0011640
14 5.66031100 0.0019800
15 2.49570300 -0.0009180
16 1.17786600 0.0004040
17 0.520044000 -0.0001650
18 0.115965000 0.0000680
19 0.058938000 -0.0000550
S 19
1 3321857.0000000 -0.0000030
2 497435.6000000 -0.0000200
3 113202.7000000 -0.0001080
4 32063.3300000 -0.0004540
5 10459.6200000 -0.0016500
6 3775.5060000 -0.0053400
7 1472.0400000 -0.0155930
8 609.9331000 -0.0407240
9 265.2634000 -0.0920840
10 119.8607000 -0.1663640
11 55.4489100 -0.1858060
12 24.9837200 0.0458580
13 11.8805600 0.5080610
14 5.66031100 0.5069380
15 2.49570300 0.0942810
16 1.17786600 -0.0026620
17 0.520044000 0.0023620
18 0.115965000 -0.0005850
19 0.058938000 0.0004730
S 19
1 3321857.0000000 0.0000010
2 497435.6000000 0.0000070
3 113202.7000000 0.0000400
4 32063.3300000 0.0001650
5 10459.6200000 0.0006020
6 3775.5060000 0.0019490
7 1472.0400000 0.0057030
8 609.9331000 0.0150030
9 265.2634000 0.0343340
10 119.8607000 0.0640090
11 55.4489100 0.0749970
12 24.9837200 -0.0196020
13 11.8805600 -0.2870220
14 5.66031100 -0.4540940
15 2.49570300 0.0910300
16 1.17786600 0.7111500
17 0.520044000 0.4310330
18 0.115965000 0.0260820
19 0.058938000 -0.0114010
S 18
1 497435.6000000 -0.0000020
2 113202.7000000 -0.0000090
3 32063.3300000 -0.0000390
4 10459.6200000 -0.0001420
5 3775.5060000 -0.0004620
6 1472.0400000 -0.0013500
7 609.9331000 -0.0035550
8 265.2634000 -0.0081450
9 119.8607000 -0.0152360
10 55.4489100 -0.0179490
11 24.9837200 0.0046600
12 11.8805600 0.0722260
13 5.66031100 0.1216230
14 2.49570300 -0.0337280
15 1.17786600 -0.2473110
16 0.520044000 -0.2829190
17 0.115965000 0.3308530
18 0.058938000 0.5871420
S 19
1 3321857.0000000 -0.0000190
2 497435.6000000 0.0001450
3 113202.7000000 -0.0000960
4 32063.3300000 -0.0000400
5 10459.6200000 -0.0002700
6 3775.5060000 -0.0008590
7 1472.0400000 -0.0023670
8 609.9331000 -0.0068060
9 265.2634000 -0.0138760
10 119.8607000 -0.0305530
11 55.4489100 -0.0260690
12 24.9837200 -0.0092330
13 11.8805600 0.1779380
14 5.66031100 0.1543150
15 2.49570300 0.0921260
16 1.17786600 -1.0115070
17 0.520044000 0.2281550
18 0.115965000 2.1204380
19 0.058938000 -1.2643960
S 19
1 3321857.0000000 -0.0000440
2 497435.6000000 0.0002350
3 113202.7000000 -0.0007760
4 32063.3300000 0.0031230
5 10459.6200000 -0.0027770
6 3775.5060000 -0.0002450
7 1472.0400000 -0.0044220
8 609.9331000 -0.0108530
9 265.2634000 -0.0222110
10 119.8607000 -0.0513090
11 55.4489100 -0.0383960
12 24.9837200 -0.0274690
13 11.8805600 0.3348540
14 5.66031100 0.2493860
15 2.49570300 0.0638120
16 1.17786600 -2.4167250
17 0.520044000 2.6591510
18 0.115965000 -0.1076490
19 0.058938000 -2.1632850
S 1
1 0.026946000 1.0000000
P 14
1 5777.3770000 0.0001840
2 1368.6740000 0.0016110
3 444.1233000 0.0089330
4 169.0991000 0.0364080
5 71.1019100 0.1125600
6 31.9031100 0.2523880
7 14.8510900 0.3804890
8 7.08522700 0.3104780
9 3.32442200 0.0880800
10 1.54116400 0.0031980
11 0.690520000 0.0013680
12 0.285424000 -0.0003880
13 0.114200000 0.0002150
14 0.045700000 -0.0001030
P 14
1 5777.3770000 -0.0000630
2 1368.6740000 -0.0005500
3 444.1233000 -0.0030750
4 169.0991000 -0.0126800
5 71.1019100 -0.0404390
6 31.9031100 -0.0941680
7 14.8510900 -0.1514260
8 7.08522700 -0.1125800
9 3.32442200 0.1678610
10 1.54116400 0.4695080
11 0.690520000 0.4201240
12 0.285424000 0.1090000
13 0.114200000 -0.0012830
14 0.045700000 0.0029660
P 14
1 5777.3770000 0.0000190
2 1368.6740000 0.0001660
3 444.1233000 0.0009150
4 169.0991000 0.0038240
5 71.1019100 0.0120620
6 31.9031100 0.0286260
7 14.8510900 0.0453740
8 7.08522700 0.0357370
9 3.32442200 -0.0632290
10 1.54116400 -0.1621300
11 0.690520000 -0.2105220
12 0.285424000 0.1306620
13 0.114200000 0.7304420
14 0.045700000 0.2787350
P 14
1 5777.3770000 -0.0005020
2 1368.6740000 0.0005280
3 444.1233000 0.0018630
4 169.0991000 0.0074810
5 71.1019100 0.0254270
6 31.9031100 0.0547060
7 14.8510900 0.1035950
8 7.08522700 0.0621770
9 3.32442200 -0.1166360
10 1.54116400 -0.5464790
11 0.690520000 -0.1494390
12 0.285424000 1.3803190
13 0.114200000 -0.3515930
14 0.045700000 -0.6486200
P 14
1 5777.3770000 -0.0018770
2 1368.6740000 0.0085150
3 444.1233000 -0.0288330
4 169.0991000 0.0326910
5 71.1019100 0.0171180
6 31.9031100 0.0850580
7 14.8510900 0.1176090
8 7.08522700 0.1477620
9 3.32442200 -0.2850060
10 1.54116400 -1.1883840
11 0.690520000 1.8230990
12 0.285424000 -0.2143400
13 0.114200000 -1.4357020
14 0.045700000 1.3682950
P 1
1 0.018300000 1.0000000
D 10
1 155.8527000 0.0008550
2 46.4977100 0.0071660
3 17.6299900 0.0316240
4 7.35467200 0.0958440
5 3.27405100 0.2061640
6 1.48248200 0.3042010
7 0.661351000 0.3253210
8 0.284826000 0.2666120
9 0.112899000 0.1358370
10 0.045160000 0.0212920
D 10
1 155.8527000 -0.0009320
2 46.4977100 -0.0074970
3 17.6299900 -0.0340170
4 7.35467200 -0.1044940
5 3.27405100 -0.2226390
6 1.48248200 -0.2784230
7 0.661351000 -0.1178410
8 0.284826000 0.3542000
9 0.112899000 0.5302290
10 0.045160000 0.1566310
D 10
1 155.8527000 0.0014700
2 46.4977100 0.0116580
3 17.6299900 0.0542500
4 7.35467200 0.1709480
5 3.27405100 0.3434530
6 1.48248200 0.2393790
7 0.661351000 -0.5150960
8 0.284826000 -0.5469710
9 0.112899000 0.5516150
10 0.045160000 0.3451870
D 10
1 155.8527000 -0.0105810
2 46.4977100 0.0191830
3 17.6299900 0.0775000
4 7.35467200 0.2167100
5 3.27405100 0.4686440
6 1.48248200 -0.3055970
7 0.661351000 -0.9422950
8 0.284826000 1.0558660
9 0.112899000 0.0755570
10 0.045160000 -0.6885400
D 10
1 155.8527000 -0.0254710
2 46.4977100 0.1124650
3 17.6299900 -0.1882720
4 7.35467200 -0.2619330
5 3.27405100 -0.5000830
6 1.48248200 1.3735240
7 0.661351000 -0.7524420
8 0.284826000 -0.5906400
9 0.112899000 1.3961510
10 0.045160000 -1.0661100
F 6
1 7.32420000 0.0261020
2 2.92970000 0.1169100
3 1.17190000 0.3217760
4 0.468800000 0.4782430
5 0.187500000 0.3204900
6 0.075000000 0.0645420
F 6
1 7.32420000 -0.0715170
2 2.92970000 -0.2948810
3 1.17190000 -0.5374860
4 0.468800000 0.0630260
5 0.187500000 0.5924440
6 0.075000000 0.1736520
F 6
1 7.32420000 -0.1519690
2 2.92970000 -0.5703090
3 1.17190000 -0.0422130
4 0.468800000 0.8695270
5 0.187500000 -0.4745790
6 0.075000000 -0.3905660
G 4
1 3.51160000 0.1037540
2 1.40630000 0.2939900
3 0.562500000 0.5433640
4 0.225000000 0.3550200
G 4
1 3.51160000 -0.3740200
2 1.40630000 -0.5442250
3 0.562500000 0.0610640
4 0.225000000 0.6522650

2162
data/basis/ano_ames Normal file

File diff suppressed because it is too large Load Diff

2487
data/basis/ano_bauschlicher Normal file

File diff suppressed because it is too large Load Diff

1227
data/basis/apr-cc-pv_q+d_z Normal file

File diff suppressed because it is too large Load Diff

1229
data/basis/aug-5zp Normal file

File diff suppressed because it is too large Load Diff

5246
data/basis/aug-ano-pvdz_roos Normal file

File diff suppressed because it is too large Load Diff

6631
data/basis/aug-ano-pvtz_roos Normal file

File diff suppressed because it is too large Load Diff

709
data/basis/aug-cc-pcv5z Normal file
View File

@ -0,0 +1,709 @@
ALUMINUM
S 11
1 3269000.0000000 0.0000021
2 489400.0000000 0.0000166
3 111400.0000000 0.0000875
4 31560.0000000 0.0003690
5 10320.0000000 0.0013390
6 3731.0000000 0.0043564
7 1456.0000000 0.0128955
8 604.1000000 0.0348201
9 263.5000000 0.0843530
10 119.8000000 0.1759070
11 56.3200000 0.2920910
S 11
1 3269000.0000000 -0.0000006
2 489400.0000000 -0.0000043
3 111400.0000000 -0.0000227
4 31560.0000000 -0.0000960
5 10320.0000000 -0.0003484
6 3731.0000000 -0.0011384
7 1456.0000000 -0.0033874
8 604.1000000 -0.0093151
9 263.5000000 -0.0233023
10 119.8000000 -0.0523486
11 56.3200000 -0.0999499
S 1
1 27.1900000 1.0000000
S 1
1 13.2600000 1.0000000
S 1
1 6.0520000 1.0000000
S 1
1 2.9810000 1.0000000
S 1
1 1.4760000 1.0000000
S 1
1 0.7334000 1.0000000
S 1
1 0.2447000 1.0000000
S 1
1 0.1088000 1.0000000
S 1
1 0.0467200 1.0000000
S 1
1 0.0177000 1.0000000
P 3
1 1461.0000000 0.0002086
2 346.2000000 0.0018101
3 112.2000000 0.0097343
P 1
1 42.5100000 1.0000000
P 1
1 17.7200000 1.0000000
P 1
1 7.8520000 1.0000000
P 1
1 3.5710000 1.0000000
P 1
1 1.6370000 1.0000000
P 1
1 0.7382000 1.0000000
P 1
1 0.2577000 1.0000000
P 1
1 0.0977300 1.0000000
P 1
1 0.0369000 1.0000000
P 1
1 0.0115000 1.0000000
D 1
1 1.3170000 1.0000000
D 1
1 0.5260000 1.0000000
D 1
1 0.2100000 1.0000000
D 1
1 0.0840000 1.0000000
D 1
1 30.2400000 1.0000000
D 1
1 14.2490000 1.0000000
D 1
1 6.7142000 1.0000000
D 1
1 3.1630000 1.0000000
D 1
1 0.0294000 1.0000000
F 1
1 0.1300000 1.0000000
F 1
1 0.2580000 1.0000000
F 1
1 0.5130000 1.0000000
F 1
1 15.6410000 1.0000000
F 1
1 6.5270000 1.0000000
F 1
1 2.7240000 1.0000000
F 1
1 0.0509000 1.0000000
G 1
1 0.2520000 1.0000000
G 1
1 0.5430000 1.0000000
G 1
1 11.8300000 1.0000000
G 1
1 4.5020000 1.0000000
G 1
1 0.1069000 1.0000000
H 1
1 0.4460000 1.0000000
H 1
1 8.5080000 1.0000000
H 1
1 0.2270000 1.0000000
SILICON
S 11
1 3948000.0000000 0.0000020
2 591100.0000000 0.0000158
3 134500.0000000 0.0000834
4 38120.0000000 0.0003514
5 12460.0000000 0.0012766
6 4504.0000000 0.0041519
7 1758.0000000 0.0123030
8 729.1000000 0.0333102
9 318.0000000 0.0809845
10 144.6000000 0.1702900
11 67.9700000 0.2868790
S 11
1 3948000.0000000 -0.0000005
2 591100.0000000 -0.0000042
3 134500.0000000 -0.0000222
4 38120.0000000 -0.0000936
5 12460.0000000 -0.0003401
6 4504.0000000 -0.0011106
7 1758.0000000 -0.0033088
8 729.1000000 -0.0091160
9 318.0000000 -0.0228790
10 144.6000000 -0.0517119
11 67.9700000 -0.0999091
S 1
1 32.8200000 1.0000000
S 1
1 16.0300000 1.0000000
S 1
1 7.3960000 1.0000000
S 1
1 3.6610000 1.0000000
S 1
1 1.8230000 1.0000000
S 1
1 0.9147000 1.0000000
S 1
1 0.3393000 1.0000000
S 1
1 0.1500000 1.0000000
S 1
1 0.0643800 1.0000000
S 1
1 0.0260000 1.0000000
P 3
1 1780.0000000 0.0002012
2 421.8000000 0.0017494
3 136.7000000 0.0094814
P 1
1 51.8100000 1.0000000
P 1
1 21.6000000 1.0000000
P 1
1 9.5630000 1.0000000
P 1
1 4.3500000 1.0000000
P 1
1 2.0060000 1.0000000
P 1
1 0.9205000 1.0000000
P 1
1 0.3500000 1.0000000
P 1
1 0.1381000 1.0000000
P 1
1 0.0533800 1.0000000
P 1
1 0.0192000 1.0000000
D 1
1 0.1260000 1.0000000
D 1
1 0.3210000 1.0000000
D 1
1 0.8170000 1.0000000
D 1
1 2.0820000 1.0000000
D 1
1 39.9340000 1.0000000
D 1
1 19.4830000 1.0000000
D 1
1 9.5050000 1.0000000
D 1
1 4.6380000 1.0000000
D 1
1 0.0468000 1.0000000
F 1
1 0.1690000 1.0000000
F 1
1 0.3410000 1.0000000
F 1
1 0.6880000 1.0000000
F 1
1 18.9640000 1.0000000
F 1
1 7.9560000 1.0000000
F 1
1 3.3380000 1.0000000
F 1
1 0.0735000 1.0000000
G 1
1 0.3200000 1.0000000
G 1
1 0.7050000 1.0000000
G 1
1 14.5040000 1.0000000
G 1
1 5.5810000 1.0000000
G 1
1 0.1510000 1.0000000
H 1
1 0.5830000 1.0000000
H 1
1 10.5360000 1.0000000
H 1
1 0.3230000 1.0000000
PHOSPHORUS
S 11
1 4666000.0000000 0.0000020
2 698600.0000000 0.0000153
3 159000.0000000 0.0000805
4 45040.0000000 0.0003397
5 14720.0000000 0.0012329
6 5323.0000000 0.0040135
7 2076.0000000 0.0119124
8 861.1000000 0.0322511
9 375.7000000 0.0786643
10 170.8000000 0.1664580
11 80.2900000 0.2830390
S 11
1 4666000.0000000 -0.0000005
2 698600.0000000 -0.0000042
3 159000.0000000 -0.0000218
4 45040.0000000 -0.0000923
5 14720.0000000 -0.0003351
6 5323.0000000 -0.0010951
7 2076.0000000 -0.0032680
8 861.1000000 -0.0089995
9 375.7000000 -0.0226528
10 170.8000000 -0.0514650
11 80.2900000 -0.1001860
S 1
1 38.7700000 1.0000000
S 1
1 18.9300000 1.0000000
S 1
1 8.7960000 1.0000000
S 1
1 4.3580000 1.0000000
S 1
1 2.1740000 1.0000000
S 1
1 1.0950000 1.0000000
S 1
1 0.4400000 1.0000000
S 1
1 0.1945000 1.0000000
S 1
1 0.0837600 1.0000000
S 1
1 0.0335000 1.0000000
P 3
1 2010.0000000 0.0002159
2 476.3000000 0.0018754
3 154.4000000 0.0101742
P 1
1 58.5100000 1.0000000
P 1
1 24.4000000 1.0000000
P 1
1 10.8000000 1.0000000
P 1
1 4.9130000 1.0000000
P 1
1 2.2690000 1.0000000
P 1
1 1.0430000 1.0000000
P 1
1 0.4313000 1.0000000
P 1
1 0.1767000 1.0000000
P 1
1 0.0700900 1.0000000
P 1
1 0.0253000 1.0000000
D 1
1 0.1660000 1.0000000
D 1
1 0.4180000 1.0000000
D 1
1 1.0540000 1.0000000
D 1
1 2.6560000 1.0000000
D 1
1 48.4830000 1.0000000
D 1
1 23.8780000 1.0000000
D 1
1 11.7600000 1.0000000
D 1
1 5.7920000 1.0000000
D 1
1 0.0624000 1.0000000
F 1
1 0.2190000 1.0000000
F 1
1 0.4500000 1.0000000
F 1
1 0.9230000 1.0000000
F 1
1 22.9200000 1.0000000
F 1
1 9.6830000 1.0000000
F 1
1 4.0910000 1.0000000
F 1
1 0.0950000 1.0000000
G 1
1 0.4120000 1.0000000
G 1
1 0.9030000 1.0000000
G 1
1 17.3220000 1.0000000
G 1
1 6.7170000 1.0000000
G 1
1 0.1840000 1.0000000
H 1
1 0.7450000 1.0000000
H 1
1 12.8110000 1.0000000
H 1
1 0.3720000 1.0000000
SULFUR
S 11
1 5481000.0000000 0.0000019
2 820600.0000000 0.0000147
3 186700.0000000 0.0000775
4 52880.0000000 0.0003272
5 17250.0000000 0.0011937
6 6226.0000000 0.0038839
7 2429.0000000 0.0115336
8 1007.0000000 0.0312748
9 439.5000000 0.0764387
10 199.8000000 0.1627000
11 93.9200000 0.2793280
S 11
1 5481000.0000000 -0.0000005
2 820600.0000000 -0.0000041
3 186700.0000000 -0.0000214
4 52880.0000000 -0.0000905
5 17250.0000000 -0.0003301
6 6226.0000000 -0.0010778
7 2429.0000000 -0.0032187
8 1007.0000000 -0.0088722
9 439.5000000 -0.0223771
10 199.8000000 -0.0510577
11 93.9200000 -0.1002250
S 1
1 45.3400000 1.0000000
S 1
1 22.1500000 1.0000000
S 1
1 10.3400000 1.0000000
S 1
1 5.1190000 1.0000000
S 1
1 2.5530000 1.0000000
S 1
1 1.2820000 1.0000000
S 1
1 0.5450000 1.0000000
S 1
1 0.2411000 1.0000000
S 1
1 0.1035000 1.0000000
S 1
1 0.0420000 1.0000000
P 3
1 2200.0000000 0.0002390
2 521.4000000 0.0020769
3 169.0000000 0.0112363
P 1
1 64.0500000 1.0000000
P 1
1 26.7200000 1.0000000
P 1
1 11.8300000 1.0000000
P 1
1 5.3780000 1.0000000
P 1
1 2.4820000 1.0000000
P 1
1 1.1160000 1.0000000
P 1
1 0.4848000 1.0000000
P 1
1 0.2006000 1.0000000
P 1
1 0.0795100 1.0000000
P 1
1 0.0294000 1.0000000
D 1
1 0.2050000 1.0000000
D 1
1 0.5120000 1.0000000
D 1
1 1.2810000 1.0000000
D 1
1 3.2030000 1.0000000
D 1
1 56.6940000 1.0000000
D 1
1 28.0700000 1.0000000
D 1
1 13.8980000 1.0000000
D 1
1 6.8810000 1.0000000
D 1
1 0.0794000 1.0000000
F 1
1 0.2550000 1.0000000
F 1
1 0.5290000 1.0000000
F 1
1 1.0960000 1.0000000
F 1
1 26.3820000 1.0000000
F 1
1 11.0720000 1.0000000
F 1
1 4.6470000 1.0000000
F 1
1 0.1188000 1.0000000
G 1
1 0.4630000 1.0000000
G 1
1 1.0710000 1.0000000
G 1
1 20.3460000 1.0000000
G 1
1 7.9080000 1.0000000
G 1
1 0.2200000 1.0000000
H 1
1 0.8720000 1.0000000
H 1
1 15.3060000 1.0000000
H 1
1 0.4720000 1.0000000
CHLORINE
S 11
1 6410000.0000000 0.0000018
2 959600.0000000 0.0000141
3 218300.0000000 0.0000742
4 61810.0000000 0.0003141
5 20140.0000000 0.0011464
6 7264.0000000 0.0037389
7 2832.0000000 0.0110946
8 1175.0000000 0.0301152
9 512.6000000 0.0739145
10 233.0000000 0.1582580
11 109.5000000 0.2747530
S 11
1 6410000.0000000 -0.0000005
2 959600.0000000 -0.0000040
3 218300.0000000 -0.0000208
4 61810.0000000 -0.0000881
5 20140.0000000 -0.0003217
6 7264.0000000 -0.0010528
7 2832.0000000 -0.0031418
8 1175.0000000 -0.0086636
9 512.6000000 -0.0219353
10 233.0000000 -0.0502584
11 109.5000000 -0.0995414
S 1
1 52.8600000 1.0000000
S 1
1 25.8400000 1.0000000
S 1
1 12.1700000 1.0000000
S 1
1 6.0300000 1.0000000
S 1
1 3.0120000 1.0000000
S 1
1 1.5110000 1.0000000
S 1
1 0.6604000 1.0000000
S 1
1 0.2926000 1.0000000
S 1
1 0.1254000 1.0000000
S 1
1 0.0479000 1.0000000
P 3
1 2548.0000000 0.0002357
2 603.7000000 0.0020516
3 195.6000000 0.0111543
P 1
1 74.1500000 1.0000000
P 1
1 30.9400000 1.0000000
P 1
1 13.6900000 1.0000000
P 1
1 6.2290000 1.0000000
P 1
1 2.8780000 1.0000000
P 1
1 1.2820000 1.0000000
P 1
1 0.5641000 1.0000000
P 1
1 0.2348000 1.0000000
P 1
1 0.0931200 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.2500000 1.0000000
D 1
1 0.6180000 1.0000000
D 1
1 1.5290000 1.0000000
D 1
1 3.7810000 1.0000000
D 1
1 65.8370000 1.0000000
D 1
1 32.6870000 1.0000000
D 1
1 16.2280000 1.0000000
D 1
1 8.0570000 1.0000000
D 1
1 0.1003000 1.0000000
F 1
1 0.3200000 1.0000000
F 1
1 0.6560000 1.0000000
F 1
1 1.3450000 1.0000000
F 1
1 30.6910000 1.0000000
F 1
1 12.8840000 1.0000000
F 1
1 5.4090000 1.0000000
F 1
1 0.1640000 1.0000000
G 1
1 0.5560000 1.0000000
G 1
1 1.3020000 1.0000000
G 1
1 23.4460000 1.0000000
G 1
1 9.1210000 1.0000000
G 1
1 0.2770000 1.0000000
H 1
1 1.0530000 1.0000000
H 1
1 18.0660000 1.0000000
H 1
1 0.6070000 1.0000000
ARGON
S 11
1 7401000.0000000 0.0000018
2 1108000.0000000 0.0000136
3 252100.0000000 0.0000716
4 71380.0000000 0.0003030
5 23260.0000000 0.0011061
6 8390.0000000 0.0036067
7 3271.0000000 0.0107132
8 1357.0000000 0.0291068
9 592.0000000 0.0716601
10 269.1000000 0.1541405
11 126.5000000 0.2704171
S 11
1 7401000.0000000 -0.0000005
2 1108000.0000000 -0.0000039
3 252100.0000000 -0.0000203
4 71380.0000000 -0.0000861
5 23260.0000000 -0.0003144
6 8390.0000000 -0.0010284
7 3271.0000000 -0.0030727
8 1357.0000000 -0.0084753
9 592.0000000 -0.0215201
10 269.1000000 -0.0494493
11 126.5000000 -0.0987759
S 1
1 61.0300000 1.0000000
S 1
1 29.8600000 1.0000000
S 1
1 14.1700000 1.0000000
S 1
1 7.0220000 1.0000000
S 1
1 3.5110000 1.0000000
S 1
1 1.7580000 1.0000000
S 1
1 0.7841000 1.0000000
S 1
1 0.3480000 1.0000000
S 1
1 0.1491000 1.0000000
S 1
1 0.0538000 1.0000000
P 3
1 2927.0000000 0.0002320
2 693.5000000 0.0020233
3 224.7000000 0.0110340
P 1
1 85.1700000 1.0000000
P 1
1 35.5300000 1.0000000
P 1
1 15.7300000 1.0000000
P 1
1 7.1650000 1.0000000
P 1
1 3.3220000 1.0000000
P 1
1 1.4780000 1.0000000
P 1
1 0.6552000 1.0000000
P 1
1 0.2751000 1.0000000
P 1
1 0.1097000 1.0000000
P 1
1 0.0402000 1.0000000
D 1
1 0.3090000 1.0000000
D 1
1 0.7700000 1.0000000
D 1
1 1.9170000 1.0000000
D 1
1 4.7760000 1.0000000
D 1
1 76.8080000 1.0000000
D 1
1 38.7370000 1.0000000
D 1
1 19.5370000 1.0000000
D 1
1 9.8530000 1.0000000
D 1
1 0.1210000 1.0000000
F 1
1 0.4080000 1.0000000
F 1
1 0.8250000 1.0000000
F 1
1 1.6680000 1.0000000
F 1
1 35.8730000 1.0000000
F 1
1 15.1400000 1.0000000
F 1
1 6.3900000 1.0000000
F 1
1 0.2090000 1.0000000
G 1
1 0.6650000 1.0000000
G 1
1 1.5620000 1.0000000
G 1
1 26.5600000 1.0000000
G 1
1 10.3060000 1.0000000
G 1
1 0.3340000 1.0000000
H 1
1 1.2640000 1.0000000
H 1
1 21.1040000 1.0000000
H 1
1 0.7420000 1.0000000

491
data/basis/aug-cc-pcv_t+d_z Normal file
View File

@ -0,0 +1,491 @@
ALUMINUM
S 13
1 205500.0000000 6.7883600E-05
2 30780.0000000 5.2714900E-04
3 7006.0000000 2.7620300E-03
4 1985.0000000 1.1472800E-02
5 649.1000000 3.9818800E-02
6 235.0000000 1.1504000E-01
7 91.6200000 2.6088700E-01
8 37.6700000 3.9638600E-01
9 15.9100000 2.8459700E-01
10 5.8500000 4.4458300E-02
11 2.5420000 -4.8983800E-03
12 1.0570000 2.6125300E-03
13 0.1455000 7.2206800E-04
S 13
1 205500.0000000 -1.7637700E-05
2 30780.0000000 -1.3719500E-04
3 7006.0000000 -7.1891000E-04
4 1985.0000000 -3.0114600E-03
5 649.1000000 -1.0601400E-02
6 235.0000000 -3.2134500E-02
7 91.6200000 -8.0315600E-02
8 37.6700000 -1.5679400E-01
9 15.9100000 -1.6837600E-01
10 5.8500000 1.2687900E-01
11 2.5420000 5.6149400E-01
12 1.0570000 4.3661300E-01
13 0.1455000 -1.1456300E-02
S 13
1 205500.0000000 4.0731500E-06
2 30780.0000000 3.1656600E-05
3 7006.0000000 1.6611600E-04
4 1985.0000000 6.9499200E-04
5 649.1000000 2.4551100E-03
6 235.0000000 7.4459800E-03
7 91.6200000 1.8825300E-02
8 37.6700000 3.7277200E-02
9 15.9100000 4.1949600E-02
10 5.8500000 -3.5437500E-02
11 2.5420000 -1.7513200E-01
12 1.0570000 -2.7620300E-01
13 0.1455000 6.5280900E-01
S 1
1 0.2931000 1.0000000
S 1
1 0.0565000 1.0000000
S 1
1 0.0221000 1.0000000
S 1
1 7.4880000 1.0000000
S 1
1 1.2720000 1.0000000
P 7
1 444.4000000 1.6278600E-03
2 105.1000000 1.3068700E-02
3 33.4700000 6.1234100E-02
4 12.3300000 1.8787000E-01
5 4.8690000 3.6045200E-01
6 1.9610000 4.0845400E-01
7 0.1888000 9.7651400E-03
P 7
1 444.4000000 -2.8634100E-04
2 105.1000000 -2.4230800E-03
3 33.4700000 -1.0865800E-02
4 12.3300000 -3.6430700E-02
5 4.8690000 -6.4107400E-02
6 1.9610000 -9.7223900E-02
7 0.1888000 5.0344800E-01
P 1
1 0.7834000 1.0000000
P 1
1 0.0555700 1.0000000
P 1
1 0.0146000 1.0000000
P 1
1 2.2020000 1.0000000
P 1
1 5.5480000 1.0000000
D 1
1 1.7950000 1.0000000
D 1
1 0.3330000 1.0000000
D 1
1 0.1110000 1.0000000
D 1
1 0.0357000 1.0000000
D 1
1 4.9920000 1.0000000
D 1
1 13.8830000 1.0000000
F 1
1 0.2440000 1.0000000
F 1
1 0.0858000 1.0000000
F 1
1 5.6860000 1.0000000
SILICON
S 13
1 254900.0000000 6.2510100E-05
2 38190.0000000 4.8555300E-04
3 8690.0000000 2.5451600E-03
4 2462.0000000 1.0586600E-02
5 804.8000000 3.6878700E-02
6 291.3000000 1.0747900E-01
7 113.6000000 2.4793600E-01
8 46.7500000 3.9092700E-01
9 19.8200000 3.0202600E-01
10 7.7080000 5.5923600E-02
11 3.3400000 -4.0240600E-03
12 1.4020000 2.5803000E-03
13 0.2070000 6.0793000E-04
S 13
1 254900.0000000 -1.6637000E-05
2 38190.0000000 -1.2931000E-04
3 8690.0000000 -6.7882800E-04
4 2462.0000000 -2.8411700E-03
5 804.8000000 -1.0055100E-02
6 291.3000000 -3.0577400E-02
7 113.6000000 -7.7725600E-02
8 46.7500000 -1.5423600E-01
9 19.8200000 -1.8036800E-01
10 7.7080000 7.9821800E-02
11 3.3400000 5.4744100E-01
12 1.4020000 4.8011900E-01
13 0.2070000 -1.0699600E-02
S 13
1 254900.0000000 4.2625700E-06
2 38190.0000000 3.3106200E-05
3 8690.0000000 1.7401500E-04
4 2462.0000000 7.2757400E-04
5 804.8000000 2.5833300E-03
6 291.3000000 7.8635400E-03
7 113.6000000 2.0215500E-02
8 46.7500000 4.0732000E-02
9 19.8200000 4.9935800E-02
10 7.7080000 -2.4939600E-02
11 3.3400000 -1.9035000E-01
12 1.4020000 -3.1835000E-01
13 0.2070000 6.8118000E-01
S 1
1 0.4387000 1.0000000
S 1
1 0.0794400 1.0000000
S 1
1 0.0330000 1.0000000
S 1
1 9.1640000 1.0000000
S 1
1 1.6210000 1.0000000
P 7
1 481.5000000 1.9204500E-03
2 113.9000000 1.5355200E-02
3 36.2300000 7.1399100E-02
4 13.3400000 2.1305200E-01
5 5.2520000 3.9035400E-01
6 2.1200000 3.9372100E-01
7 0.2528000 3.9563000E-03
P 7
1 481.5000000 -4.0522000E-04
2 113.9000000 -3.3589600E-03
3 36.2300000 -1.5286000E-02
4 13.3400000 -4.8921800E-02
5 5.2520000 -8.5500800E-02
6 2.1200000 -1.1213700E-01
7 0.2528000 5.5191900E-01
P 1
1 0.8561000 1.0000000
P 1
1 0.0788900 1.0000000
P 1
1 0.0237000 1.0000000
P 1
1 6.4580000 1.0000000
P 1
1 2.5170000 1.0000000
D 1
1 2.2510000 1.0000000
D 1
1 0.4760000 1.0000000
D 1
1 0.1600000 1.0000000
D 1
1 0.0551000 1.0000000
D 1
1 16.9990000 1.0000000
D 1
1 6.1860000 1.0000000
F 1
1 0.3360000 1.0000000
F 1
1 0.1250000 1.0000000
F 1
1 7.0010000 1.0000000
PHOSPHORUS
S 13
1 312400.0000000 5.7696000E-05
2 46800.0000000 4.4829600E-04
3 10650.0000000 2.3493900E-03
4 3018.0000000 9.7826500E-03
5 986.8000000 3.4146700E-02
6 357.4000000 1.0020400E-01
7 139.6000000 2.3437200E-01
8 57.6300000 3.8243400E-01
9 24.6000000 3.1808800E-01
10 10.1200000 7.0778800E-02
11 4.2830000 -1.8179900E-03
12 1.8050000 2.1618000E-03
13 0.2782000 4.3229700E-04
S 13
1 312400.0000000 -1.5670900E-05
2 46800.0000000 -1.2172400E-04
3 10650.0000000 -6.3967200E-04
4 3018.0000000 -2.6742600E-03
5 986.8000000 -9.4983100E-03
6 357.4000000 -2.8934900E-02
7 139.6000000 -7.4512100E-02
8 57.6300000 -1.4993800E-01
9 24.6000000 -1.8946700E-01
10 10.1200000 3.6327000E-02
11 4.2830000 5.2881600E-01
12 1.8050000 5.1911500E-01
13 0.2782000 -9.2569500E-03
S 13
1 312400.0000000 4.3063100E-06
2 46800.0000000 3.3419400E-05
3 10650.0000000 1.7588500E-04
4 3018.0000000 7.3434000E-04
5 986.8000000 2.6177500E-03
6 357.4000000 7.9785200E-03
7 139.6000000 2.0794000E-02
8 57.6300000 4.2444600E-02
9 24.6000000 5.6343600E-02
10 10.1200000 -1.2735800E-02
11 4.2830000 -1.9649500E-01
12 1.8050000 -3.5355500E-01
13 0.2782000 7.0091200E-01
S 1
1 0.6158000 1.0000000
S 1
1 0.1055000 1.0000000
S 1
1 0.0409000 1.0000000
S 1
1 10.9780000 1.0000000
S 1
1 2.0060000 1.0000000
P 7
1 504.9000000 2.3372800E-03
2 119.4000000 1.8541000E-02
3 37.9600000 8.4969300E-02
4 13.9500000 2.4461500E-01
5 5.4570000 4.2276600E-01
6 2.1770000 3.6843900E-01
7 0.2877000 -3.7900500E-03
P 7
1 504.9000000 -5.5523600E-04
2 119.4000000 -4.4591300E-03
3 37.9600000 -2.0635000E-02
4 13.9500000 -6.1769400E-02
5 5.4570000 -1.0892400E-01
6 2.1770000 -1.0559900E-01
7 0.2877000 5.7698100E-01
P 1
1 0.8010000 1.0000000
P 1
1 0.0971400 1.0000000
P 1
1 0.0307000 1.0000000
P 1
1 7.0840000 1.0000000
P 1
1 2.7010000 1.0000000
D 1
1 2.7500000 1.0000000
D 1
1 0.6480000 1.0000000
D 1
1 0.2180000 1.0000000
D 1
1 0.0775000 1.0000000
D 1
1 20.4790000 1.0000000
D 1
1 7.5040000 1.0000000
F 1
1 0.4520000 1.0000000
F 1
1 0.1650000 1.0000000
F 1
1 8.4620000 1.0000000
SULFUR
S 13
1 374100.0000000 5.4214000E-05
2 56050.0000000 4.2085500E-04
3 12760.0000000 2.2069800E-03
4 3615.0000000 9.1925800E-03
5 1183.0000000 3.2112300E-02
6 428.8000000 9.4668300E-02
7 167.8000000 2.2363000E-01
8 69.4700000 3.7439300E-01
9 29.8400000 3.2910800E-01
10 12.7200000 8.4703800E-02
11 5.2440000 4.4085100E-04
12 2.2190000 1.6482700E-03
13 0.3490000 3.0130600E-04
S 13
1 374100.0000000 -1.4983700E-05
2 56050.0000000 -1.1619800E-04
3 12760.0000000 -6.1158300E-04
4 3615.0000000 -2.5537000E-03
5 1183.0000000 -9.0870800E-03
6 428.8000000 -2.7704500E-02
7 167.8000000 -7.2002000E-02
8 69.4700000 -1.4643900E-01
9 29.8400000 -1.9515000E-01
10 12.7200000 8.1919300E-03
11 5.2440000 5.1660100E-01
12 2.2190000 5.4217800E-01
13 0.3490000 -9.1807200E-03
S 13
1 374100.0000000 4.3506600E-06
2 56050.0000000 3.3714000E-05
3 12760.0000000 1.7767400E-04
4 3615.0000000 7.4111600E-04
5 1183.0000000 2.6459100E-03
6 428.8000000 8.0748700E-03
7 167.8000000 2.1227600E-02
8 69.4700000 4.3832300E-02
9 29.8400000 6.1271600E-02
10 12.7200000 -3.6151000E-03
11 5.2440000 -2.0451000E-01
12 2.2190000 -3.8187100E-01
13 0.3490000 7.1414700E-01
S 1
1 0.7767000 1.0000000
S 1
1 0.1322000 1.0000000
S 1
1 0.0497000 1.0000000
S 1
1 12.9280000 1.0000000
S 1
1 2.4130000 1.0000000
P 7
1 574.4000000 2.4226400E-03
2 135.8000000 1.9279600E-02
3 43.1900000 8.8540100E-02
4 15.8700000 2.5465400E-01
5 6.2080000 4.3398400E-01
6 2.4830000 3.5495300E-01
7 0.3229000 -5.0297700E-03
P 7
1 574.4000000 -6.2010200E-04
2 135.8000000 -4.9388200E-03
3 43.1900000 -2.3264700E-02
4 15.8700000 -6.8519500E-02
5 6.2080000 -1.2389600E-01
6 2.4830000 -9.6949900E-02
7 0.3229000 5.6939400E-01
P 1
1 0.8688000 1.0000000
P 1
1 0.1098000 1.0000000
P 1
1 0.0351000 1.0000000
P 1
1 8.1140000 1.0000000
P 1
1 3.1060000 1.0000000
D 1
1 3.2390000 1.0000000
D 1
1 0.8120000 1.0000000
D 1
1 0.2730000 1.0000000
D 1
1 0.1010000 1.0000000
D 1
1 24.0050000 1.0000000
D 1
1 8.8180000 1.0000000
F 1
1 0.5570000 1.0000000
F 1
1 0.2180000 1.0000000
F 1
1 10.0520000 1.0000000
CHLORINE
S 13
1 456100.0000000 4.9297000E-05
2 68330.0000000 3.8302900E-04
3 15550.0000000 2.0085400E-03
4 4405.0000000 8.3855800E-03
5 1439.0000000 2.9470300E-02
6 520.4000000 8.7832500E-02
7 203.1000000 2.1147300E-01
8 83.9600000 3.6536400E-01
9 36.2000000 3.4088400E-01
10 15.8300000 1.0213300E-01
11 6.3340000 3.1167500E-03
12 2.6940000 1.0575100E-03
13 0.4313000 1.5613600E-04
S 13
1 456100.0000000 -1.3830400E-05
2 68330.0000000 -1.0727900E-04
3 15550.0000000 -5.6508300E-04
4 4405.0000000 -2.3613500E-03
5 1439.0000000 -8.4588600E-03
6 520.4000000 -2.5963800E-02
7 203.1000000 -6.8636200E-02
8 83.9600000 -1.4187400E-01
9 36.2000000 -1.9931900E-01
10 15.8300000 -1.9566200E-02
11 6.3340000 4.9974100E-01
12 2.6940000 5.6373600E-01
13 0.4313000 -8.3509100E-03
S 13
1 456100.0000000 4.1854600E-06
2 68330.0000000 3.2439500E-05
3 15550.0000000 1.7110500E-04
4 4405.0000000 7.1417600E-04
5 1439.0000000 2.5670500E-03
6 520.4000000 7.8855200E-03
7 203.1000000 2.1086700E-02
8 83.9600000 4.4226400E-02
9 36.2000000 6.5167000E-02
10 15.8300000 6.0301200E-03
11 6.3340000 -2.0649500E-01
12 2.6940000 -4.0587100E-01
13 0.4313000 7.2566100E-01
S 1
1 0.9768000 1.0000000
S 1
1 0.1625000 1.0000000
S 1
1 0.0591000 1.0000000
S 1
1 15.0640000 1.0000000
S 1
1 2.8740000 1.0000000
P 7
1 663.3000000 2.4044800E-03
2 156.8000000 1.9214800E-02
3 49.9800000 8.8509700E-02
4 18.4200000 2.5602000E-01
5 7.2400000 4.3692700E-01
6 2.9220000 3.5033400E-01
7 0.3818000 -4.5842300E-03
P 7
1 663.3000000 -6.5214500E-04
2 156.8000000 -5.1944500E-03
3 49.9800000 -2.4693800E-02
4 18.4200000 -7.2816700E-02
5 7.2400000 -1.3403000E-01
6 2.9220000 -9.4774200E-02
7 0.3818000 5.6466700E-01
P 1
1 1.0220000 1.0000000
P 1
1 0.1301000 1.0000000
P 1
1 0.0419000 1.0000000
P 1
1 9.4800000 1.0000000
P 1
1 3.6680000 1.0000000
D 1
1 3.8460000 1.0000000
D 1
1 1.0110000 1.0000000
D 1
1 0.3390000 1.0000000
D 1
1 0.1300000 1.0000000
D 1
1 28.0950000 1.0000000
D 1
1 10.3950000 1.0000000
F 1
1 0.7060000 1.0000000
F 1
1 0.3120000 1.0000000
F 1
1 11.7790000 1.0000000

897
data/basis/aug-cc-pcvdz Normal file
View File

@ -0,0 +1,897 @@
LITHIUM
S 8
1 1469.0000000 0.0007660
2 220.5000000 0.0058920
3 50.2600000 0.0296710
4 14.2400000 0.1091800
5 4.5810000 0.2827890
6 1.5800000 0.4531230
7 0.5640000 0.2747740
8 0.0734500 0.0097510
S 8
1 1469.0000000 -0.0001200
2 220.5000000 -0.0009230
3 50.2600000 -0.0046890
4 14.2400000 -0.0176820
5 4.5810000 -0.0489020
6 1.5800000 -0.0960090
7 0.5640000 -0.1363800
8 0.0734500 0.5751020
S 1
1 0.0280500 1.0000000
S 1
1 0.9060000 1.0000000
S 1
1 0.0086400 1.0000000
P 3
1 1.5340000 0.0227840
2 0.2749000 0.1391070
3 0.0736200 0.5003750
P 1
1 0.0240300 1.0000000
P 1
1 3.2420000 1.0000000
P 1
1 0.0057900 1.0000000
D 1
1 0.1239000 1.0000000
D 1
1 0.0725000 1.0000000
BERYLLIUM
S 8
1 2940.0000000 0.0006800
2 441.2000000 0.0052360
3 100.5000000 0.0266060
4 28.4300000 0.0999930
5 9.1690000 0.2697020
6 3.1960000 0.4514690
7 1.1590000 0.2950740
8 0.1811000 0.0125870
S 8
1 2940.0000000 -0.0001230
2 441.2000000 -0.0009660
3 100.5000000 -0.0048310
4 28.4300000 -0.0193140
5 9.1690000 -0.0532800
6 3.1960000 -0.1207230
7 1.1590000 -0.1334350
8 0.1811000 0.5307670
S 1
1 0.0589000 1.0000000
S 1
1 1.8600000 1.0000000
S 1
1 0.0187700 1.0000000
P 3
1 3.6190000 0.0291110
2 0.7110000 0.1693650
3 0.1951000 0.5134580
P 1
1 0.0601800 1.0000000
P 1
1 6.1630000 1.0000000
P 1
1 0.0085000 1.0000000
D 1
1 0.2380000 1.0000000
D 1
1 0.0740000 1.0000000
BORON
S 8
1 4570.0000000 0.0006960
2 685.9000000 0.0053530
3 156.5000000 0.0271340
4 44.4700000 0.1013800
5 14.4800000 0.2720550
6 5.1310000 0.4484030
7 1.8980000 0.2901230
8 0.3329000 0.0143220
S 8
1 4570.0000000 -0.0001390
2 685.9000000 -0.0010970
3 156.5000000 -0.0054440
4 44.4700000 -0.0219160
5 14.4800000 -0.0597510
6 5.1310000 -0.1387320
7 1.8980000 -0.1314820
8 0.3329000 0.5395260
S 1
1 0.1043000 1.0000000
S 1
1 3.0660000 1.0000000
S 1
1 0.0310500 1.0000000
P 3
1 6.0010000 0.0354810
2 1.2410000 0.1980720
3 0.3364000 0.5052300
P 1
1 0.0953800 1.0000000
P 1
1 9.9400000 1.0000000
P 1
1 0.0237800 1.0000000
D 1
1 0.3430000 1.0000000
D 1
1 0.0904000 1.0000000
CARBON
S 8
1 6665.0000000 0.0006920
2 1000.0000000 0.0053290
3 228.0000000 0.0270770
4 64.7100000 0.1017180
5 21.0600000 0.2747400
6 7.4950000 0.4485640
7 2.7970000 0.2850740
8 0.5215000 0.0152040
S 8
1 6665.0000000 -0.0001460
2 1000.0000000 -0.0011540
3 228.0000000 -0.0057250
4 64.7100000 -0.0233120
5 21.0600000 -0.0639550
6 7.4950000 -0.1499810
7 2.7970000 -0.1272620
8 0.5215000 0.5445290
S 1
1 0.1596000 1.0000000
S 1
1 4.5300000 1.0000000
S 1
1 0.0469000 1.0000000
P 3
1 9.4390000 0.0381090
2 2.0020000 0.2094800
3 0.5456000 0.5085570
P 1
1 0.1517000 1.0000000
P 1
1 14.5570000 1.0000000
P 1
1 0.0404100 1.0000000
D 1
1 0.5500000 1.0000000
D 1
1 0.1510000 1.0000000
NITROGEN
S 8
1 9046.0000000 0.0007000
2 1357.0000000 0.0053890
3 309.3000000 0.0274060
4 87.7300000 0.1032070
5 28.5600000 0.2787230
6 10.2100000 0.4485400
7 3.8380000 0.2782380
8 0.7466000 0.0154400
S 8
1 9046.0000000 -0.0001530
2 1357.0000000 -0.0012080
3 309.3000000 -0.0059920
4 87.7300000 -0.0245440
5 28.5600000 -0.0674590
6 10.2100000 -0.1580780
7 3.8380000 -0.1218310
8 0.7466000 0.5490030
S 1
1 0.2248000 1.0000000
S 1
1 6.2330000 1.0000000
S 1
1 0.0612400 1.0000000
P 3
1 13.5500000 0.0399190
2 2.9170000 0.2171690
3 0.7973000 0.5103190
P 1
1 0.2185000 1.0000000
P 1
1 19.9770000 1.0000000
P 1
1 0.0561100 1.0000000
D 1
1 0.8170000 1.0000000
D 1
1 0.2300000 1.0000000
OXYGEN
S 8
1 11720.0000000 0.0007100
2 1759.0000000 0.0054700
3 400.8000000 0.0278370
4 113.7000000 0.1048000
5 37.0300000 0.2830620
6 13.2700000 0.4487190
7 5.0250000 0.2709520
8 1.0130000 0.0154580
S 8
1 11720.0000000 -0.0001600
2 1759.0000000 -0.0012630
3 400.8000000 -0.0062670
4 113.7000000 -0.0257160
5 37.0300000 -0.0709240
6 13.2700000 -0.1654110
7 5.0250000 -0.1169550
8 1.0130000 0.5573680
S 1
1 0.3023000 1.0000000
S 1
1 8.2150000 1.0000000
S 1
1 0.0789600 1.0000000
P 3
1 17.7000000 0.0430180
2 3.8540000 0.2289130
3 1.0460000 0.5087280
P 1
1 0.2753000 1.0000000
P 1
1 26.0560000 1.0000000
P 1
1 0.0685600 1.0000000
D 1
1 1.1850000 1.0000000
D 1
1 0.3320000 1.0000000
FLUORINE
S 8
1 14710.0000000 0.0007210
2 2207.0000000 0.0055530
3 502.8000000 0.0282670
4 142.6000000 0.1064440
5 46.4700000 0.2868140
6 16.7000000 0.4486410
7 6.3560000 0.2647610
8 1.3160000 0.0153330
S 8
1 14710.0000000 -0.0001650
2 2207.0000000 -0.0013080
3 502.8000000 -0.0064950
4 142.6000000 -0.0266910
5 46.4700000 -0.0736900
6 16.7000000 -0.1707760
7 6.3560000 -0.1123270
8 1.3160000 0.5628140
S 1
1 0.3897000 1.0000000
S 1
1 10.4260000 1.0000000
S 1
1 0.0986300 1.0000000
P 3
1 22.6700000 0.0448780
2 4.9770000 0.2357180
3 1.3470000 0.5085210
P 1
1 0.3471000 1.0000000
P 1
1 32.8300000 1.0000000
P 1
1 0.0850200 1.0000000
D 1
1 1.6400000 1.0000000
D 1
1 0.4640000 1.0000000
NEON
S 8
1 17880.0000000 0.0007380
2 2683.0000000 0.0056770
3 611.5000000 0.0288830
4 173.5000000 0.1085400
5 56.6400000 0.2909070
6 20.4200000 0.4483240
7 7.8100000 0.2580260
8 1.6530000 0.0150630
S 8
1 17880.0000000 -0.0001720
2 2683.0000000 -0.0013570
3 611.5000000 -0.0067370
4 173.5000000 -0.0276630
5 56.6400000 -0.0762080
6 20.4200000 -0.1752270
7 7.8100000 -0.1070380
8 1.6530000 0.5670500
S 1
1 0.4869000 1.0000000
S 1
1 12.8540000 1.0000000
S 1
1 0.1230000 1.0000000
P 3
1 28.3900000 0.0460870
2 6.2700000 0.2401810
3 1.6950000 0.5087440
P 1
1 0.4317000 1.0000000
P 1
1 40.1840000 1.0000000
P 1
1 0.1064000 1.0000000
D 1
1 2.2020000 1.0000000
D 1
1 0.6310000 1.0000000
SODIUM
S 11
1 31700.0000000 0.458878E-03
2 4755.0000000 0.355070E-02
3 1082.0000000 0.182618E-01
4 306.4000000 0.716650E-01
5 99.5300000 0.212346E+00
6 35.4200000 0.416203E+00
7 13.3000000 0.373020E+00
8 4.3920000 0.625054E-01
9 1.6760000 -0.624532E-02
10 0.5889000 0.243374E-02
11 0.0564000 -0.442381E-03
S 11
1 31700.0000000 -0.112162E-03
2 4755.0000000 -0.868512E-03
3 1082.0000000 -0.451330E-02
4 306.4000000 -0.181436E-01
5 99.5300000 -0.580799E-01
6 35.4200000 -0.137653E+00
7 13.3000000 -0.193908E+00
8 4.3920000 0.858009E-01
9 1.6760000 0.604419E+00
10 0.5889000 0.441719E+00
11 0.0564000 0.130547E-01
S 11
1 31700.0000000 0.170160E-04
2 4755.0000000 0.130693E-03
3 1082.0000000 0.687784E-03
4 306.4000000 0.272359E-02
5 99.5300000 0.895529E-02
6 35.4200000 0.207832E-01
7 13.3000000 0.319380E-01
8 4.3920000 -0.191368E-01
9 1.6760000 -0.102595E+00
10 0.5889000 -0.198945E+00
11 0.0564000 0.655952E+00
S 1
1 0.0230700 1.0000000
S 1
1 0.7040000 1.0000000
S 1
1 0.0072500 1.0000000
P 7
1 138.1000000 0.579641E-02
2 32.2400000 0.415756E-01
3 9.9850000 0.162873E+00
4 3.4840000 0.359401E+00
5 1.2310000 0.449988E+00
6 0.4177000 0.227507E+00
7 0.0651300 0.808247E-02
P 7
1 138.1000000 -0.581531E-03
2 32.2400000 -0.407306E-02
3 9.9850000 -0.167937E-01
4 3.4840000 -0.353268E-01
5 1.2310000 -0.521971E-01
6 0.4177000 -0.168359E-01
7 0.0651300 0.434613E+00
P 1
1 0.0205300 1.0000000
P 1
1 0.7610000 1.0000000
P 1
1 0.0063300 1.0000000
D 1
1 0.0973000 1.0000000
D 1
1 2.9490000 1.0000000
D 1
1 0.0468000 1.0000000
MAGNESIUM
S 11
1 47390.0000000 0.346023E-03
2 7108.0000000 0.268077E-02
3 1618.0000000 0.138367E-01
4 458.4000000 0.551767E-01
5 149.3000000 0.169660E+00
6 53.5900000 0.364703E+00
7 20.7000000 0.406856E+00
8 8.3840000 0.135089E+00
9 2.5420000 0.490884E-02
10 0.8787000 0.286460E-03
11 0.1077000 0.264590E-04
S 11
1 47390.0000000 -0.877839E-04
2 7108.0000000 -0.674725E-03
3 1618.0000000 -0.355603E-02
4 458.4000000 -0.142154E-01
5 149.3000000 -0.476748E-01
6 53.5900000 -0.114892E+00
7 20.7000000 -0.200676E+00
8 8.3840000 -0.341224E-01
9 2.5420000 0.570454E+00
10 0.8787000 0.542309E+00
11 0.1077000 0.218128E-01
S 11
1 47390.0000000 0.169628E-04
2 7108.0000000 0.129865E-03
3 1618.0000000 0.688831E-03
4 458.4000000 0.273533E-02
5 149.3000000 0.931224E-02
6 53.5900000 0.223265E-01
7 20.7000000 0.411195E-01
8 8.3840000 0.545642E-02
9 2.5420000 -0.134012E+00
10 0.8787000 -0.256176E+00
11 0.1077000 0.605856E+00
S 1
1 0.0399900 1.0000000
S 1
1 3.4220000 1.0000000
S 1
1 0.0148800 1.0000000
P 7
1 179.9000000 0.538161E-02
2 42.1400000 0.392418E-01
3 13.1300000 0.157445E+00
4 4.6280000 0.358535E+00
5 1.6700000 0.457226E+00
6 0.5857000 0.215918E+00
7 0.1311000 0.664948E-02
P 7
1 179.9000000 -0.865948E-03
2 42.1400000 -0.615978E-02
3 13.1300000 -0.261519E-01
4 4.6280000 -0.570647E-01
5 1.6700000 -0.873906E-01
6 0.5857000 -0.122990E-01
7 0.1311000 0.502085E+00
P 1
1 0.0411200 1.0000000
P 1
1 8.2790000 1.0000000
P 1
1 0.0093500 1.0000000
D 1
1 0.1870000 1.0000000
D 1
1 3.7040000 1.0000000
D 1
1 0.0595000 1.0000000
ALUMINUM
S 11
1 64150.0000000 0.290250E-03
2 9617.0000000 0.225064E-02
3 2189.0000000 0.116459E-01
4 620.5000000 0.467377E-01
5 202.7000000 0.146299E+00
6 73.1500000 0.330283E+00
7 28.5500000 0.415861E+00
8 11.7700000 0.189253E+00
9 3.3000000 0.115889E-01
10 1.1730000 -0.128385E-02
11 0.1752000 0.425883E-03
S 11
1 64150.0000000 -0.758048E-04
2 9617.0000000 -0.581791E-03
3 2189.0000000 -0.308113E-02
4 620.5000000 -0.123112E-01
5 202.7000000 -0.419781E-01
6 73.1500000 -0.103371E+00
7 28.5500000 -0.196308E+00
8 11.7700000 -0.830002E-01
9 3.3000000 0.541040E+00
10 1.1730000 0.578796E+00
11 0.1752000 0.288147E-01
S 11
1 64150.0000000 0.175078E-04
2 9617.0000000 0.134208E-03
3 2189.0000000 0.712442E-03
4 620.5000000 0.284330E-02
5 202.7000000 0.976842E-02
6 73.1500000 0.241850E-01
7 28.5500000 0.474993E-01
8 11.7700000 0.203621E-01
9 3.3000000 -0.158788E+00
10 1.1730000 -0.311694E+00
11 0.1752000 0.620147E+00
S 1
1 0.0647300 1.0000000
S 1
1 4.0300000 1.0000000
S 1
1 0.0231000 1.0000000
P 7
1 258.8000000 0.406847E-02
2 60.8900000 0.306815E-01
3 19.1400000 0.129149E+00
4 6.8810000 0.320831E+00
5 2.5740000 0.453815E+00
6 0.9572000 0.275066E+00
7 0.2099000 0.190807E-01
P 7
1 258.8000000 -0.748053E-03
2 60.8900000 -0.545796E-02
3 19.1400000 -0.245371E-01
4 6.8810000 -0.582138E-01
5 2.5740000 -0.983756E-01
6 0.9572000 -0.260064E-01
7 0.2099000 0.464020E+00
P 1
1 0.0598600 1.0000000
P 1
1 1.5290000 1.0000000
P 1
1 0.0153000 1.0000000
D 1
1 0.1890000 1.0000000
D 1
1 4.7250000 1.0000000
D 1
1 0.0535000 1.0000000
SILICON
S 11
1 78860.0000000 0.270443E-03
2 11820.0000000 0.209717E-02
3 2692.0000000 0.108506E-01
4 763.4000000 0.436754E-01
5 249.6000000 0.137653E+00
6 90.2800000 0.316644E+00
7 35.2900000 0.418581E+00
8 14.5100000 0.210212E+00
9 4.0530000 0.144952E-01
10 1.4820000 -0.203590E-02
11 0.2517000 0.624186E-03
S 11
1 78860.0000000 -0.723177E-04
2 11820.0000000 -0.555116E-03
3 2692.0000000 -0.293805E-02
4 763.4000000 -0.117687E-01
5 249.6000000 -0.402907E-01
6 90.2800000 -0.100609E+00
7 35.2900000 -0.196528E+00
8 14.5100000 -0.102382E+00
9 4.0530000 0.527190E+00
10 1.4820000 0.593251E+00
11 0.2517000 0.332652E-01
S 11
1 78860.0000000 0.185113E-04
2 11820.0000000 0.142236E-03
3 2692.0000000 0.752185E-03
4 763.4000000 0.302279E-02
5 249.6000000 0.103677E-01
6 90.2800000 0.262563E-01
7 35.2900000 0.523989E-01
8 14.5100000 0.290959E-01
9 4.0530000 -0.178003E+00
10 1.4820000 -0.346874E+00
11 0.2517000 0.623020E+00
S 1
1 0.0924300 1.0000000
S 1
1 4.9590000 1.0000000
S 1
1 0.0332000 1.0000000
P 7
1 315.9000000 0.392656E-02
2 74.4200000 0.298811E-01
3 23.4800000 0.127212E+00
4 8.4880000 0.320943E+00
5 3.2170000 0.455429E+00
6 1.2290000 0.268563E+00
7 0.2964000 0.188336E-01
P 7
1 315.9000000 -0.858302E-03
2 74.4200000 -0.630328E-02
3 23.4800000 -0.288255E-01
4 8.4880000 -0.694560E-01
5 3.2170000 -0.119493E+00
6 1.2290000 -0.199581E-01
7 0.2964000 0.510268E+00
P 1
1 0.0876800 1.0000000
P 1
1 1.9980000 1.0000000
P 1
1 0.0250000 1.0000000
D 1
1 0.2750000 1.0000000
D 1
1 5.8060000 1.0000000
D 1
1 0.0823000 1.0000000
PHOSPHORUS
S 11
1 94840.0000000 0.255509E-03
2 14220.0000000 0.198193E-02
3 3236.0000000 0.102760E-01
4 917.1000000 0.414823E-01
5 299.5000000 0.131984E+00
6 108.1000000 0.308662E+00
7 42.1800000 0.420647E+00
8 17.2800000 0.222878E+00
9 4.8580000 0.164035E-01
10 1.8180000 -0.254255E-02
11 0.3372000 0.748050E-03
S 11
1 94840.0000000 -0.696939E-04
2 14220.0000000 -0.535266E-03
3 3236.0000000 -0.283709E-02
4 917.1000000 -0.113983E-01
5 299.5000000 -0.392929E-01
6 108.1000000 -0.996364E-01
7 42.1800000 -0.197983E+00
8 17.2800000 -0.114860E+00
9 4.8580000 0.518595E+00
10 1.8180000 0.601847E+00
11 0.3372000 0.368612E-01
S 11
1 94840.0000000 0.191199E-04
2 14220.0000000 0.147223E-03
3 3236.0000000 0.777912E-03
4 917.1000000 0.314546E-02
5 299.5000000 0.108200E-01
6 108.1000000 0.279957E-01
7 42.1800000 0.563978E-01
8 17.2800000 0.358190E-01
9 4.8580000 -0.193387E+00
10 1.8180000 -0.372097E+00
11 0.3372000 0.624246E+00
S 1
1 0.1232000 1.0000000
S 1
1 5.9770000 1.0000000
S 1
1 0.0417000 1.0000000
P 7
1 370.5000000 0.395005E-02
2 87.3300000 0.302492E-01
3 27.5900000 0.129554E+00
4 10.0000000 0.327594E+00
5 3.8250000 0.456992E+00
6 1.4940000 0.253086E+00
7 0.3921000 0.168798E-01
P 7
1 370.5000000 -0.959832E-03
2 87.3300000 -0.711177E-02
3 27.5900000 -0.327122E-01
4 10.0000000 -0.795784E-01
5 3.8250000 -0.135016E+00
6 1.4940000 -0.910585E-02
7 0.3921000 0.537802E+00
P 1
1 0.1186000 1.0000000
P 1
1 2.5240000 1.0000000
P 1
1 0.0343000 1.0000000
D 1
1 0.3730000 1.0000000
D 1
1 7.0200000 1.0000000
D 1
1 0.1130000 1.0000000
SULFUR
S 11
1 110800.0000000 0.247635E-03
2 16610.0000000 0.192026E-02
3 3781.0000000 0.996192E-02
4 1071.0000000 0.402975E-01
5 349.8000000 0.128604E+00
6 126.3000000 0.303480E+00
7 49.2600000 0.421432E+00
8 20.1600000 0.230781E+00
9 5.7200000 0.178971E-01
10 2.1820000 -0.297516E-02
11 0.4327000 0.849522E-03
S 11
1 110800.0000000 -0.687039E-04
2 16610.0000000 -0.527681E-03
3 3781.0000000 -0.279671E-02
4 1071.0000000 -0.112651E-01
5 349.8000000 -0.388834E-01
6 126.3000000 -0.995025E-01
7 49.2600000 -0.199740E+00
8 20.1600000 -0.123360E+00
9 5.7200000 0.513194E+00
10 2.1820000 0.607120E+00
11 0.4327000 0.396753E-01
S 11
1 110800.0000000 0.199077E-04
2 16610.0000000 0.153483E-03
3 3781.0000000 0.809503E-03
4 1071.0000000 0.328974E-02
5 349.8000000 0.112967E-01
6 126.3000000 0.296385E-01
7 49.2600000 0.599851E-01
8 20.1600000 0.413248E-01
9 5.7200000 -0.207474E+00
10 2.1820000 -0.392889E+00
11 0.4327000 0.632840E+00
S 1
1 0.1570000 1.0000000
S 1
1 7.0830000 1.0000000
S 1
1 0.0507000 1.0000000
P 7
1 399.7000000 0.447541E-02
2 94.1900000 0.341708E-01
3 29.7500000 0.144250E+00
4 10.7700000 0.353928E+00
5 4.1190000 0.459085E+00
6 1.6250000 0.206383E+00
7 0.4726000 0.102141E-01
P 7
1 399.7000000 -0.116251E-02
2 94.1900000 -0.865664E-02
3 29.7500000 -0.390886E-01
4 10.7700000 -0.934625E-01
5 4.1190000 -0.147994E+00
6 1.6250000 0.301904E-01
7 0.4726000 0.561573E+00
P 1
1 0.1407000 1.0000000
P 1
1 3.0890000 1.0000000
P 1
1 0.0399000 1.0000000
D 1
1 0.4790000 1.0000000
D 1
1 8.3630000 1.0000000
D 1
1 0.1520000 1.0000000
CHLORINE
S 11
1 127900.0000000 0.241153E-03
2 19170.0000000 0.187095E-02
3 4363.0000000 0.970827E-02
4 1236.0000000 0.393153E-01
5 403.6000000 0.125932E+00
6 145.7000000 0.299341E+00
7 56.8100000 0.421886E+00
8 23.2300000 0.237201E+00
9 6.6440000 0.191531E-01
10 2.5750000 -0.334792E-02
11 0.5371000 0.929883E-03
S 11
1 127900.0000000 -0.678922E-04
2 19170.0000000 -0.521836E-03
3 4363.0000000 -0.276513E-02
4 1236.0000000 -0.111537E-01
5 403.6000000 -0.385919E-01
6 145.7000000 -0.994848E-01
7 56.8100000 -0.201392E+00
8 23.2300000 -0.130313E+00
9 6.6440000 0.509443E+00
10 2.5750000 0.610725E+00
11 0.5371000 0.421549E-01
S 11
1 127900.0000000 0.204986E-04
2 19170.0000000 0.158298E-03
3 4363.0000000 0.833639E-03
4 1236.0000000 0.339880E-02
5 403.6000000 0.116738E-01
6 145.7000000 0.309622E-01
7 56.8100000 0.629533E-01
8 23.2300000 0.460257E-01
9 6.6440000 -0.219312E+00
10 2.5750000 -0.408773E+00
11 0.5371000 0.638465E+00
S 1
1 0.1938000 1.0000000
S 1
1 8.2730000 1.0000000
S 1
1 0.0608000 1.0000000
P 7
1 417.6000000 0.525982E-02
2 98.3300000 0.398332E-01
3 31.0400000 0.164655E+00
4 11.1900000 0.387322E+00
5 4.2490000 0.457072E+00
6 1.6240000 0.151636E+00
7 0.5322000 0.181615E-02
P 7
1 417.6000000 -0.143570E-02
2 98.3300000 -0.107796E-01
3 31.0400000 -0.470075E-01
4 11.1900000 -0.111030E+00
5 4.2490000 -0.153275E+00
6 1.6240000 0.894609E-01
7 0.5322000 0.579444E+00
P 1
1 0.1620000 1.0000000
P 1
1 3.6970000 1.0000000
P 1
1 0.0466000 1.0000000
D 1
1 0.6000000 1.0000000
D 1
1 9.8440000 1.0000000
D 1
1 0.1960000 1.0000000
ARGON
S 11
1 145700.0000000 0.236700E-03
2 21840.0000000 0.183523E-02
3 4972.0000000 0.952860E-02
4 1408.0000000 0.386283E-01
5 459.7000000 0.124081E+00
6 165.9000000 0.296471E+00
7 64.6900000 0.422068E+00
8 26.4400000 0.241711E+00
9 7.6280000 0.200509E-01
10 2.9960000 -0.361000E-02
11 0.6504000 0.975607E-03
S 11
1 145700.0000000 -0.674910E-04
2 21840.0000000 -0.518522E-03
3 4972.0000000 -0.274825E-02
4 1408.0000000 -0.111007E-01
5 459.7000000 -0.384820E-01
6 165.9000000 -0.997599E-01
7 64.6900000 -0.203088E+00
8 26.4400000 -0.135608E+00
9 7.6280000 0.507195E+00
10 2.9960000 0.612898E+00
11 0.6504000 0.442968E-01
S 11
1 145700.0000000 0.210457E-04
2 21840.0000000 0.162565E-03
3 4972.0000000 0.855463E-03
4 1408.0000000 0.349745E-02
5 459.7000000 0.120156E-01
6 165.9000000 0.321368E-01
7 64.6900000 0.655279E-01
8 26.4400000 0.499370E-01
9 7.6280000 -0.229769E+00
10 2.9960000 -0.421006E+00
11 0.6504000 0.642331E+00
S 1
1 0.2337000 1.0000000
S 1
1 9.5480000 1.0000000
S 1
1 0.0709000 1.0000000
P 7
1 453.7000000 0.570555E-02
2 106.8000000 0.430460E-01
3 33.7300000 0.176591E+00
4 12.1300000 0.406863E+00
5 4.5940000 0.452549E+00
6 1.6780000 0.122801E+00
7 0.5909000 -0.445996E-02
P 7
1 453.7000000 -0.160655E-02
2 106.8000000 -0.121714E-01
3 33.7300000 -0.520789E-01
4 12.1300000 -0.123737E+00
5 4.5940000 -0.151619E+00
6 1.6780000 0.142425E+00
7 0.5909000 0.584501E+00
P 1
1 0.1852000 1.0000000
P 1
1 4.3610000 1.0000000
P 1
1 0.0533000 1.0000000
D 1
1 0.7380000 1.0000000
D 1
1 11.4590000 1.0000000
D 1
1 0.2400000 1.0000000

1598
data/basis/aug-cc-pcvqz Normal file

File diff suppressed because it is too large Load Diff

1228
data/basis/aug-cc-pcvtz Normal file

File diff suppressed because it is too large Load Diff

7069
data/basis/aug-cc-pv5z Normal file

File diff suppressed because it is too large Load Diff

7602
data/basis/aug-cc-pv5z-pp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,956 @@
NEON
S 9
1 0.205835 0.057514
2 0.391384 0.215776
3 0.744196 0.374799
4 1.415048 0.326313
5 2.690638 0.166383
6 5.116103 -0.039149
7 9.727994 -0.085909
8 18.497256 0.006816
9 35.171534 0.000206
S 1
1 0.318678 1.000000
S 1
1 0.830178 1.000000
S 1
1 1.591904 1.000000
S 1
1 2.744999 1.000000
P 9
1 0.121772 0.029943
2 0.238248 0.114200
3 0.466136 0.219618
4 0.912002 0.268864
5 1.784344 0.256932
6 3.491095 0.191378
7 6.830378 0.112176
8 13.363732 0.063317
9 26.146332 0.008057
P 1
1 0.218226 1.000000
P 1
1 0.636921 1.000000
P 1
1 1.888191 1.000000
P 1
1 3.020108 1.000000
D 1
1 0.654924 1.000000
D 1
1 1.931502 1.000000
D 1
1 5.027566 1.000000
D 1
1 6.989700 1.000000
F 1
1 1.314297 1.000000
F 1
1 4.065928 1.000000
F 1
1 5.587487 1.000000
G 1
1 2.070925 1.000000
G 1
1 6.073107 1.000000
H 1
1 3.743118 1.000000
S 1
1 0.0957000 1.0000000
P 1
1 0.0654000 1.0000000
D 1
1 0.2130000 1.0000000
F 1
1 0.4250000 1.0000000
G 1
1 0.8090000 1.0000000
H 1
1 1.6280000 1.0000000
BORON
S 9
1 0.040569 0.032031
2 0.081044 0.243317
3 0.161898 0.434636
4 0.323418 0.329581
5 0.646080 0.111875
6 1.290648 -0.078699
7 2.578276 -0.098781
8 5.150520 0.016164
9 10.288990 -0.000016
S 1
1 0.070664 1.000000
S 1
1 0.170896 1.000000
S 1
1 0.375720 1.000000
S 1
1 0.614105 1.000000
P 9
1 0.029207 0.019909
2 0.058408 0.141775
3 0.116803 0.294463
4 0.233582 0.309028
5 0.467115 0.236378
6 0.934132 0.131317
7 1.868068 0.066454
8 3.735743 0.021248
9 7.470701 0.002837
P 1
1 0.057917 1.000000
P 1
1 0.143772 1.000000
P 1
1 0.436327 1.000000
P 1
1 0.566611 1.000000
D 1
1 0.134838 1.000000
D 1
1 0.380163 1.000000
D 1
1 0.808233 1.000000
D 1
1 1.022256 1.000000
F 1
1 0.272717 1.000000
F 1
1 0.799174 1.000000
F 1
1 1.002171 1.000000
G 1
1 0.486131 1.000000
G 1
1 0.824366 1.000000
H 1
1 0.632779 1.000000
S 1
1 0.0261000 1.0000000
P 1
1 0.0157000 1.0000000
D 1
1 0.0431000 1.0000000
F 1
1 0.0843000 1.0000000
G 1
1 0.2020000 1.0000000
H 1
1 0.3840000 1.0000000
ALUMINUM
S 9
1 0.045518 0.206193
2 0.100308 0.559887
3 0.221051 0.407852
4 0.487132 -0.041098
5 1.073500 -0.238652
6 2.365686 0.038132
7 5.213294 -0.003935
8 11.488606 0.000470
9 25.317597 -0.000014
S 1
1 0.056415 1.000000
S 1
1 0.155063 1.000000
S 1
1 0.332041 1.000000
S 1
1 0.725343 1.000000
P 9
1 0.014848 0.009932
2 0.030967 0.160212
3 0.064586 0.389171
4 0.134700 0.373235
5 0.280932 0.195800
6 0.585913 0.022947
7 1.221985 -0.053293
8 2.548578 0.004846
9 5.315330 -0.000726
P 1
1 0.033949 1.000000
P 1
1 0.083154 1.000000
P 1
1 0.251360 1.000000
P 1
1 0.314422 1.000000
D 1
1 0.088651 1.000000
D 1
1 0.241216 1.000000
D 1
1 0.575129 1.000000
D 1
1 0.989127 1.000000
F 1
1 0.148598 1.000000
F 1
1 0.374850 1.000000
F 1
1 0.781006 1.000000
G 1
1 0.259548 1.000000
G 1
1 0.561381 1.000000
H 1
1 0.328731 1.000000
S 1
1 0.0177000 1.0000000
P 1
1 0.0115000 1.0000000
D 1
1 0.0294000 1.0000000
F 1
1 0.0509000 1.0000000
G 1
1 0.1069000 1.0000000
H 1
1 0.2270000 1.0000000
NITROGEN
S 9
1 0.098869 0.067266
2 0.211443 0.334290
3 0.452197 0.454257
4 0.967080 0.267861
5 2.068221 0.000248
6 4.423150 -0.132606
7 9.459462 0.014437
8 20.230246 0.000359
9 43.264919 -0.000094
S 1
1 0.115320 1.000000
S 1
1 0.286632 1.000000
S 1
1 0.702011 1.000000
S 1
1 1.532221 1.000000
P 9
1 0.073234 0.035758
2 0.145867 0.153945
3 0.290535 0.277656
4 0.578683 0.297676
5 1.152612 0.234403
6 2.295756 0.140321
7 4.572652 0.067219
8 9.107739 0.031594
9 18.140657 0.003301
P 1
1 0.120601 1.000000
P 1
1 0.322697 1.000000
P 1
1 0.978538 1.000000
P 1
1 1.272759 1.000000
D 1
1 0.305579 1.000000
D 1
1 0.891436 1.000000
D 1
1 1.542532 1.000000
D 1
1 2.798122 1.000000
F 1
1 0.587676 1.000000
F 1
1 1.592967 1.000000
F 1
1 2.443045 1.000000
G 1
1 1.038637 1.000000
G 1
1 2.842018 1.000000
H 1
1 2.272542 1.000000
S 1
1 0.0518000 1.0000000
P 1
1 0.0369000 1.0000000
D 1
1 0.0971000 1.0000000
F 1
1 0.1920000 1.0000000
G 1
1 0.4360000 1.0000000
H 1
1 0.7880000 1.0000000
FLUORINE
S 9
1 0.172723 0.070240
2 0.364875 0.311088
3 0.770795 0.444675
4 1.628295 0.287011
5 3.439757 0.018759
6 7.266451 -0.128608
7 15.350300 0.009104
8 32.427348 0.000810
9 68.502433 -0.000133
S 1
1 0.191146 1.000000
S 1
1 0.459697 1.000000
S 1
1 1.250265 1.000000
S 1
1 2.542428 1.000000
P 9
1 0.101001 0.035321
2 0.204414 0.136924
3 0.413707 0.249353
4 0.837289 0.286620
5 1.694565 0.254541
6 3.429580 0.169572
7 6.941026 0.088542
8 14.047737 0.039843
9 28.430799 0.003378
P 1
1 0.170574 1.000000
P 1
1 0.489019 1.000000
P 1
1 1.505085 1.000000
P 1
1 2.018698 1.000000
D 1
1 0.517711 1.000000
D 1
1 1.523306 1.000000
D 1
1 3.901897 1.000000
D 1
1 5.603581 1.000000
F 1
1 0.981494 1.000000
F 1
1 2.950321 1.000000
F 1
1 4.297889 1.000000
G 1
1 1.638933 1.000000
G 1
1 4.619953 1.000000
H 1
1 2.963127 1.000000
S 1
1 0.0806000 1.0000000
P 1
1 0.0550000 1.0000000
D 1
1 0.1720000 1.0000000
F 1
1 0.3310000 1.0000000
G 1
1 0.6630000 1.0000000
H 1
1 1.3260000 1.0000000
CHLORINE
S 9
1 0.119944 0.148917
2 0.257348 0.503616
3 0.552157 0.523995
4 1.184691 0.013612
5 2.541836 -0.328846
6 5.453681 0.056309
7 11.701243 -0.001301
8 25.105812 -0.000294
9 53.866226 0.000076
S 1
1 0.152049 1.000000
S 1
1 0.639110 1.000000
S 1
1 0.801438 1.000000
S 1
1 1.671380 1.000000
P 9
1 0.074374 0.084925
2 0.155084 0.270658
3 0.323378 0.396022
4 0.674303 0.324325
5 1.406043 0.100661
6 2.931855 -0.069802
7 6.113450 -0.000951
8 12.747651 0.001501
9 26.581165 -0.000249
P 1
1 0.103926 1.000000
P 1
1 0.275582 1.000000
P 1
1 0.667436 1.000000
P 1
1 1.171614 1.000000
D 1
1 0.237419 1.000000
D 1
1 0.729517 1.000000
D 1
1 0.924049 1.000000
D 1
1 1.522182 1.000000
F 1
1 0.335123 1.000000
F 1
1 0.789116 1.000000
F 1
1 1.609975 1.000000
G 1
1 0.576133 1.000000
G 1
1 1.402971 1.000000
H 1
1 1.099609 1.000000
S 1
1 0.0479000 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 0.1003000 1.0000000
F 1
1 0.1640000 1.0000000
G 1
1 0.2770000 1.0000000
H 1
1 0.6070000 1.0000000
CARBON
S 9
1 0.051344 0.013991
2 0.102619 0.169852
3 0.205100 0.397529
4 0.409924 0.380369
5 0.819297 0.180113
6 1.637494 -0.033512
7 3.272791 -0.121499
8 6.541187 0.015176
9 13.073594 -0.000705
S 1
1 0.098302 1.000000
S 1
1 0.232034 1.000000
S 1
1 0.744448 1.000000
S 1
1 1.009914 1.000000
P 9
1 0.029281 0.001787
2 0.058547 0.050426
3 0.117063 0.191634
4 0.234064 0.302667
5 0.468003 0.289868
6 0.935757 0.210979
7 1.871016 0.112024
8 3.741035 0.054425
9 7.480076 0.021931
P 1
1 0.084047 1.000000
P 1
1 0.216618 1.000000
P 1
1 0.576869 1.000000
P 1
1 1.006252 1.000000
D 1
1 0.206619 1.000000
D 1
1 0.606933 1.000000
D 1
1 1.001526 1.000000
D 1
1 1.504882 1.000000
F 1
1 0.400573 1.000000
F 1
1 1.099564 1.000000
F 1
1 1.501091 1.000000
G 1
1 0.797648 1.000000
G 1
1 1.401343 1.000000
H 1
1 1.001703 1.000000
S 1
1 0.0394000 1.0000000
P 1
1 0.0272000 1.0000000
D 1
1 0.0701000 1.0000000
F 1
1 0.1380000 1.0000000
G 1
1 0.3190000 1.0000000
H 1
1 0.5860000 1.0000000
OXYGEN
S 9
1 0.125346 0.055741
2 0.268022 0.304848
3 0.573098 0.453752
4 1.225429 0.295926
5 2.620277 0.019567
6 5.602818 -0.128627
7 11.980245 0.012024
8 25.616801 0.000407
9 54.775216 -0.000076
S 1
1 0.160664 1.000000
S 1
1 0.384526 1.000000
S 1
1 0.935157 1.000000
S 1
1 1.937532 1.000000
P 9
1 0.083598 0.044958
2 0.167017 0.150175
3 0.333673 0.255999
4 0.666627 0.281879
5 1.331816 0.242835
6 2.660761 0.161134
7 5.315785 0.082308
8 10.620108 0.039899
9 21.217318 0.004679
P 1
1 0.130580 1.000000
P 1
1 0.372674 1.000000
P 1
1 1.178227 1.000000
P 1
1 1.589967 1.000000
D 1
1 0.401152 1.000000
D 1
1 1.174596 1.000000
D 1
1 2.823972 1.000000
D 1
1 4.292433 1.000000
F 1
1 0.708666 1.000000
F 1
1 2.006788 1.000000
F 1
1 3.223721 1.000000
G 1
1 1.207657 1.000000
G 1
1 3.584495 1.000000
H 1
1 2.615818 1.000000
S 1
1 0.0655000 1.0000000
P 1
1 0.0446000 1.0000000
D 1
1 0.1310000 1.0000000
F 1
1 0.2370000 1.0000000
G 1
1 0.5170000 1.0000000
H 1
1 1.0240000 1.0000000
HYDROGEN
S 9
1 0.013000 0.000706
2 0.029900 -0.002119
3 0.068770 0.057693
4 0.158170 0.230695
5 0.363792 0.277612
6 0.836721 0.169833
7 1.924458 0.097443
8 4.426254 0.029966
9 10.180385 -0.000452
S 1
1 0.122344 1.000000
S 1
1 0.402892 1.000000
S 1
1 0.715047 1.000000
S 1
1 1.379838 1.000000
P 9
1 0.003000 0.001242
2 0.007800 -0.000913
3 0.020281 -0.000054
4 0.052730 -0.000238
5 0.137097 -0.011530
6 0.356451 -0.018235
7 0.926774 -0.013929
8 2.409612 -0.009395
9 6.264991 -0.000347
P 1
1 0.784765 1.000000
P 1
1 0.173606 1.000000
P 1
1 0.513665 1.000000
D 1
1 2.917388 1.000000
D 1
1 0.466379 1.000000
D 1
1 1.132171 1.000000
F 1
1 1.649608 1.000000
F 1
1 0.793185 1.000000
G 1
1 1.606813 1.000000
S 1
1 0.0207000 1.0000000
P 1
1 0.0744000 1.0000000
D 1
1 0.1560000 1.0000000
F 1
1 0.2740000 1.0000000
G 1
1 0.5430000 1.0000000
PHOSPHORUS
S 9
1 0.074718 0.140225
2 0.160834 0.506746
3 0.346202 0.499893
4 0.745215 0.037301
5 1.604109 -0.284591
6 3.452917 0.024766
7 7.432561 0.001798
8 15.998924 -0.000314
9 34.438408 0.000088
S 1
1 0.082092 1.000000
S 1
1 0.195525 1.000000
S 1
1 0.434767 1.000000
S 1
1 1.027573 1.000000
P 9
1 0.050242 0.072095
2 0.102391 0.278735
3 0.208669 0.411034
4 0.425256 0.304724
5 0.866651 0.091727
6 1.766191 -0.057060
7 3.599410 -0.005103
8 7.335418 0.000328
9 14.949217 -0.000046
P 1
1 0.074159 1.000000
P 1
1 0.189382 1.000000
P 1
1 0.470798 1.000000
P 1
1 0.815677 1.000000
D 1
1 0.167800 1.000000
D 1
1 0.457307 1.000000
D 1
1 1.021650 1.000000
D 1
1 1.598720 1.000000
F 1
1 0.214751 1.000000
F 1
1 0.482380 1.000000
F 1
1 0.984966 1.000000
G 1
1 0.406484 1.000000
G 1
1 0.924507 1.000000
H 1
1 0.831913 1.000000
S 1
1 0.0335000 1.0000000
P 1
1 0.0253000 1.0000000
D 1
1 0.0624000 1.0000000
F 1
1 0.0950000 1.0000000
G 1
1 0.1840000 1.0000000
H 1
1 0.3720000 1.0000000
SILICON
S 9
1 0.059887 0.167492
2 0.130108 0.532550
3 0.282668 0.464290
4 0.614115 -0.002322
5 1.334205 -0.268234
6 2.898645 0.031921
7 6.297493 -0.000106
8 13.681707 -0.000145
9 29.724387 0.000067
S 1
1 0.075500 1.000000
S 1
1 0.196459 1.000000
S 1
1 0.424036 1.000000
S 1
1 0.920486 1.000000
P 9
1 0.036525 0.078761
2 0.076137 0.308331
3 0.158712 0.417773
4 0.330843 0.281676
5 0.689658 0.069876
6 1.437625 -0.056306
7 2.996797 0.000744
8 6.246966 -0.000259
9 13.022097 -0.000022
P 1
1 0.048136 1.000000
P 1
1 0.115813 1.000000
P 1
1 0.238594 1.000000
P 1
1 0.496918 1.000000
D 1
1 0.127945 1.000000
D 1
1 0.353096 1.000000
D 1
1 0.805426 1.000000
D 1
1 1.247695 1.000000
F 1
1 0.172876 1.000000
F 1
1 0.402208 1.000000
F 1
1 0.833081 1.000000
G 1
1 0.299885 1.000000
G 1
1 0.647054 1.000000
H 1
1 0.557542 1.000000
S 1
1 0.0260000 1.0000000
P 1
1 0.0192000 1.0000000
D 1
1 0.0468000 1.0000000
F 1
1 0.0735000 1.0000000
G 1
1 0.1510000 1.0000000
H 1
1 0.3230000 1.0000000
ARGON
S 9
1 0.147347 0.155473
2 0.312164 0.494617
3 0.661339 0.526705
4 1.401090 0.021986
5 2.968301 -0.338533
6 6.288539 0.056023
7 13.322677 -0.000115
8 28.224956 -0.000595
9 59.796402 0.000127
S 1
1 0.189594 1.000000
S 1
1 0.778040 1.000000
S 1
1 0.971266 1.000000
S 1
1 1.979612 1.000000
P 9
1 0.090580 0.079101
2 0.188085 0.260718
3 0.390548 0.395065
4 0.810953 0.334954
5 1.683902 0.107462
6 3.496535 -0.073657
7 7.260371 -0.001407
8 15.075781 0.001710
9 31.304069 -0.000275
P 1
1 0.133916 1.000000
P 1
1 0.356186 1.000000
P 1
1 0.833562 1.000000
P 1
1 1.430927 1.000000
D 1
1 0.268113 1.000000
D 1
1 0.697753 1.000000
D 1
1 1.185366 1.000000
D 1
1 2.118102 1.000000
F 1
1 0.422461 1.000000
F 1
1 0.973776 1.000000
F 1
1 2.020616 1.000000
G 1
1 0.695217 1.000000
G 1
1 1.690111 1.000000
H 1
1 1.258944 1.000000
S 1
1 0.0538000 1.0000000
P 1
1 0.0402000 1.0000000
D 1
1 0.1210000 1.0000000
F 1
1 0.2090000 1.0000000
G 1
1 0.3340000 1.0000000
H 1
1 0.7420000 1.0000000
SULFUR
S 9
1 0.095120 0.140074
2 0.202385 0.490942
3 0.430611 0.515297
4 0.916203 0.050320
5 1.949388 -0.298908
6 4.147674 0.019827
7 8.824926 0.007266
8 18.776623 -0.001602
9 39.950656 0.000271
S 1
1 0.113918 1.000000
S 1
1 0.282790 1.000000
S 1
1 0.626702 1.000000
S 1
1 1.338226 1.000000
P 9
1 0.057087 0.081938
2 0.115901 0.251826
3 0.235305 0.376344
4 0.477723 0.320902
5 0.969889 0.143779
6 1.969099 -0.045543
7 3.997726 -0.017191
8 8.116307 0.002580
9 16.477979 -0.000222
P 1
1 0.079101 1.000000
P 1
1 0.210632 1.000000
P 1
1 0.522537 1.000000
P 1
1 0.924454 1.000000
D 1
1 0.186546 1.000000
D 1
1 0.462328 1.000000
D 1
1 0.955579 1.000000
D 1
1 2.334308 1.000000
F 1
1 0.274343 1.000000
F 1
1 0.661568 1.000000
F 1
1 1.389533 1.000000
G 1
1 0.486698 1.000000
G 1
1 1.166495 1.000000
H 1
1 0.839494 1.000000
S 1
1 0.0420000 1.0000000
P 1
1 0.0294000 1.0000000
D 1
1 0.0794000 1.0000000
F 1
1 0.1188000 1.0000000
G 1
1 0.2200000 1.0000000
H 1
1 0.4720000 1.0000000
HELIUM
S 9
1 0.077786 0.012425
2 0.161528 0.128251
3 0.335425 0.282221
4 0.696535 0.292427
5 1.446408 0.215025
6 3.003576 0.125450
7 6.237154 0.064912
8 12.951926 0.038892
9 26.895662 0.002531
S 1
1 1.324312 1.000000
S 1
1 0.876976 1.000000
S 1
1 0.294075 1.000000
S 1
1 0.116506 1.000000
P 8
1 0.228528 -0.000116
2 0.422019 2.116950
3 0.779333 -2.182954
4 1.439180 1.545850
5 2.657706 -0.879477
6 4.907934 0.469710
7 9.063386 -0.224631
8 16.737180 0.098422
P 1
1 6.741009 1.000000
P 1
1 2.647340 1.000000
P 1
1 0.893850 1.000000
D 1
1 1.842278 1.000000
D 1
1 2.175208 1.000000
D 1
1 4.285515 1.000000
F 1
1 0.749734 1.000000
F 1
1 1.632074 1.000000
G 1
1 0.623669 1.000000
S 1
1 0.0466400 1.0000000
P 1
1 0.1400000 1.0000000
D 1
1 0.2892000 1.0000000
F 1
1 0.5345000 1.0000000
G 1
1 0.7899000 1.0000000

1519
data/basis/aug-cc-pv6z Normal file

File diff suppressed because it is too large Load Diff

727
data/basis/aug-cc-pv_5+d_z Normal file
View File

@ -0,0 +1,727 @@
ALUMINUM
S 16
1 3269000.0000000 0.213962E-05
2 489400.0000000 0.166264E-04
3 111400.0000000 0.875168E-04
4 31560.0000000 0.368990E-03
5 10320.0000000 0.133903E-02
6 3731.0000000 0.435636E-02
7 1456.0000000 0.128955E-01
8 604.1000000 0.348201E-01
9 263.5000000 0.843530E-01
10 119.8000000 0.175907E+00
11 56.3200000 0.292091E+00
12 27.1900000 0.328220E+00
13 13.2600000 0.186927E+00
14 6.0520000 0.310430E-01
15 2.9810000 -0.508922E-03
16 1.4760000 0.148836E-02
S 16
1 3269000.0000000 -0.556026E-06
2 489400.0000000 -0.432303E-05
3 111400.0000000 -0.227413E-04
4 31560.0000000 -0.960116E-04
5 10320.0000000 -0.348376E-03
6 3731.0000000 -0.113836E-02
7 1456.0000000 -0.338744E-02
8 604.1000000 -0.931505E-02
9 263.5000000 -0.233023E-01
10 119.8000000 -0.523486E-01
11 56.3200000 -0.999499E-01
12 27.1900000 -0.150560E+00
13 13.2600000 -0.119121E+00
14 6.0520000 0.108091E+00
15 2.9810000 0.411129E+00
16 1.4760000 0.457214E+00
S 16
1 3269000.0000000 0.128423E-06
2 489400.0000000 0.997514E-06
3 111400.0000000 0.525480E-05
4 31560.0000000 0.221450E-04
5 10320.0000000 0.805464E-04
6 3731.0000000 0.262506E-03
7 1456.0000000 0.784220E-03
8 604.1000000 0.215039E-02
9 263.5000000 0.541974E-02
10 119.8000000 0.121686E-01
11 56.3200000 0.236823E-01
12 27.1900000 0.360937E-01
13 13.2600000 0.303284E-01
14 6.0520000 -0.309034E-01
15 2.9810000 -0.119126E+00
16 1.4760000 -0.211145E+00
S 1
1 0.7334000 1.0000000
S 1
1 0.2447000 1.0000000
S 1
1 0.1088000 1.0000000
S 1
1 0.0467200 1.0000000
S 1
1 0.0177000 1.0000000
P 8
1 1461.0000000 0.208613E-03
2 346.2000000 0.181005E-02
3 112.2000000 0.973433E-02
4 42.5100000 0.378266E-01
5 17.7200000 0.110898E+00
6 7.8520000 0.234295E+00
7 3.5710000 0.345245E+00
8 1.6370000 0.331430E+00
P 8
1 1461.0000000 -0.371947E-04
2 346.2000000 -0.328563E-03
3 112.2000000 -0.174264E-02
4 42.5100000 -0.694828E-02
5 17.7200000 -0.202807E-01
6 7.8520000 -0.448657E-01
7 3.5710000 -0.643278E-01
8 1.6370000 -0.752666E-01
P 1
1 0.7382000 1.0000000
P 1
1 0.2577000 1.0000000
P 1
1 0.0977300 1.0000000
P 1
1 0.0369000 1.0000000
P 1
1 0.0115000 1.0000000
D 1
1 2.6390000 1.0000000
D 1
1 0.5880000 1.0000000
D 1
1 0.3800000 1.0000000
D 1
1 0.1800000 1.0000000
D 1
1 0.0728000 1.0000000
D 1
1 0.0254000 1.0000000
F 1
1 0.1300000 1.0000000
F 1
1 0.2580000 1.0000000
F 1
1 0.5130000 1.0000000
F 1
1 0.0509000 1.0000000
G 1
1 0.2520000 1.0000000
G 1
1 0.5430000 1.0000000
G 1
1 0.1069000 1.0000000
H 1
1 0.4460000 1.0000000
H 1
1 0.2270000 1.0000000
SILICON
S 16
1 3948000.0000000 0.203712E-05
2 591100.0000000 0.158394E-04
3 134500.0000000 0.833590E-04
4 38120.0000000 0.351361E-03
5 12460.0000000 0.127660E-02
6 4504.0000000 0.415191E-02
7 1758.0000000 0.123030E-01
8 729.1000000 0.333102E-01
9 318.0000000 0.809845E-01
10 144.6000000 0.170290E+00
11 67.9700000 0.286879E+00
12 32.8200000 0.330340E+00
13 16.0300000 0.196602E+00
14 7.3960000 0.354535E-01
15 3.6610000 -0.535204E-03
16 1.8230000 0.161465E-02
S 16
1 3948000.0000000 -0.542085E-06
2 591100.0000000 -0.421677E-05
3 134500.0000000 -0.221813E-04
4 38120.0000000 -0.936028E-04
5 12460.0000000 -0.340116E-03
6 4504.0000000 -0.111061E-02
7 1758.0000000 -0.330878E-02
8 729.1000000 -0.911602E-02
9 318.0000000 -0.228790E-01
10 144.6000000 -0.517119E-01
11 67.9700000 -0.999091E-01
12 32.8200000 -0.152747E+00
13 16.0300000 -0.127508E+00
14 7.3960000 0.946963E-01
15 3.6610000 0.414036E+00
16 1.8230000 0.467934E+00
S 16
1 3948000.0000000 0.138907E-06
2 591100.0000000 0.107953E-05
3 134500.0000000 0.568628E-05
4 38120.0000000 0.239537E-04
5 12460.0000000 0.872409E-04
6 4504.0000000 0.284163E-03
7 1758.0000000 0.849840E-03
8 729.1000000 0.233527E-02
9 318.0000000 0.590466E-02
10 144.6000000 0.133461E-01
11 67.9700000 0.262889E-01
12 32.8200000 0.407426E-01
13 16.0300000 0.361476E-01
14 7.3960000 -0.303923E-01
15 3.6610000 -0.135961E+00
16 1.8230000 -0.250144E+00
S 1
1 0.9147000 1.0000000
S 1
1 0.3393000 1.0000000
S 1
1 0.1500000 1.0000000
S 1
1 0.0643800 1.0000000
S 1
1 0.0260000 1.0000000
P 8
1 1780.0000000 0.201206E-03
2 421.8000000 0.174937E-02
3 136.7000000 0.948141E-02
4 51.8100000 0.372313E-01
5 21.6000000 0.110763E+00
6 9.5630000 0.237933E+00
7 4.3500000 0.353691E+00
8 2.0060000 0.328839E+00
P 8
1 1780.0000000 -0.427152E-04
2 421.8000000 -0.377039E-03
3 136.7000000 -0.202240E-02
4 51.8100000 -0.812833E-02
5 21.6000000 -0.242272E-01
6 9.5630000 -0.543825E-01
7 4.3500000 -0.799051E-01
8 2.0060000 -0.888958E-01
P 1
1 0.9205000 1.0000000
P 1
1 0.3500000 1.0000000
P 1
1 0.1381000 1.0000000
P 1
1 0.0533800 1.0000000
P 1
1 0.0192000 1.0000000
D 1
1 3.7380000 1.0000000
D 1
1 0.8930000 1.0000000
D 1
1 0.5330000 1.0000000
D 1
1 0.2580000 1.0000000
D 1
1 0.1050000 1.0000000
D 1
1 0.0390000 1.0000000
F 1
1 0.1690000 1.0000000
F 1
1 0.3410000 1.0000000
F 1
1 0.6880000 1.0000000
F 1
1 0.0735000 1.0000000
G 1
1 0.3200000 1.0000000
G 1
1 0.7050000 1.0000000
G 1
1 0.1510000 1.0000000
H 1
1 0.5830000 1.0000000
H 1
1 0.3230000 1.0000000
PHOSPHORUS
S 16
1 4666000.0000000 0.196759E-05
2 698600.0000000 0.152963E-04
3 159000.0000000 0.804826E-04
4 45040.0000000 0.339737E-03
5 14720.0000000 0.123291E-02
6 5323.0000000 0.401345E-02
7 2076.0000000 0.119124E-01
8 861.1000000 0.322511E-01
9 375.7000000 0.786643E-01
10 170.8000000 0.166458E+00
11 80.2900000 0.283039E+00
12 38.7700000 0.331942E+00
13 18.9300000 0.203352E+00
14 8.7960000 0.383183E-01
15 4.3580000 -0.384720E-03
16 2.1740000 0.158744E-02
S 16
1 4666000.0000000 -0.534153E-06
2 698600.0000000 -0.415422E-05
3 159000.0000000 -0.218484E-04
4 45040.0000000 -0.923272E-04
5 14720.0000000 -0.335109E-03
6 5323.0000000 -0.109508E-02
7 2076.0000000 -0.326798E-02
8 861.1000000 -0.899951E-02
9 375.7000000 -0.226528E-01
10 170.8000000 -0.514650E-01
11 80.2900000 -0.100186E+00
12 38.7700000 -0.155075E+00
13 18.9300000 -0.133818E+00
14 8.7960000 0.878361E-01
15 4.3580000 0.422581E+00
16 2.1740000 0.474899E+00
S 16
1 4666000.0000000 0.146776E-06
2 698600.0000000 0.114064E-05
3 159000.0000000 0.600568E-05
4 45040.0000000 0.253427E-04
5 14720.0000000 0.921606E-04
6 5323.0000000 0.300563E-03
7 2076.0000000 0.899884E-03
8 861.1000000 0.247354E-02
9 375.7000000 0.626812E-02
10 170.8000000 0.142598E-01
11 80.2900000 0.282769E-01
12 38.7700000 0.445124E-01
13 18.9300000 0.407217E-01
14 8.7960000 -0.301908E-01
15 4.3580000 -0.152894E+00
16 2.1740000 -0.282411E+00
S 1
1 1.0950000 1.0000000
S 1
1 0.4400000 1.0000000
S 1
1 0.1945000 1.0000000
S 1
1 0.0837600 1.0000000
S 1
1 0.0335000 1.0000000
P 8
1 2010.0000000 0.215915E-03
2 476.3000000 0.187536E-02
3 154.4000000 0.101742E-01
4 58.5100000 0.399856E-01
5 24.4000000 0.118563E+00
6 10.8000000 0.251816E+00
7 4.9130000 0.366565E+00
8 2.2690000 0.316177E+00
P 8
1 2010.0000000 -0.511444E-04
2 476.3000000 -0.448356E-03
3 154.4000000 -0.242340E-02
4 58.5100000 -0.969826E-02
5 24.4000000 -0.290965E-01
6 10.8000000 -0.641726E-01
7 4.9130000 -0.945071E-01
8 2.2690000 -0.934700E-01
P 1
1 1.0430000 1.0000000
P 1
1 0.4313000 1.0000000
P 1
1 0.1767000 1.0000000
P 1
1 0.0700900 1.0000000
P 1
1 0.0253000 1.0000000
D 1
1 5.1030000 1.0000000
D 1
1 1.2540000 1.0000000
D 1
1 0.7240000 1.0000000
D 1
1 0.3540000 1.0000000
D 1
1 0.1440000 1.0000000
D 1
1 0.0537000 1.0000000
F 1
1 0.2190000 1.0000000
F 1
1 0.4500000 1.0000000
F 1
1 0.9230000 1.0000000
F 1
1 0.0950000 1.0000000
G 1
1 0.4120000 1.0000000
G 1
1 0.9030000 1.0000000
G 1
1 0.1840000 1.0000000
H 1
1 0.7450000 1.0000000
H 1
1 0.3720000 1.0000000
SULFUR
S 16
1 5481000.0000000 0.189338E-05
2 820600.0000000 0.147211E-04
3 186700.0000000 0.775084E-04
4 52880.0000000 0.327224E-03
5 17250.0000000 0.119365E-02
6 6226.0000000 0.388393E-02
7 2429.0000000 0.115336E-01
8 1007.0000000 0.312748E-01
9 439.5000000 0.764387E-01
10 199.8000000 0.162700E+00
11 93.9200000 0.279328E+00
12 45.3400000 0.333145E+00
13 22.1500000 0.209836E+00
14 10.3400000 0.415974E-01
15 5.1190000 -0.450552E-03
16 2.5530000 0.168855E-02
S 16
1 5481000.0000000 -0.522912E-06
2 820600.0000000 -0.406690E-05
3 186700.0000000 -0.214065E-04
4 52880.0000000 -0.904540E-04
5 17250.0000000 -0.330080E-03
6 6226.0000000 -0.107782E-02
7 2429.0000000 -0.321874E-02
8 1007.0000000 -0.887217E-02
9 439.5000000 -0.223771E-01
10 199.8000000 -0.510577E-01
11 93.9200000 -0.100225E+00
12 45.3400000 -0.156795E+00
13 22.1500000 -0.139748E+00
14 10.3400000 0.810059E-01
15 5.1190000 0.430883E+00
16 2.5530000 0.481688E+00
S 16
1 5481000.0000000 0.151823E-06
2 820600.0000000 0.118008E-05
3 186700.0000000 0.621699E-05
4 52880.0000000 0.262405E-04
5 17250.0000000 0.959040E-04
6 6226.0000000 0.312678E-03
7 2429.0000000 0.936322E-03
8 1007.0000000 0.257790E-02
9 439.5000000 0.654121E-02
10 199.8000000 0.149630E-01
11 93.9200000 0.298940E-01
12 45.3400000 0.476946E-01
13 22.1500000 0.449556E-01
14 10.3400000 -0.293009E-01
15 5.1190000 -0.168916E+00
16 2.5530000 -0.311014E+00
S 1
1 1.2820000 1.0000000
S 1
1 0.5450000 1.0000000
S 1
1 0.2411000 1.0000000
S 1
1 0.1035000 1.0000000
S 1
1 0.0420000 1.0000000
P 8
1 2200.0000000 0.239049E-03
2 521.4000000 0.207686E-02
3 169.0000000 0.112363E-01
4 64.0500000 0.440690E-01
5 26.7200000 0.129168E+00
6 11.8300000 0.269083E+00
7 5.3780000 0.378611E+00
8 2.4820000 0.296779E+00
P 8
1 2200.0000000 -0.608562E-04
2 521.4000000 -0.530419E-03
3 169.0000000 -0.287915E-02
4 64.0500000 -0.114397E-01
5 26.7200000 -0.342764E-01
6 11.8300000 -0.735811E-01
7 5.3780000 -0.107782E+00
8 2.4820000 -0.879769E-01
P 1
1 1.1160000 1.0000000
P 1
1 0.4848000 1.0000000
P 1
1 0.2006000 1.0000000
P 1
1 0.0795100 1.0000000
P 1
1 0.0294000 1.0000000
D 1
1 6.5100000 1.0000000
D 1
1 1.5900000 1.0000000
D 1
1 0.8860000 1.0000000
D 1
1 0.4380000 1.0000000
D 1
1 0.1770000 1.0000000
D 1
1 0.0664000 1.0000000
F 1
1 0.2550000 1.0000000
F 1
1 0.5290000 1.0000000
F 1
1 1.0960000 1.0000000
F 1
1 0.1188000 1.0000000
G 1
1 0.4630000 1.0000000
G 1
1 1.0710000 1.0000000
G 1
1 0.2200000 1.0000000
H 1
1 0.8720000 1.0000000
H 1
1 0.4720000 1.0000000
CHLORINE
S 16
1 6410000.0000000 0.181350E-05
2 959600.0000000 0.141118E-04
3 218300.0000000 0.742406E-04
4 61810.0000000 0.314131E-03
5 20140.0000000 0.114642E-02
6 7264.0000000 0.373888E-02
7 2832.0000000 0.110946E-01
8 1175.0000000 0.301152E-01
9 512.6000000 0.739145E-01
10 233.0000000 0.158258E+00
11 109.5000000 0.274753E+00
12 52.8600000 0.334066E+00
13 25.8400000 0.217589E+00
14 12.1700000 0.457278E-01
15 6.0300000 -0.134739E-03
16 3.0120000 0.163933E-02
S 16
1 6410000.0000000 -0.508303E-06
2 959600.0000000 -0.395633E-05
3 218300.0000000 -0.208095E-04
4 61810.0000000 -0.881175E-04
5 20140.0000000 -0.321742E-03
6 7264.0000000 -0.105277E-02
7 2832.0000000 -0.314183E-02
8 1175.0000000 -0.866363E-02
9 512.6000000 -0.219353E-01
10 233.0000000 -0.502584E-01
11 109.5000000 -0.995414E-01
12 52.8600000 -0.157647E+00
13 25.8400000 -0.146024E+00
14 12.1700000 0.692230E-01
15 6.0300000 0.430412E+00
16 3.0120000 0.490802E+00
S 16
1 6410000.0000000 0.153808E-06
2 959600.0000000 0.119654E-05
3 218300.0000000 0.629828E-05
4 61810.0000000 0.266450E-04
5 20140.0000000 0.974162E-04
6 7264.0000000 0.318360E-03
7 2832.0000000 0.952377E-03
8 1175.0000000 0.262430E-02
9 512.6000000 0.668160E-02
10 233.0000000 0.153595E-01
11 109.5000000 0.309432E-01
12 52.8600000 0.500638E-01
13 25.8400000 0.489782E-01
14 12.1700000 -0.260807E-01
15 6.0300000 -0.178426E+00
16 3.0120000 -0.332324E+00
S 1
1 1.5110000 1.0000000
S 1
1 0.6604000 1.0000000
S 1
1 0.2926000 1.0000000
S 1
1 0.1254000 1.0000000
S 1
1 0.0479000 1.0000000
P 8
1 2548.0000000 0.235702E-03
2 603.7000000 0.205158E-02
3 195.6000000 0.111543E-01
4 74.1500000 0.439816E-01
5 30.9400000 0.129994E+00
6 13.6900000 0.272959E+00
7 6.2290000 0.383690E+00
8 2.8780000 0.291870E+00
P 8
1 2548.0000000 -0.635410E-04
2 603.7000000 -0.553259E-03
3 195.6000000 -0.302795E-02
4 74.1500000 -0.120650E-01
5 30.9400000 -0.366348E-01
6 13.6900000 -0.790764E-01
7 6.2290000 -0.117422E+00
8 2.8780000 -0.860943E-01
P 1
1 1.2820000 1.0000000
P 1
1 0.5641000 1.0000000
P 1
1 0.2348000 1.0000000
P 1
1 0.0931200 1.0000000
P 1
1 0.0348000 1.0000000
D 1
1 8.3990000 1.0000000
D 1
1 2.0300000 1.0000000
D 1
1 1.0970000 1.0000000
D 1
1 0.5490000 1.0000000
D 1
1 0.2210000 1.0000000
D 1
1 0.0836000 1.0000000
F 1
1 0.3200000 1.0000000
F 1
1 0.6560000 1.0000000
F 1
1 1.3450000 1.0000000
F 1
1 0.1640000 1.0000000
G 1
1 0.5560000 1.0000000
G 1
1 1.3020000 1.0000000
G 1
1 0.2770000 1.0000000
H 1
1 1.0530000 1.0000000
H 1
1 0.6070000 1.0000000
ARGON
S 16
1 7401000.0000000 0.175018E-05
2 1108000.0000000 0.136147E-04
3 252100.0000000 0.716297E-04
4 71380.0000000 0.303035E-03
5 23260.0000000 0.110610E-02
6 8390.0000000 0.360679E-02
7 3271.0000000 0.107134E-01
8 1357.0000000 0.291074E-01
9 592.0000000 0.716617E-01
10 269.1000000 0.154144E+00
11 126.5000000 0.270423E+00
12 61.0300000 0.334862E+00
13 29.8600000 0.224347E+00
14 14.1700000 0.500081E-01
15 7.0220000 0.149726E-03
16 3.5110000 0.210369E-02
S 16
1 7401000.0000000 -0.520448E-06
2 1108000.0000000 -0.404909E-05
3 252100.0000000 -0.213023E-04
4 71380.0000000 -0.901686E-04
5 23260.0000000 -0.329374E-03
6 8390.0000000 -0.107715E-02
7 3271.0000000 -0.321892E-02
8 1357.0000000 -0.887845E-02
9 592.0000000 -0.225545E-01
10 269.1000000 -0.518453E-01
11 126.5000000 -0.103722E+00
12 61.0300000 -0.166595E+00
13 29.8600000 -0.160165E+00
14 14.1700000 0.623654E-01
15 7.0220000 0.465534E+00
16 3.5110000 0.581564E+00
S 16
1 7401000.0000000 0.230379E-08
2 1108000.0000000 0.174221E-07
3 252100.0000000 0.955300E-07
4 71380.0000000 0.383619E-06
5 23260.0000000 0.150535E-05
6 8390.0000000 0.458632E-05
7 3271.0000000 0.155002E-04
8 1357.0000000 0.406695E-04
9 592.0000000 0.131337E-03
10 269.1000000 0.332685E-03
11 126.5000000 0.106670E-02
12 61.0300000 0.257210E-02
13 29.8600000 0.483584E-02
14 14.1700000 -0.385728E-02
15 7.0220000 -0.476125E-01
16 3.5110000 -0.182957E+00
S 1
1 1.7580000 1.0000000
S 1
1 0.7841000 1.0000000
S 1
1 0.3480000 1.0000000
S 1
1 0.1491000 1.0000000
S 1
1 0.0538000 1.0000000
P 8
1 2927.0000000 0.188338E-03
2 693.5000000 0.164288E-02
3 224.7000000 0.894893E-02
4 85.1700000 0.355111E-01
5 35.5300000 0.105147E+00
6 15.7300000 0.221552E+00
7 7.1650000 0.308412E+00
8 3.3220000 0.232203E+00
P 8
1 2927.0000000 -0.150207E-03
2 693.5000000 -0.130928E-02
3 224.7000000 -0.716501E-02
4 85.1700000 -0.285723E-01
5 35.5300000 -0.860158E-01
6 15.7300000 -0.183996E+00
7 7.1650000 -0.265844E+00
8 3.3220000 -0.188741E+00
P 1
1 1.4780000 1.0000000
P 1
1 0.6552000 1.0000000
P 1
1 0.2751000 1.0000000
P 1
1 0.1097000 1.0000000
P 1
1 0.0402000 1.0000000
D 1
1 10.5180000 1.0000000
D 1
1 2.5160000 1.0000000
D 1
1 1.3320000 1.0000000
D 1
1 0.6730000 1.0000000
D 1
1 0.2700000 1.0000000
D 1
1 0.0978000 1.0000000
F 1
1 0.4080000 1.0000000
F 1
1 0.8250000 1.0000000
F 1
1 1.6680000 1.0000000
F 1
1 0.2090000 1.0000000
G 1
1 0.6650000 1.0000000
G 1
1 1.5620000 1.0000000
G 1
1 0.3340000 1.0000000
H 1
1 1.2640000 1.0000000
H 1
1 0.7420000 1.0000000

835
data/basis/aug-cc-pv_6+d_z Normal file
View File

@ -0,0 +1,835 @@
ALUMINUM
S 16
1 3652000.0000000 0.0000019
2 546800.0000000 0.0000145
3 124500.0000000 0.0000762
4 35440.0000000 0.0003158
5 11840.0000000 0.0010974
6 4434.0000000 0.0033697
7 1812.0000000 0.0093222
8 791.5000000 0.0237992
9 361.0000000 0.0568191
10 169.5000000 0.1224680
11 81.6800000 0.2238970
12 40.2800000 0.3134460
13 20.2500000 0.2749750
14 10.2300000 0.1105640
15 4.8020000 0.0119215
16 2.3390000 0.0006528
S 16
1 3652000.0000000 -0.0000005
2 546800.0000000 -0.0000038
3 124500.0000000 -0.0000198
4 35440.0000000 -0.0000821
5 11840.0000000 -0.0002858
6 4434.0000000 -0.0008785
7 1812.0000000 -0.0024482
8 791.5000000 -0.0063100
9 361.0000000 -0.0154854
10 169.5000000 -0.0349589
11 81.6800000 -0.0707729
12 40.2800000 -0.1194230
13 20.2500000 -0.1488420
14 10.2300000 -0.0590465
15 4.8020000 0.2166930
16 2.3390000 0.4765570
S 16
1 3652000.0000000 0.0000001
2 546800.0000000 0.0000009
3 124500.0000000 0.0000046
4 35440.0000000 0.0000190
5 11840.0000000 0.0000659
6 4434.0000000 0.0002031
7 1812.0000000 0.0005647
8 791.5000000 0.0014620
9 361.0000000 0.0035794
10 169.5000000 0.0081516
11 81.6800000 0.0165276
12 40.2800000 0.0285467
13 20.2500000 0.0361484
14 10.2300000 0.0153804
15 4.8020000 -0.0612141
16 2.3390000 -0.1512630
S 1
1 1.1630000 1.0000000
S 1
1 0.5882000 1.0000000
S 1
1 0.2311000 1.0000000
S 1
1 0.1027000 1.0000000
S 1
1 0.0452100 1.0000000
S 1
1 0.0173700 1.0000000
P 9
1 2884.0000000 0.0000638
2 683.2000000 0.0005631
3 222.0000000 0.0031691
4 84.8200000 0.0132401
5 35.8100000 0.0433403
6 16.2200000 0.1119500
7 7.7020000 0.2177960
8 3.7410000 0.3116750
9 1.8310000 0.3167220
P 9
1 2884.0000000 -0.0000080
2 683.2000000 -0.0000651
3 222.0000000 -0.0003999
4 84.8200000 -0.0015369
5 35.8100000 -0.0055644
6 16.2200000 -0.0131106
7 7.7020000 -0.0297200
8 3.7410000 -0.0347195
9 1.8310000 -0.0551621
P 1
1 0.8878000 1.0000000
P 1
1 0.3989000 1.0000000
P 1
1 0.1718000 1.0000000
P 1
1 0.0729800 1.0000000
P 1
1 0.0306900 1.0000000
P 1
1 0.0102100 1.0000000
D 1
1 4.2400000 1.0000000
D 1
1 0.8500000 1.0000000
D 1
1 0.7490000 1.0000000
D 1
1 0.3500000 1.0000000
D 1
1 0.1560000 1.0000000
D 1
1 0.0661000 1.0000000
D 1
1 0.0237000 1.0000000
F 1
1 0.8756000 1.0000000
F 1
1 0.4472000 1.0000000
F 1
1 0.2284000 1.0000000
F 1
1 0.1167000 1.0000000
F 1
1 0.0462500 1.0000000
G 1
1 0.6952000 1.0000000
G 1
1 0.3771000 1.0000000
G 1
1 0.2046000 1.0000000
G 1
1 0.0854500 1.0000000
H 1
1 0.6560000 1.0000000
H 1
1 0.3300000 1.0000000
H 1
1 0.1655000 1.0000000
I 1
1 0.5302000 1.0000000
I 1
1 0.2990000 1.0000000
SILICON
S 16
1 4465000.0000000 0.0000017
2 668500.0000000 0.0000136
3 152200.0000000 0.0000714
4 43300.0000000 0.0002973
5 14410.0000000 0.0010383
6 5394.0000000 0.0031747
7 2212.0000000 0.0087324
8 968.1000000 0.0223830
9 441.2000000 0.0537273
10 207.1000000 0.1166490
11 99.8000000 0.2159780
12 49.2400000 0.3095660
13 24.7400000 0.2839450
14 12.4700000 0.1222320
15 5.7950000 0.0141952
16 2.8300000 0.0003121
S 16
1 4465000.0000000 -0.0000005
2 668500.0000000 -0.0000036
3 152200.0000000 -0.0000190
4 43300.0000000 -0.0000791
5 14410.0000000 -0.0002769
6 5394.0000000 -0.0008472
7 2212.0000000 -0.0023478
8 968.1000000 -0.0060705
9 441.2000000 -0.0149711
10 207.1000000 -0.0339729
11 99.8000000 -0.0694584
12 49.2400000 -0.1190010
13 24.7400000 -0.1536450
14 12.4700000 -0.0704684
15 5.7950000 0.2131490
16 2.8300000 0.4915960
S 16
1 4465000.0000000 0.0000001
2 668500.0000000 0.0000009
3 152200.0000000 0.0000049
4 43300.0000000 0.0000203
5 14410.0000000 0.0000709
6 5394.0000000 0.0002172
7 2212.0000000 0.0006013
8 968.1000000 0.0015591
9 441.2000000 0.0038443
10 207.1000000 0.0087797
11 99.8000000 0.0180388
12 49.2400000 0.0315224
13 24.7400000 0.0416905
14 12.4700000 0.0200973
15 5.7950000 -0.0667484
16 2.8300000 -0.1819060
S 1
1 1.4070000 1.0000000
S 1
1 0.6995000 1.0000000
S 1
1 0.3083000 1.0000000
S 1
1 0.1385000 1.0000000
S 1
1 0.0614500 1.0000000
S 1
1 0.0253900 1.0000000
P 9
1 3572.0000000 0.0000599
2 846.0000000 0.0005296
3 274.8000000 0.0029958
4 105.0000000 0.0126335
5 44.3500000 0.0419044
6 20.0800000 0.1102590
7 9.5300000 0.2188310
8 4.6340000 0.3178280
9 2.2800000 0.3194250
P 9
1 3572.0000000 -0.0000128
2 846.0000000 -0.0001126
3 274.8000000 -0.0006402
4 105.0000000 -0.0027029
5 44.3500000 -0.0090789
6 20.0800000 -0.0242348
7 9.5300000 -0.0493460
8 4.6340000 -0.0725859
9 2.2800000 -0.0804258
P 1
1 1.1160000 1.0000000
P 1
1 0.4991000 1.0000000
P 1
1 0.2254000 1.0000000
P 1
1 0.1001000 1.0000000
P 1
1 0.0433200 1.0000000
P 1
1 0.0169400 1.0000000
D 1
1 6.8250000 1.0000000
D 1
1 1.7630000 1.0000000
D 1
1 0.8350000 1.0000000
D 1
1 0.5070000 1.0000000
D 1
1 0.2320000 1.0000000
D 1
1 0.0977000 1.0000000
D 1
1 0.0370000 1.0000000
F 1
1 1.3510000 1.0000000
F 1
1 0.6600000 1.0000000
F 1
1 0.3225000 1.0000000
F 1
1 0.1575000 1.0000000
F 1
1 0.0688400 1.0000000
G 1
1 0.8528000 1.0000000
G 1
1 0.4631000 1.0000000
G 1
1 0.2515000 1.0000000
G 1
1 0.1164000 1.0000000
H 1
1 0.8557000 1.0000000
H 1
1 0.4231000 1.0000000
H 1
1 0.2351000 1.0000000
I 1
1 0.6946000 1.0000000
I 1
1 0.4271000 1.0000000
PHOSPHORUS
S 16
1 5384000.0000000 0.0000016
2 806200.0000000 0.0000128
3 183600.0000000 0.0000672
4 52250.0000000 0.0002797
5 17390.0000000 0.0009767
6 6523.0000000 0.0029684
7 2687.0000000 0.0081240
8 1178.0000000 0.0209200
9 536.2000000 0.0505590
10 251.5000000 0.1104790
11 121.3000000 0.2069570
12 59.8800000 0.3047370
13 30.0500000 0.2929520
14 15.1200000 0.1355610
15 7.0100000 0.0173208
16 3.4410000 -0.0000352
S 16
1 5384000.0000000 -0.0000004
2 806200.0000000 -0.0000035
3 183600.0000000 -0.0000183
4 52250.0000000 -0.0000759
5 17390.0000000 -0.0002657
6 6523.0000000 -0.0008080
7 2687.0000000 -0.0022273
8 1178.0000000 -0.0057833
9 536.2000000 -0.0143438
10 251.5000000 -0.0327061
11 121.3000000 -0.0673716
12 59.8800000 -0.1176470
13 30.0500000 -0.1572800
14 15.1200000 -0.0838544
15 7.0100000 0.1997180
16 3.4410000 0.4986050
S 16
1 5384000.0000000 0.0000001
2 806200.0000000 0.0000010
3 183600.0000000 0.0000050
4 52250.0000000 0.0000209
5 17390.0000000 0.0000730
6 6523.0000000 0.0002221
7 2687.0000000 0.0006122
8 1178.0000000 0.0015918
9 536.2000000 0.0039534
10 251.5000000 0.0090572
11 121.3000000 0.0187909
12 59.8800000 0.0333831
13 30.0500000 0.0459484
14 15.1200000 0.0255240
15 7.0100000 -0.0669496
16 3.4410000 -0.2036450
S 1
1 1.7120000 1.0000000
S 1
1 0.8337000 1.0000000
S 1
1 0.3912000 1.0000000
S 1
1 0.1777000 1.0000000
S 1
1 0.0793900 1.0000000
S 1
1 0.0322800 1.0000000
P 9
1 4552.0000000 0.0000520
2 1078.0000000 0.0004604
3 350.1000000 0.0026208
4 133.8000000 0.0111873
5 56.5200000 0.0378229
6 25.5800000 0.1021160
7 12.1400000 0.2103140
8 5.9020000 0.3173830
9 2.9100000 0.3271650
P 9
1 4552.0000000 -0.0000124
2 1078.0000000 -0.0001094
3 350.1000000 -0.0006256
4 133.8000000 -0.0026734
5 56.5200000 -0.0091552
6 25.5800000 -0.0250993
7 12.1400000 -0.0531810
8 5.9020000 -0.0815888
9 2.9100000 -0.0919725
P 1
1 1.4350000 1.0000000
P 1
1 0.6570000 1.0000000
P 1
1 0.3005000 1.0000000
P 1
1 0.1340000 1.0000000
P 1
1 0.0578300 1.0000000
P 1
1 0.0219700 1.0000000
D 1
1 9.4730000 1.0000000
D 1
1 2.4820000 1.0000000
D 1
1 1.0880000 1.0000000
D 1
1 0.6920000 1.0000000
D 1
1 0.3190000 1.0000000
D 1
1 0.1340000 1.0000000
D 1
1 0.0507000 1.0000000
F 1
1 1.8160000 1.0000000
F 1
1 0.8806000 1.0000000
F 1
1 0.4270000 1.0000000
F 1
1 0.2070000 1.0000000
F 1
1 0.0871000 1.0000000
G 1
1 1.0616000 1.0000000
G 1
1 0.5791000 1.0000000
G 1
1 0.3159000 1.0000000
G 1
1 0.1470000 1.0000000
H 1
1 1.0850000 1.0000000
H 1
1 0.5277000 1.0000000
H 1
1 0.2874000 1.0000000
I 1
1 0.8890000 1.0000000
I 1
1 0.5151000 1.0000000
SULFUR
S 16
1 6297000.0000000 0.0000016
2 943100.0000000 0.0000124
3 214900.0000000 0.0000649
4 61250.0000000 0.0002693
5 20450.0000000 0.0009347
6 7719.0000000 0.0028083
7 3198.0000000 0.0076740
8 1402.0000000 0.0198898
9 637.2000000 0.0482589
10 298.9000000 0.1057570
11 144.3000000 0.2002230
12 71.2100000 0.3007280
13 35.7300000 0.2986880
14 17.9700000 0.1463470
15 8.3410000 0.0201159
16 4.1120000 -0.0002488
S 16
1 6297000.0000000 -0.0000004
2 943100.0000000 -0.0000034
3 214900.0000000 -0.0000179
4 61250.0000000 -0.0000744
5 20450.0000000 -0.0002587
6 7719.0000000 -0.0007777
7 3198.0000000 -0.0021396
8 1402.0000000 -0.0055906
9 637.2000000 -0.0139076
10 298.9000000 -0.0317689
11 144.3000000 -0.0659302
12 71.2100000 -0.1168320
13 35.7300000 -0.1597870
14 17.9700000 -0.0945322
15 8.3410000 0.1878280
16 4.1120000 0.5046830
S 16
1 6297000.0000000 0.0000001
2 943100.0000000 0.0000010
3 214900.0000000 0.0000052
4 61250.0000000 0.0000216
5 20450.0000000 0.0000751
6 7719.0000000 0.0002258
7 3198.0000000 0.0006217
8 1402.0000000 0.0016251
9 637.2000000 0.0040535
10 298.9000000 0.0092902
11 144.3000000 0.0194561
12 71.2100000 0.0350040
13 35.7300000 0.0494897
14 17.9700000 0.0303443
15 8.3410000 -0.0663661
16 4.1120000 -0.2231540
S 1
1 2.0450000 1.0000000
S 1
1 0.9770000 1.0000000
S 1
1 0.4766000 1.0000000
S 1
1 0.2185000 1.0000000
S 1
1 0.0975900 1.0000000
S 1
1 0.0389300 1.0000000
P 9
1 5266.0000000 0.0000523
2 1247.0000000 0.0004635
3 405.0000000 0.0026410
4 154.8000000 0.0113169
5 65.3800000 0.0384704
6 29.5900000 0.1043390
7 14.0400000 0.2156840
8 6.8240000 0.3252600
9 3.3690000 0.3261780
P 9
1 5266.0000000 -0.0000133
2 1247.0000000 -0.0001179
3 405.0000000 -0.0006759
4 154.8000000 -0.0028973
5 65.3800000 -0.0099980
6 29.5900000 -0.0275416
7 14.0400000 -0.0587943
8 6.8240000 -0.0903761
9 3.3690000 -0.0999891
P 1
1 1.6660000 1.0000000
P 1
1 0.7681000 1.0000000
P 1
1 0.3504000 1.0000000
P 1
1 0.1556000 1.0000000
P 1
1 0.0668100 1.0000000
P 1
1 0.0264800 1.0000000
D 1
1 11.5330000 1.0000000
D 1
1 2.9880000 1.0000000
D 1
1 1.2590000 1.0000000
D 1
1 0.8040000 1.0000000
D 1
1 0.3800000 1.0000000
D 1
1 0.1600000 1.0000000
D 1
1 0.0609000 1.0000000
F 1
1 2.2120000 1.0000000
F 1
1 1.0630000 1.0000000
F 1
1 0.5100000 1.0000000
F 1
1 0.2450000 1.0000000
F 1
1 0.1100000 1.0000000
G 1
1 1.3473000 1.0000000
G 1
1 0.7009000 1.0000000
G 1
1 0.3647000 1.0000000
G 1
1 0.1799000 1.0000000
H 1
1 1.2861000 1.0000000
H 1
1 0.6115000 1.0000000
H 1
1 0.3465000 1.0000000
I 1
1 1.0409000 1.0000000
I 1
1 0.6222000 1.0000000
CHLORINE
S 16
1 7733000.0000000 0.14347400E-05
2 1158000.0000000 0.11148600E-04
3 263700.0000000 0.58586500E-04
4 75010.0000000 0.24451800E-03
5 24890.0000000 0.85828700E-03
6 9318.0000000 0.26101900E-02
7 3840.0000000 0.71378400E-02
8 1684.0000000 0.18456400E-01
9 766.3000000 0.44894400E-01
10 359.5000000 0.99382200E-01
11 173.4000000 0.19078200
12 85.6100000 0.29356500
13 42.9300000 0.30647700
14 21.5500000 0.16220900
15 10.0500000 0.24938300E-01
16 4.9780000 -0.51314200E-03
S 16
1 7733000.0000000 -0.40222700E-06
2 1158000.0000000 -0.31244800E-05
3 263700.0000000 -0.16429000E-04
4 75010.0000000 -0.68542100E-04
5 24890.0000000 -0.24100100E-03
6 9318.0000000 -0.73353800E-03
7 3840.0000000 -0.20183000E-02
8 1684.0000000 -0.52610700E-02
9 766.3000000 -0.13098600E-01
10 359.5000000 -0.30179400E-01
11 173.4000000 -0.63188800E-01
12 85.6100000 -0.11385900
13 42.9300000 -0.16125100
14 21.5500000 -0.10923400
15 10.0500000 0.16299900
16 4.9780000 0.50141300
S 16
1 7733000.0000000 0.12169600E-06
2 1158000.0000000 0.94514100E-06
3 263700.0000000 0.49711900E-05
4 75010.0000000 0.20732300E-04
5 24890.0000000 0.72940200E-04
6 9318.0000000 0.22189900E-03
7 3840.0000000 0.61135500E-03
8 1684.0000000 0.15933700E-02
9 766.3000000 0.39800100E-02
10 359.5000000 0.91937500E-02
11 173.4000000 0.19439900E-01
12 85.6100000 0.35518700E-01
13 42.9300000 0.52067400E-01
14 21.5500000 0.36564400E-01
15 10.0500000 -0.59750000E-01
16 4.9780000 -0.23164100
S 1
1 2.4780000 1.0000000
S 1
1 1.1800000 1.0000000
S 1
1 0.5828000 1.0000000
S 1
1 0.2668000 1.0000000
S 1
1 0.1183000 1.0000000
S 1
1 0.0462500 1.0000000
P 9
1 6091.0000000 0.51619400E-04
2 1442.0000000 0.45846800E-03
3 468.3000000 0.26150900E-02
4 179.0000000 0.11255400E-01
5 75.6100000 0.38457700E-01
6 34.2200000 0.10508100E+00
7 16.2300000 0.21860300E+00
8 7.8900000 0.33087400E+00
9 3.8980000 0.32587900E+00
P 9
1 6091.0000000 -0.13925900E-04
2 1442.0000000 -0.12332400E-03
3 468.3000000 -0.70755100E-03
4 179.0000000 -0.30493900E-02
5 75.6100000 -0.10575200E-01
6 34.2200000 -0.29409400E-01
7 16.2300000 -0.63229600E-01
8 7.8900000 -0.98187000E-01
9 3.8980000 -0.10587000E+00
P 1
1 1.9330000 1.0000000
P 1
1 0.9057000 1.0000000
P 1
1 0.4140000 1.0000000
P 1
1 0.1836000 1.0000000
P 1
1 0.0785900 1.0000000
P 1
1 0.0316300 1.0000000
D 1
1 14.7720000 1.0000000
D 1
1 3.8200000 1.0000000
D 1
1 1.5830000 1.0000000
D 1
1 1.0360000 1.0000000
D 1
1 0.4880000 1.0000000
D 1
1 0.2030000 1.0000000
D 1
1 0.0775000 1.0000000
F 1
1 2.5327000 1.0000000
F 1
1 1.2406000 1.0000000
F 1
1 0.6077000 1.0000000
F 1
1 0.2977000 1.0000000
F 1
1 0.1465000 1.0000000
G 1
1 1.5388000 1.0000000
G 1
1 0.8050000 1.0000000
G 1
1 0.4212000 1.0000000
G 1
1 0.2177000 1.0000000
H 1
1 1.5613000 1.0000000
H 1
1 0.7397000 1.0000000
H 1
1 0.4365000 1.0000000
I 1
1 1.2572000 1.0000000
I 1
1 0.8074000 1.0000000
ARGON
S 16
1 9149000.0000000 0.0000013
2 1370000.0000000 0.0000104
3 311900.0000000 0.0000549
4 88650.0000000 0.0002296
5 29330.0000000 0.0008103
6 10930.0000000 0.0024853
7 4480.0000000 0.0068369
8 1962.0000000 0.0176199
9 894.1000000 0.0428752
10 419.6000000 0.0954853
11 202.3000000 0.1850640
12 99.8400000 0.2890420
13 50.0700000 0.3101660
14 25.1400000 0.1721830
15 11.8100000 0.0285227
16 5.8820000 -0.0005757
S 16
1 9149000.0000000 -0.0000004
2 1370000.0000000 -0.0000030
3 311900.0000000 -0.0000156
4 88650.0000000 -0.0000652
5 29330.0000000 -0.0002304
6 10930.0000000 -0.0007075
7 4480.0000000 -0.0019573
8 1962.0000000 -0.0050856
9 894.1000000 -0.0126528
10 419.6000000 -0.0293065
11 202.3000000 -0.0617712
12 99.8400000 -0.1125410
13 50.0700000 -0.1622930
14 25.1400000 -0.1184120
15 11.8100000 0.1461480
16 5.8820000 0.4977520
S 16
1 9149000.0000000 0.0000001
2 1370000.0000000 0.0000009
3 311900.0000000 0.0000049
4 88650.0000000 0.0000204
5 29330.0000000 0.0000720
6 10930.0000000 0.0002210
7 4480.0000000 0.0006125
8 1962.0000000 0.0015908
9 894.1000000 0.0039722
10 419.6000000 0.0092204
11 202.3000000 0.0196367
12 99.8400000 0.0362570
13 50.0700000 0.0541725
14 25.1400000 0.0409996
15 11.8100000 -0.0551744
16 5.8820000 -0.2387540
S 1
1 2.9390000 1.0000000
S 1
1 1.4050000 1.0000000
S 1
1 0.6963000 1.0000000
S 1
1 0.3188000 1.0000000
S 1
1 0.1410000 1.0000000
S 1
1 0.0535700 1.0000000
P 9
1 7050.0000000 0.0000502
2 1669.0000000 0.0004454
3 542.1000000 0.0025480
4 207.1000000 0.0110155
5 87.5200000 0.0378490
6 39.6100000 0.1043550
7 18.7800000 0.2193350
8 9.1300000 0.3346150
9 4.5160000 0.3267710
P 9
1 7050.0000000 -0.0000140
2 1669.0000000 -0.0001243
3 542.1000000 -0.0007147
4 207.1000000 -0.0030968
5 87.5200000 -0.0107961
6 39.6100000 -0.0303536
7 18.7800000 -0.0659785
8 9.1300000 -0.1038770
9 4.5160000 -0.1099560
P 1
1 2.2450000 1.0000000
P 1
1 1.0650000 1.0000000
P 1
1 0.4885000 1.0000000
P 1
1 0.2166000 1.0000000
P 1
1 0.0925500 1.0000000
P 1
1 0.0367800 1.0000000
D 1
1 17.7430000 1.0000000
D 1
1 4.5800000 1.0000000
D 1
1 1.8890000 1.0000000
D 1
1 1.2520000 1.0000000
D 1
1 0.5940000 1.0000000
D 1
1 0.2470000 1.0000000
D 1
1 0.0898000 1.0000000
F 1
1 3.0582000 1.0000000
F 1
1 1.5292000 1.0000000
F 1
1 0.7647000 1.0000000
F 1
1 0.3824000 1.0000000
F 1
1 0.1830000 1.0000000
G 1
1 1.8450000 1.0000000
G 1
1 0.9657000 1.0000000
G 1
1 0.5055000 1.0000000
G 1
1 0.2555000 1.0000000
H 1
1 1.8743000 1.0000000
H 1
1 0.8871000 1.0000000
H 1
1 0.5265000 1.0000000
I 1
1 1.5066000 1.0000000
I 1
1 0.9926000 1.0000000

409
data/basis/aug-cc-pv_d+d_z Normal file
View File

@ -0,0 +1,409 @@
ALUMINUM
S 11
1 64150.0000000 0.290250E-03
2 9617.0000000 0.225064E-02
3 2189.0000000 0.116459E-01
4 620.5000000 0.467377E-01
5 202.7000000 0.146299E+00
6 73.1500000 0.330283E+00
7 28.5500000 0.415861E+00
8 11.7700000 0.189253E+00
9 3.3000000 0.115889E-01
10 1.1730000 -0.128385E-02
11 0.1752000 0.425883E-03
S 11
1 64150.0000000 -0.758048E-04
2 9617.0000000 -0.581791E-03
3 2189.0000000 -0.308113E-02
4 620.5000000 -0.123112E-01
5 202.7000000 -0.419781E-01
6 73.1500000 -0.103371E+00
7 28.5500000 -0.196308E+00
8 11.7700000 -0.830002E-01
9 3.3000000 0.541040E+00
10 1.1730000 0.578796E+00
11 0.1752000 0.288147E-01
S 11
1 64150.0000000 0.175078E-04
2 9617.0000000 0.134208E-03
3 2189.0000000 0.712442E-03
4 620.5000000 0.284330E-02
5 202.7000000 0.976842E-02
6 73.1500000 0.241850E-01
7 28.5500000 0.474993E-01
8 11.7700000 0.203621E-01
9 3.3000000 -0.158788E+00
10 1.1730000 -0.311694E+00
11 0.1752000 0.620147E+00
S 1
1 0.0647300 1.0000000
S 1
1 0.0231000 1.0000000
P 7
1 258.8000000 0.406847E-02
2 60.8900000 0.306815E-01
3 19.1400000 0.129149E+00
4 6.8810000 0.320831E+00
5 2.5740000 0.453815E+00
6 0.9572000 0.275066E+00
7 0.2099000 0.190807E-01
P 7
1 258.8000000 -0.748053E-03
2 60.8900000 -0.545796E-02
3 19.1400000 -0.245371E-01
4 6.8810000 -0.582138E-01
5 2.5740000 -0.983756E-01
6 0.9572000 -0.260064E-01
7 0.2099000 0.464020E+00
P 1
1 0.0598600 1.0000000
P 1
1 0.0153000 1.0000000
D 1
1 1.1950000 1.0000000
D 1
1 0.1900000 1.0000000
D 1
1 0.0552000 1.0000000
SILICON
S 11
1 78860.0000000 0.270443E-03
2 11820.0000000 0.209717E-02
3 2692.0000000 0.108506E-01
4 763.4000000 0.436754E-01
5 249.6000000 0.137653E+00
6 90.2800000 0.316644E+00
7 35.2900000 0.418581E+00
8 14.5100000 0.210212E+00
9 4.0530000 0.144952E-01
10 1.4820000 -0.203590E-02
11 0.2517000 0.624186E-03
S 11
1 78860.0000000 -0.723177E-04
2 11820.0000000 -0.555116E-03
3 2692.0000000 -0.293805E-02
4 763.4000000 -0.117687E-01
5 249.6000000 -0.402907E-01
6 90.2800000 -0.100609E+00
7 35.2900000 -0.196528E+00
8 14.5100000 -0.102382E+00
9 4.0530000 0.527190E+00
10 1.4820000 0.593251E+00
11 0.2517000 0.332652E-01
S 11
1 78860.0000000 0.185113E-04
2 11820.0000000 0.142236E-03
3 2692.0000000 0.752185E-03
4 763.4000000 0.302279E-02
5 249.6000000 0.103677E-01
6 90.2800000 0.262563E-01
7 35.2900000 0.523989E-01
8 14.5100000 0.290959E-01
9 4.0530000 -0.178003E+00
10 1.4820000 -0.346874E+00
11 0.2517000 0.623020E+00
S 1
1 0.0924300 1.0000000
S 1
1 0.0332000 1.0000000
P 7
1 315.9000000 0.392656E-02
2 74.4200000 0.298811E-01
3 23.4800000 0.127212E+00
4 8.4880000 0.320943E+00
5 3.2170000 0.455429E+00
6 1.2290000 0.268563E+00
7 0.2964000 0.188336E-01
P 7
1 315.9000000 -0.858302E-03
2 74.4200000 -0.630328E-02
3 23.4800000 -0.288255E-01
4 8.4880000 -0.694560E-01
5 3.2170000 -0.119493E+00
6 1.2290000 -0.199581E-01
7 0.2964000 0.510268E+00
P 1
1 0.0876800 1.0000000
P 1
1 0.0250000 1.0000000
D 1
1 1.8030000 1.0000000
D 1
1 0.2750000 1.0000000
D 1
1 0.0840000 1.0000000
PHOSPHORUS
S 11
1 94840.0000000 0.255509E-03
2 14220.0000000 0.198193E-02
3 3236.0000000 0.102760E-01
4 917.1000000 0.414823E-01
5 299.5000000 0.131984E+00
6 108.1000000 0.308662E+00
7 42.1800000 0.420647E+00
8 17.2800000 0.222878E+00
9 4.8580000 0.164035E-01
10 1.8180000 -0.254255E-02
11 0.3372000 0.748050E-03
S 11
1 94840.0000000 -0.696939E-04
2 14220.0000000 -0.535266E-03
3 3236.0000000 -0.283709E-02
4 917.1000000 -0.113983E-01
5 299.5000000 -0.392929E-01
6 108.1000000 -0.996364E-01
7 42.1800000 -0.197983E+00
8 17.2800000 -0.114860E+00
9 4.8580000 0.518595E+00
10 1.8180000 0.601847E+00
11 0.3372000 0.368612E-01
S 11
1 94840.0000000 0.191199E-04
2 14220.0000000 0.147223E-03
3 3236.0000000 0.777912E-03
4 917.1000000 0.314546E-02
5 299.5000000 0.108200E-01
6 108.1000000 0.279957E-01
7 42.1800000 0.563978E-01
8 17.2800000 0.358190E-01
9 4.8580000 -0.193387E+00
10 1.8180000 -0.372097E+00
11 0.3372000 0.624246E+00
S 1
1 0.1232000 1.0000000
S 1
1 0.0417000 1.0000000
P 7
1 370.5000000 0.395005E-02
2 87.3300000 0.302492E-01
3 27.5900000 0.129554E+00
4 10.0000000 0.327594E+00
5 3.8250000 0.456992E+00
6 1.4940000 0.253086E+00
7 0.3921000 0.168798E-01
P 7
1 370.5000000 -0.959832E-03
2 87.3300000 -0.711177E-02
3 27.5900000 -0.327122E-01
4 10.0000000 -0.795784E-01
5 3.8250000 -0.135016E+00
6 1.4940000 -0.910585E-02
7 0.3921000 0.537802E+00
P 1
1 0.1186000 1.0000000
P 1
1 0.0343000 1.0000000
D 1
1 2.5060000 1.0000000
D 1
1 0.3740000 1.0000000
D 1
1 0.1160000 1.0000000
SULFUR
S 11
1 110800.0000000 0.247635E-03
2 16610.0000000 0.192026E-02
3 3781.0000000 0.996192E-02
4 1071.0000000 0.402975E-01
5 349.8000000 0.128604E+00
6 126.3000000 0.303480E+00
7 49.2600000 0.421432E+00
8 20.1600000 0.230781E+00
9 5.7200000 0.178971E-01
10 2.1820000 -0.297516E-02
11 0.4327000 0.849522E-03
S 11
1 110800.0000000 -0.687039E-04
2 16610.0000000 -0.527681E-03
3 3781.0000000 -0.279671E-02
4 1071.0000000 -0.112651E-01
5 349.8000000 -0.388834E-01
6 126.3000000 -0.995025E-01
7 49.2600000 -0.199740E+00
8 20.1600000 -0.123360E+00
9 5.7200000 0.513194E+00
10 2.1820000 0.607120E+00
11 0.4327000 0.396753E-01
S 11
1 110800.0000000 0.199077E-04
2 16610.0000000 0.153483E-03
3 3781.0000000 0.809503E-03
4 1071.0000000 0.328974E-02
5 349.8000000 0.112967E-01
6 126.3000000 0.296385E-01
7 49.2600000 0.599851E-01
8 20.1600000 0.413248E-01
9 5.7200000 -0.207474E+00
10 2.1820000 -0.392889E+00
11 0.4327000 0.632840E+00
S 1
1 0.1570000 1.0000000
S 1
1 0.0507000 1.0000000
P 7
1 399.7000000 0.447541E-02
2 94.1900000 0.341708E-01
3 29.7500000 0.144250E+00
4 10.7700000 0.353928E+00
5 4.1190000 0.459085E+00
6 1.6250000 0.206383E+00
7 0.4726000 0.102141E-01
P 7
1 399.7000000 -0.116251E-02
2 94.1900000 -0.865664E-02
3 29.7500000 -0.390886E-01
4 10.7700000 -0.934625E-01
5 4.1190000 -0.147994E+00
6 1.6250000 0.301904E-01
7 0.4726000 0.561573E+00
P 1
1 0.1407000 1.0000000
P 1
1 0.0399000 1.0000000
D 1
1 2.9940000 1.0000000
D 1
1 0.4810000 1.0000000
D 1
1 0.1550000 1.0000000
CHLORINE
S 11
1 127900.0000000 0.241153E-03
2 19170.0000000 0.187095E-02
3 4363.0000000 0.970827E-02
4 1236.0000000 0.393153E-01
5 403.6000000 0.125932E+00
6 145.7000000 0.299341E+00
7 56.8100000 0.421886E+00
8 23.2300000 0.237201E+00
9 6.6440000 0.191531E-01
10 2.5750000 -0.334792E-02
11 0.5371000 0.929883E-03
S 11
1 127900.0000000 -0.678922E-04
2 19170.0000000 -0.521836E-03
3 4363.0000000 -0.276513E-02
4 1236.0000000 -0.111537E-01
5 403.6000000 -0.385919E-01
6 145.7000000 -0.994848E-01
7 56.8100000 -0.201392E+00
8 23.2300000 -0.130313E+00
9 6.6440000 0.509443E+00
10 2.5750000 0.610725E+00
11 0.5371000 0.421549E-01
S 11
1 127900.0000000 0.204986E-04
2 19170.0000000 0.158298E-03
3 4363.0000000 0.833639E-03
4 1236.0000000 0.339880E-02
5 403.6000000 0.116738E-01
6 145.7000000 0.309622E-01
7 56.8100000 0.629533E-01
8 23.2300000 0.460257E-01
9 6.6440000 -0.219312E+00
10 2.5750000 -0.408773E+00
11 0.5371000 0.638465E+00
S 1
1 0.1938000 1.0000000
S 1
1 0.0608000 1.0000000
P 7
1 417.6000000 0.525982E-02
2 98.3300000 0.398332E-01
3 31.0400000 0.164655E+00
4 11.1900000 0.387322E+00
5 4.2490000 0.457072E+00
6 1.6240000 0.151636E+00
7 0.5322000 0.181615E-02
P 7
1 417.6000000 -0.143570E-02
2 98.3300000 -0.107796E-01
3 31.0400000 -0.470075E-01
4 11.1900000 -0.111030E+00
5 4.2490000 -0.153275E+00
6 1.6240000 0.894609E-01
7 0.5322000 0.579444E+00
P 1
1 0.1620000 1.0000000
P 1
1 0.0466000 1.0000000
D 1
1 3.6520000 1.0000000
D 1
1 0.6030000 1.0000000
D 1
1 0.1980000 1.0000000
ARGON
S 11
1 145700.0000000 0.236700E-03
2 21840.0000000 0.183523E-02
3 4972.0000000 0.952860E-02
4 1408.0000000 0.386283E-01
5 459.7000000 0.124081E+00
6 165.9000000 0.296471E+00
7 64.6900000 0.422068E+00
8 26.4400000 0.241711E+00
9 7.6280000 0.200509E-01
10 2.9960000 -0.361000E-02
11 0.6504000 0.975607E-03
S 11
1 145700.0000000 -0.674910E-04
2 21840.0000000 -0.518522E-03
3 4972.0000000 -0.274825E-02
4 1408.0000000 -0.111007E-01
5 459.7000000 -0.384820E-01
6 165.9000000 -0.997599E-01
7 64.6900000 -0.203088E+00
8 26.4400000 -0.135608E+00
9 7.6280000 0.507195E+00
10 2.9960000 0.612898E+00
11 0.6504000 0.442968E-01
S 11
1 145700.0000000 0.210457E-04
2 21840.0000000 0.162565E-03
3 4972.0000000 0.855463E-03
4 1408.0000000 0.349745E-02
5 459.7000000 0.120156E-01
6 165.9000000 0.321368E-01
7 64.6900000 0.655279E-01
8 26.4400000 0.499370E-01
9 7.6280000 -0.229769E+00
10 2.9960000 -0.421006E+00
11 0.6504000 0.642331E+00
S 1
1 0.2337000 1.0000000
S 1
1 0.0709000 1.0000000
P 7
1 453.7000000 0.570555E-02
2 106.8000000 0.430460E-01
3 33.7300000 0.176591E+00
4 12.1300000 0.406863E+00
5 4.5940000 0.452549E+00
6 1.6780000 0.122801E+00
7 0.5909000 -0.445996E-02
P 7
1 453.7000000 -0.160655E-02
2 106.8000000 -0.121714E-01
3 33.7300000 -0.520789E-01
4 12.1300000 -0.123737E+00
5 4.5940000 -0.151619E+00
6 1.6780000 0.142425E+00
7 0.5909000 0.584501E+00
P 1
1 0.1852000 1.0000000
P 1
1 0.0533000 1.0000000
D 1
1 4.3900000 1.0000000
D 1
1 0.7390000 1.0000000
D 1
1 0.2380000 1.0000000

589
data/basis/aug-cc-pv_q+d_z Normal file
View File

@ -0,0 +1,589 @@
ALUMINUM
S 13
1 419600.0000000 0.278219E-04
2 62830.0000000 0.216330E-03
3 14290.0000000 0.113754E-02
4 4038.0000000 0.479635E-02
5 1312.0000000 0.172389E-01
6 470.5000000 0.538066E-01
7 181.8000000 0.141326E+00
8 74.4600000 0.289268E+00
9 31.9000000 0.384825E+00
10 13.9600000 0.232852E+00
11 5.1800000 0.293330E-01
12 2.2650000 -0.300574E-02
13 0.9664000 0.166673E-02
S 13
1 419600.0000000 -0.723754E-05
2 62830.0000000 -0.561733E-04
3 14290.0000000 -0.296528E-03
4 4038.0000000 -0.124913E-02
5 1312.0000000 -0.455101E-02
6 470.5000000 -0.144393E-01
7 181.8000000 -0.403464E-01
8 74.4600000 -0.922618E-01
9 31.9000000 -0.164510E+00
10 13.9600000 -0.141296E+00
11 5.1800000 0.195365E+00
12 2.2650000 0.572475E+00
13 0.9664000 0.374041E+00
S 13
1 419600.0000000 0.167150E-05
2 62830.0000000 0.129641E-04
3 14290.0000000 0.685101E-04
4 4038.0000000 0.288274E-03
5 1312.0000000 0.105276E-02
6 470.5000000 0.333878E-02
7 181.8000000 0.939217E-02
8 74.4600000 0.216047E-01
9 31.9000000 0.395873E-01
10 13.9600000 0.349180E-01
11 5.1800000 -0.528415E-01
12 2.2650000 -0.191878E+00
13 0.9664000 -0.254115E+00
S 1
1 0.2447000 1.0000000
S 1
1 0.1184000 1.0000000
S 1
1 0.0502100 1.0000000
S 1
1 0.0183000 1.0000000
P 8
1 891.3000000 0.491755E-03
2 211.3000000 0.415843E-02
3 68.2800000 0.212538E-01
4 25.7000000 0.764058E-01
5 10.6300000 0.194277E+00
6 4.6020000 0.334428E+00
7 2.0150000 0.375026E+00
8 0.8706000 0.204041E+00
P 8
1 891.3000000 -0.888695E-04
2 211.3000000 -0.745823E-03
3 68.2800000 -0.387025E-02
4 25.7000000 -0.139350E-01
5 10.6300000 -0.366860E-01
6 4.6020000 -0.627797E-01
7 2.0150000 -0.789602E-01
8 0.8706000 -0.288589E-01
P 1
1 0.2972000 1.0000000
P 1
1 0.1100000 1.0000000
P 1
1 0.0398900 1.0000000
P 1
1 0.0121000 1.0000000
D 1
1 1.9700000 1.0000000
D 1
1 0.4370000 1.0000000
D 1
1 0.1950000 1.0000000
D 1
1 0.0800000 1.0000000
D 1
1 0.0274000 1.0000000
F 1
1 0.1540000 1.0000000
F 1
1 0.4010000 1.0000000
F 1
1 0.0582000 1.0000000
G 1
1 0.3570000 1.0000000
G 1
1 0.1530000 1.0000000
SILICON
S 13
1 513000.0000000 0.260920E-04
2 76820.0000000 0.202905E-03
3 17470.0000000 0.106715E-02
4 4935.0000000 0.450597E-02
5 1602.0000000 0.162359E-01
6 574.1000000 0.508913E-01
7 221.5000000 0.135155E+00
8 90.5400000 0.281292E+00
9 38.7400000 0.385336E+00
10 16.9500000 0.245651E+00
11 6.4520000 0.343145E-01
12 2.8740000 -0.334884E-02
13 1.2500000 0.187625E-02
S 13
1 513000.0000000 -0.694880E-05
2 76820.0000000 -0.539641E-04
3 17470.0000000 -0.284716E-03
4 4935.0000000 -0.120203E-02
5 1602.0000000 -0.438397E-02
6 574.1000000 -0.139776E-01
7 221.5000000 -0.393516E-01
8 90.5400000 -0.914283E-01
9 38.7400000 -0.165609E+00
10 16.9500000 -0.152505E+00
11 6.4520000 0.168524E+00
12 2.8740000 0.569284E+00
13 1.2500000 0.398056E+00
S 13
1 513000.0000000 0.178068E-05
2 76820.0000000 0.138148E-04
3 17470.0000000 0.730005E-04
4 4935.0000000 0.307666E-03
5 1602.0000000 0.112563E-02
6 574.1000000 0.358435E-02
7 221.5000000 0.101728E-01
8 90.5400000 0.237520E-01
9 38.7400000 0.443483E-01
10 16.9500000 0.419041E-01
11 6.4520000 -0.502504E-01
12 2.8740000 -0.216578E+00
13 1.2500000 -0.286448E+00
S 1
1 0.3599000 1.0000000
S 1
1 0.1699000 1.0000000
S 1
1 0.0706600 1.0000000
S 1
1 0.0275000 1.0000000
P 8
1 1122.0000000 0.448143E-03
2 266.0000000 0.381639E-02
3 85.9200000 0.198105E-01
4 32.3300000 0.727017E-01
5 13.3700000 0.189839E+00
6 5.8000000 0.335672E+00
7 2.5590000 0.379365E+00
8 1.1240000 0.201193E+00
P 8
1 1122.0000000 -0.964883E-04
2 266.0000000 -0.811971E-03
3 85.9200000 -0.430087E-02
4 32.3300000 -0.157502E-01
5 13.3700000 -0.429541E-01
6 5.8000000 -0.752574E-01
7 2.5590000 -0.971446E-01
8 1.1240000 -0.227507E-01
P 1
1 0.3988000 1.0000000
P 1
1 0.1533000 1.0000000
P 1
1 0.0572800 1.0000000
P 1
1 0.0200000 1.0000000
D 1
1 2.6450000 1.0000000
D 1
1 0.6080000 1.0000000
D 1
1 0.2720000 1.0000000
D 1
1 0.1130000 1.0000000
D 1
1 0.0414000 1.0000000
F 1
1 0.2120000 1.0000000
F 1
1 0.5410000 1.0000000
F 1
1 0.0846000 1.0000000
G 1
1 0.4610000 1.0000000
G 1
1 0.2120000 1.0000000
PHOSPHORUS
S 13
1 615200.0000000 0.247450E-04
2 92120.0000000 0.192465E-03
3 20950.0000000 0.101202E-02
4 5920.0000000 0.427261E-02
5 1922.0000000 0.154161E-01
6 688.0000000 0.485976E-01
7 265.0000000 0.130060E+00
8 108.2000000 0.274514E+00
9 46.2200000 0.385402E+00
10 20.2300000 0.255934E+00
11 7.8590000 0.391237E-01
12 3.5470000 -0.368010E-02
13 1.5640000 0.208211E-02
S 13
1 615200.0000000 -0.672205E-05
2 92120.0000000 -0.522311E-04
3 20950.0000000 -0.275361E-03
4 5920.0000000 -0.116307E-02
5 1922.0000000 -0.424281E-02
6 688.0000000 -0.136114E-01
7 265.0000000 -0.385114E-01
8 108.2000000 -0.906643E-01
9 46.2200000 -0.166584E+00
10 20.2300000 -0.161447E+00
11 7.8590000 0.146781E+00
12 3.5470000 0.566682E+00
13 1.5640000 0.416433E+00
S 13
1 615200.0000000 0.184740E-05
2 92120.0000000 0.143380E-04
3 20950.0000000 0.757228E-04
4 5920.0000000 0.319205E-03
5 1922.0000000 0.116851E-02
6 688.0000000 0.374267E-02
7 265.0000000 0.106817E-01
8 108.2000000 0.252657E-01
9 46.2200000 0.479283E-01
10 20.2300000 0.477096E-01
11 7.8590000 -0.466525E-01
12 3.5470000 -0.234968E+00
13 1.5640000 -0.311337E+00
S 1
1 0.4888000 1.0000000
S 1
1 0.2266000 1.0000000
S 1
1 0.0933100 1.0000000
S 1
1 0.0354000 1.0000000
P 8
1 1367.0000000 0.421015E-03
2 324.0000000 0.360985E-02
3 104.6000000 0.189217E-01
4 39.3700000 0.705560E-01
5 16.2600000 0.188157E+00
6 7.0560000 0.338709E+00
7 3.1300000 0.381943E+00
8 1.3940000 0.195261E+00
P 8
1 1367.0000000 -0.100827E-03
2 324.0000000 -0.854499E-03
3 104.6000000 -0.457116E-02
4 39.3700000 -0.170327E-01
5 16.2600000 -0.475204E-01
6 7.0560000 -0.852786E-01
7 3.1300000 -0.109676E+00
8 1.3940000 -0.161181E-01
P 1
1 0.5179000 1.0000000
P 1
1 0.2032000 1.0000000
P 1
1 0.0769800 1.0000000
P 1
1 0.0272000 1.0000000
D 1
1 3.3430000 1.0000000
D 1
1 0.8070000 1.0000000
D 1
1 0.3650000 1.0000000
D 1
1 0.1540000 1.0000000
D 1
1 0.0570000 1.0000000
F 1
1 0.2800000 1.0000000
F 1
1 0.7030000 1.0000000
F 1
1 0.1090000 1.0000000
G 1
1 0.5970000 1.0000000
G 1
1 0.2500000 1.0000000
SULFUR
S 13
1 727800.0000000 0.236025E-04
2 109000.0000000 0.183482E-03
3 24800.0000000 0.964278E-03
4 7014.0000000 0.406537E-02
5 2278.0000000 0.146973E-01
6 814.7000000 0.465081E-01
7 313.4000000 0.125508E+00
8 127.7000000 0.268433E+00
9 54.4800000 0.384809E+00
10 23.8500000 0.265372E+00
11 9.4280000 0.437326E-01
12 4.2900000 -0.378807E-02
13 1.9090000 0.218083E-02
S 13
1 727800.0000000 -0.652179E-05
2 109000.0000000 -0.506631E-04
3 24800.0000000 -0.266833E-03
4 7014.0000000 -0.112601E-02
5 2278.0000000 -0.411186E-02
6 814.7000000 -0.132454E-01
7 313.4000000 -0.377004E-01
8 127.7000000 -0.898554E-01
9 54.4800000 -0.167098E+00
10 23.8500000 -0.169354E+00
11 9.4280000 0.127824E+00
12 4.2900000 0.564862E+00
13 1.9090000 0.431767E+00
S 13
1 727800.0000000 0.189406E-05
2 109000.0000000 0.146948E-04
3 24800.0000000 0.775460E-04
4 7014.0000000 0.326509E-03
5 2278.0000000 0.119686E-02
6 814.7000000 0.384799E-02
7 313.4000000 0.110539E-01
8 127.7000000 0.264645E-01
9 54.4800000 0.508771E-01
10 23.8500000 0.530030E-01
11 9.4280000 -0.425518E-01
12 4.2900000 -0.250853E+00
13 1.9090000 -0.333152E+00
S 1
1 0.6270000 1.0000000
S 1
1 0.2873000 1.0000000
S 1
1 0.1172000 1.0000000
S 1
1 0.0428000 1.0000000
P 8
1 1546.0000000 0.441183E-03
2 366.4000000 0.377571E-02
3 118.4000000 0.198360E-01
4 44.5300000 0.742063E-01
5 18.3800000 0.197327E+00
6 7.9650000 0.351851E+00
7 3.5410000 0.378687E+00
8 1.5910000 0.170931E+00
P 8
1 1546.0000000 -0.113110E-03
2 366.4000000 -0.958581E-03
3 118.4000000 -0.513471E-02
4 44.5300000 -0.192641E-01
5 18.3800000 -0.535980E-01
6 7.9650000 -0.960333E-01
7 3.5410000 -0.118183E+00
8 1.5910000 0.923194E-02
P 1
1 0.6205000 1.0000000
P 1
1 0.2420000 1.0000000
P 1
1 0.0901400 1.0000000
P 1
1 0.0317000 1.0000000
D 1
1 4.1590000 1.0000000
D 1
1 1.0190000 1.0000000
D 1
1 0.4640000 1.0000000
D 1
1 0.1940000 1.0000000
D 1
1 0.0722000 1.0000000
F 1
1 0.3350000 1.0000000
F 1
1 0.8690000 1.0000000
F 1
1 0.1400000 1.0000000
G 1
1 0.6830000 1.0000000
G 1
1 0.2970000 1.0000000
CHLORINE
S 13
1 834900.0000000 0.231688E-04
2 125000.0000000 0.180154E-03
3 28430.0000000 0.947782E-03
4 8033.0000000 0.400139E-02
5 2608.0000000 0.144629E-01
6 933.9000000 0.456586E-01
7 360.0000000 0.123248E+00
8 147.0000000 0.264369E+00
9 62.8800000 0.382989E+00
10 27.6000000 0.270934E+00
11 11.0800000 0.471404E-01
12 5.0750000 -0.371766E-02
13 2.2780000 0.219158E-02
S 13
1 834900.0000000 -0.649649E-05
2 125000.0000000 -0.504895E-04
3 28430.0000000 -0.266113E-03
4 8033.0000000 -0.112499E-02
5 2608.0000000 -0.410497E-02
6 933.9000000 -0.131987E-01
7 360.0000000 -0.375342E-01
8 147.0000000 -0.897233E-01
9 62.8800000 -0.167671E+00
10 27.6000000 -0.174763E+00
11 11.0800000 0.114909E+00
12 5.0750000 0.563618E+00
13 2.2780000 0.441606E+00
S 13
1 834900.0000000 0.196645E-05
2 125000.0000000 0.152620E-04
3 28430.0000000 0.806086E-04
4 8033.0000000 0.339960E-03
5 2608.0000000 0.124551E-02
6 933.9000000 0.399612E-02
7 360.0000000 0.114751E-01
8 147.0000000 0.275504E-01
9 62.8800000 0.532917E-01
10 27.6000000 0.571246E-01
11 11.0800000 -0.395201E-01
12 5.0750000 -0.264343E+00
13 2.2780000 -0.349291E+00
S 1
1 0.7775000 1.0000000
S 1
1 0.3527000 1.0000000
S 1
1 0.1431000 1.0000000
S 1
1 0.0519000 1.0000000
P 8
1 1703.0000000 0.474039E-03
2 403.6000000 0.406412E-02
3 130.3000000 0.213355E-01
4 49.0500000 0.794611E-01
5 20.2600000 0.208927E+00
6 8.7870000 0.364945E+00
7 3.9190000 0.371725E+00
8 1.7650000 0.146292E+00
P 8
1 1703.0000000 -0.128266E-03
2 403.6000000 -0.109356E-02
3 130.3000000 -0.583429E-02
4 49.0500000 -0.219258E-01
5 20.2600000 -0.601385E-01
6 8.7870000 -0.106929E+00
7 3.9190000 -0.122454E+00
8 1.7650000 0.383619E-01
P 1
1 0.7207000 1.0000000
P 1
1 0.2839000 1.0000000
P 1
1 0.1060000 1.0000000
P 1
1 0.0376000 1.0000000
D 1
1 5.1910000 1.0000000
D 1
1 1.2760000 1.0000000
D 1
1 0.5830000 1.0000000
D 1
1 0.2430000 1.0000000
D 1
1 0.0912000 1.0000000
F 1
1 0.4230000 1.0000000
F 1
1 1.0890000 1.0000000
F 1
1 0.2170000 1.0000000
G 1
1 0.8270000 1.0000000
G 1
1 0.3780000 1.0000000
ARGON
S 13
1 950600.0000000 0.227545E-04
2 142300.0000000 0.176945E-03
3 32360.0000000 0.931282E-03
4 9145.0000000 0.392860E-02
5 2970.0000000 0.142064E-01
6 1064.0000000 0.448114E-01
7 410.8000000 0.121001E+00
8 168.0000000 0.260579E+00
9 71.9900000 0.381364E+00
10 31.6700000 0.276058E+00
11 12.8900000 0.505179E-01
12 5.9290000 -0.359866E-02
13 2.6780000 0.218798E-02
S 13
1 950600.0000000 -0.646201E-05
2 142300.0000000 -0.502346E-04
3 32360.0000000 -0.264804E-03
4 9145.0000000 -0.111895E-02
5 2970.0000000 -0.408276E-02
6 1064.0000000 -0.131216E-01
7 410.8000000 -0.372855E-01
8 168.0000000 -0.894709E-01
9 71.9900000 -0.168054E+00
10 31.6700000 -0.179594E+00
11 12.8900000 0.102953E+00
12 5.9290000 0.562630E+00
13 2.6780000 0.450355E+00
S 13
1 950600.0000000 0.202056E-05
2 142300.0000000 0.156851E-04
3 32360.0000000 0.828617E-04
4 9145.0000000 0.349264E-03
5 2970.0000000 0.127976E-02
6 1064.0000000 0.410365E-02
7 410.8000000 0.117789E-01
8 168.0000000 0.283868E-01
9 71.9900000 0.552406E-01
10 31.6700000 0.607492E-01
11 12.8900000 -0.362012E-01
12 5.9290000 -0.275398E+00
13 2.6780000 -0.362845E+00
S 1
1 0.9416000 1.0000000
S 1
1 0.4239000 1.0000000
S 1
1 0.1714000 1.0000000
S 1
1 0.0610000 1.0000000
P 8
1 1890.0000000 0.495752E-03
2 447.8000000 0.425172E-02
3 144.6000000 0.223277E-01
4 54.4600000 0.830878E-01
5 22.5100000 0.217110E+00
6 9.7740000 0.374507E+00
7 4.3680000 0.366445E+00
8 1.9590000 0.129245E+00
P 8
1 1890.0000000 -0.138863E-03
2 447.8000000 -0.118870E-02
3 144.6000000 -0.632553E-02
4 54.4600000 -0.238813E-01
5 22.5100000 -0.649238E-01
6 9.7740000 -0.115444E+00
7 4.3680000 -0.123651E+00
8 1.9590000 0.649055E-01
P 1
1 0.8260000 1.0000000
P 1
1 0.3297000 1.0000000
P 1
1 0.1242000 1.0000000
P 1
1 0.0435000 1.0000000
D 1
1 6.3150000 1.0000000
D 1
1 1.5620000 1.0000000
D 1
1 0.7150000 1.0000000
D 1
1 0.2970000 1.0000000
D 1
1 0.1080000 1.0000000
F 1
1 0.5430000 1.0000000
F 1
1 1.3250000 1.0000000
F 1
1 0.2940000 1.0000000
G 1
1 1.0070000 1.0000000
G 1
1 0.4590000 1.0000000

505
data/basis/aug-cc-pv_t+d_z Normal file
View File

@ -0,0 +1,505 @@
ALUMINUM
S 13
1 205500.0000000 0.678836E-04
2 30780.0000000 0.527149E-03
3 7006.0000000 0.276203E-02
4 1985.0000000 0.114728E-01
5 649.1000000 0.398188E-01
6 235.0000000 0.115040E+00
7 91.6200000 0.260887E+00
8 37.6700000 0.396386E+00
9 15.9100000 0.284597E+00
10 5.8500000 0.444583E-01
11 2.5420000 -0.489838E-02
12 1.0570000 0.261253E-02
13 0.1455000 0.722068E-03
S 13
1 205500.0000000 -0.176377E-04
2 30780.0000000 -0.137195E-03
3 7006.0000000 -0.718910E-03
4 1985.0000000 -0.301146E-02
5 649.1000000 -0.106014E-01
6 235.0000000 -0.321345E-01
7 91.6200000 -0.803156E-01
8 37.6700000 -0.156794E+00
9 15.9100000 -0.168376E+00
10 5.8500000 0.126879E+00
11 2.5420000 0.561494E+00
12 1.0570000 0.436613E+00
13 0.1455000 -0.114563E-01
S 13
1 205500.0000000 0.407315E-05
2 30780.0000000 0.316566E-04
3 7006.0000000 0.166116E-03
4 1985.0000000 0.694992E-03
5 649.1000000 0.245511E-02
6 235.0000000 0.744598E-02
7 91.6200000 0.188253E-01
8 37.6700000 0.372772E-01
9 15.9100000 0.419496E-01
10 5.8500000 -0.354375E-01
11 2.5420000 -0.175132E+00
12 1.0570000 -0.276203E+00
13 0.1455000 0.652809E+00
S 1
1 0.2931000 1.0000000
S 1
1 0.0565000 1.0000000
S 1
1 0.0221000 1.0000000
P 7
1 444.4000000 0.162786E-02
2 105.1000000 0.130687E-01
3 33.4700000 0.612341E-01
4 12.3300000 0.187870E+00
5 4.8690000 0.360452E+00
6 1.9610000 0.408454E+00
7 0.1888000 0.976514E-02
P 7
1 444.4000000 -0.286341E-03
2 105.1000000 -0.242308E-02
3 33.4700000 -0.108658E-01
4 12.3300000 -0.364307E-01
5 4.8690000 -0.641074E-01
6 1.9610000 -0.972239E-01
7 0.1888000 0.503448E+00
P 1
1 0.7834000 1.0000000
P 1
1 0.0555700 1.0000000
P 1
1 0.0146000 1.0000000
D 1
1 1.5700000 1.0000000
D 1
1 0.3330000 1.0000000
D 1
1 0.1110000 1.0000000
D 1
1 0.0357000 1.0000000
F 1
1 0.2440000 1.0000000
F 1
1 0.0858000 1.0000000
SILICON
S 13
1 254900.0000000 0.625101E-04
2 38190.0000000 0.485553E-03
3 8690.0000000 0.254516E-02
4 2462.0000000 0.105866E-01
5 804.8000000 0.368787E-01
6 291.3000000 0.107479E+00
7 113.6000000 0.247936E+00
8 46.7500000 0.390927E+00
9 19.8200000 0.302026E+00
10 7.7080000 0.559236E-01
11 3.3400000 -0.402406E-02
12 1.4020000 0.258030E-02
13 0.2070000 0.607930E-03
S 13
1 254900.0000000 -0.166370E-04
2 38190.0000000 -0.129310E-03
3 8690.0000000 -0.678828E-03
4 2462.0000000 -0.284117E-02
5 804.8000000 -0.100551E-01
6 291.3000000 -0.305774E-01
7 113.6000000 -0.777256E-01
8 46.7500000 -0.154236E+00
9 19.8200000 -0.180368E+00
10 7.7080000 0.798218E-01
11 3.3400000 0.547441E+00
12 1.4020000 0.480119E+00
13 0.2070000 -0.106996E-01
S 13
1 254900.0000000 0.426257E-05
2 38190.0000000 0.331062E-04
3 8690.0000000 0.174015E-03
4 2462.0000000 0.727574E-03
5 804.8000000 0.258333E-02
6 291.3000000 0.786354E-02
7 113.6000000 0.202155E-01
8 46.7500000 0.407320E-01
9 19.8200000 0.499358E-01
10 7.7080000 -0.249396E-01
11 3.3400000 -0.190350E+00
12 1.4020000 -0.318350E+00
13 0.2070000 0.681180E+00
S 1
1 0.4387000 1.0000000
S 1
1 0.0794400 1.0000000
S 1
1 0.0330000 1.0000000
P 7
1 481.5000000 0.192045E-02
2 113.9000000 0.153552E-01
3 36.2300000 0.713991E-01
4 13.3400000 0.213052E+00
5 5.2520000 0.390354E+00
6 2.1200000 0.393721E+00
7 0.2528000 0.395630E-02
P 7
1 481.5000000 -0.405220E-03
2 113.9000000 -0.335896E-02
3 36.2300000 -0.152860E-01
4 13.3400000 -0.489218E-01
5 5.2520000 -0.855008E-01
6 2.1200000 -0.112137E+00
7 0.2528000 0.551919E+00
P 1
1 0.8561000 1.0000000
P 1
1 0.0788900 1.0000000
P 1
1 0.0237000 1.0000000
D 1
1 2.3030000 1.0000000
D 1
1 0.4760000 1.0000000
D 1
1 0.1600000 1.0000000
D 1
1 0.0551000 1.0000000
F 1
1 0.3360000 1.0000000
F 1
1 0.1250000 1.0000000
PHOSPHORUS
S 13
1 312400.0000000 0.576960E-04
2 46800.0000000 0.448296E-03
3 10650.0000000 0.234939E-02
4 3018.0000000 0.978265E-02
5 986.8000000 0.341467E-01
6 357.4000000 0.100204E+00
7 139.6000000 0.234372E+00
8 57.6300000 0.382434E+00
9 24.6000000 0.318088E+00
10 10.1200000 0.707788E-01
11 4.2830000 -0.181799E-02
12 1.8050000 0.216180E-02
13 0.2782000 0.432297E-03
S 13
1 312400.0000000 -0.156709E-04
2 46800.0000000 -0.121724E-03
3 10650.0000000 -0.639672E-03
4 3018.0000000 -0.267426E-02
5 986.8000000 -0.949831E-02
6 357.4000000 -0.289349E-01
7 139.6000000 -0.745121E-01
8 57.6300000 -0.149938E+00
9 24.6000000 -0.189467E+00
10 10.1200000 0.363270E-01
11 4.2830000 0.528816E+00
12 1.8050000 0.519115E+00
13 0.2782000 -0.925695E-02
S 13
1 312400.0000000 0.430631E-05
2 46800.0000000 0.334194E-04
3 10650.0000000 0.175885E-03
4 3018.0000000 0.734340E-03
5 986.8000000 0.261775E-02
6 357.4000000 0.797852E-02
7 139.6000000 0.207940E-01
8 57.6300000 0.424446E-01
9 24.6000000 0.563436E-01
10 10.1200000 -0.127358E-01
11 4.2830000 -0.196495E+00
12 1.8050000 -0.353555E+00
13 0.2782000 0.700912E+00
S 1
1 0.6158000 1.0000000
S 1
1 0.1055000 1.0000000
S 1
1 0.0409000 1.0000000
P 7
1 504.9000000 0.233728E-02
2 119.4000000 0.185410E-01
3 37.9600000 0.849693E-01
4 13.9500000 0.244615E+00
5 5.4570000 0.422766E+00
6 2.1770000 0.368439E+00
7 0.2877000 -0.379005E-02
P 7
1 504.9000000 -0.555236E-03
2 119.4000000 -0.445913E-02
3 37.9600000 -0.206350E-01
4 13.9500000 -0.617694E-01
5 5.4570000 -0.108924E+00
6 2.1770000 -0.105599E+00
7 0.2877000 0.576981E+00
P 1
1 0.8010000 1.0000000
P 1
1 0.0971400 1.0000000
P 1
1 0.0307000 1.0000000
D 1
1 3.1200000 1.0000000
D 1
1 0.6480000 1.0000000
D 1
1 0.2180000 1.0000000
D 1
1 0.0775000 1.0000000
F 1
1 0.4520000 1.0000000
F 1
1 0.1650000 1.0000000
SULFUR
S 13
1 374100.0000000 0.542140E-04
2 56050.0000000 0.420855E-03
3 12760.0000000 0.220698E-02
4 3615.0000000 0.919258E-02
5 1183.0000000 0.321123E-01
6 428.8000000 0.946683E-01
7 167.8000000 0.223630E+00
8 69.4700000 0.374393E+00
9 29.8400000 0.329108E+00
10 12.7200000 0.847038E-01
11 5.2440000 0.440851E-03
12 2.2190000 0.164827E-02
13 0.3490000 0.301306E-03
S 13
1 374100.0000000 -0.149837E-04
2 56050.0000000 -0.116198E-03
3 12760.0000000 -0.611583E-03
4 3615.0000000 -0.255370E-02
5 1183.0000000 -0.908708E-02
6 428.8000000 -0.277045E-01
7 167.8000000 -0.720020E-01
8 69.4700000 -0.146439E+00
9 29.8400000 -0.195150E+00
10 12.7200000 0.819193E-02
11 5.2440000 0.516601E+00
12 2.2190000 0.542178E+00
13 0.3490000 -0.918072E-02
S 13
1 374100.0000000 0.435066E-05
2 56050.0000000 0.337140E-04
3 12760.0000000 0.177674E-03
4 3615.0000000 0.741116E-03
5 1183.0000000 0.264591E-02
6 428.8000000 0.807487E-02
7 167.8000000 0.212276E-01
8 69.4700000 0.438323E-01
9 29.8400000 0.612716E-01
10 12.7200000 -0.361510E-02
11 5.2440000 -0.204510E+00
12 2.2190000 -0.381871E+00
13 0.3490000 0.714147E+00
S 1
1 0.7767000 1.0000000
S 1
1 0.1322000 1.0000000
S 1
1 0.0497000 1.0000000
P 7
1 574.4000000 0.242264E-02
2 135.8000000 0.192796E-01
3 43.1900000 0.885401E-01
4 15.8700000 0.254654E+00
5 6.2080000 0.433984E+00
6 2.4830000 0.354953E+00
7 0.3229000 -0.502977E-02
P 7
1 574.4000000 -0.620102E-03
2 135.8000000 -0.493882E-02
3 43.1900000 -0.232647E-01
4 15.8700000 -0.685195E-01
5 6.2080000 -0.123896E+00
6 2.4830000 -0.969499E-01
7 0.3229000 0.569394E+00
P 1
1 0.8688000 1.0000000
P 1
1 0.1098000 1.0000000
P 1
1 0.0351000 1.0000000
D 1
1 3.7560000 1.0000000
D 1
1 0.8120000 1.0000000
D 1
1 0.2730000 1.0000000
D 1
1 0.1010000 1.0000000
F 1
1 0.5570000 1.0000000
F 1
1 0.2180000 1.0000000
CHLORINE
S 13
1 456100.0000000 0.492970E-04
2 68330.0000000 0.383029E-03
3 15550.0000000 0.200854E-02
4 4405.0000000 0.838558E-02
5 1439.0000000 0.294703E-01
6 520.4000000 0.878325E-01
7 203.1000000 0.211473E+00
8 83.9600000 0.365364E+00
9 36.2000000 0.340884E+00
10 15.8300000 0.102133E+00
11 6.3340000 0.311675E-02
12 2.6940000 0.105751E-02
13 0.4313000 0.156136E-03
S 13
1 456100.0000000 -0.138304E-04
2 68330.0000000 -0.107279E-03
3 15550.0000000 -0.565083E-03
4 4405.0000000 -0.236135E-02
5 1439.0000000 -0.845886E-02
6 520.4000000 -0.259638E-01
7 203.1000000 -0.686362E-01
8 83.9600000 -0.141874E+00
9 36.2000000 -0.199319E+00
10 15.8300000 -0.195662E-01
11 6.3340000 0.499741E+00
12 2.6940000 0.563736E+00
13 0.4313000 -0.835091E-02
S 13
1 456100.0000000 0.418546E-05
2 68330.0000000 0.324395E-04
3 15550.0000000 0.171105E-03
4 4405.0000000 0.714176E-03
5 1439.0000000 0.256705E-02
6 520.4000000 0.788552E-02
7 203.1000000 0.210867E-01
8 83.9600000 0.442264E-01
9 36.2000000 0.651670E-01
10 15.8300000 0.603012E-02
11 6.3340000 -0.206495E+00
12 2.6940000 -0.405871E+00
13 0.4313000 0.725661E+00
S 1
1 0.9768000 1.0000000
S 1
1 0.1625000 1.0000000
S 1
1 0.0591000 1.0000000
P 7
1 663.3000000 0.240448E-02
2 156.8000000 0.192148E-01
3 49.9800000 0.885097E-01
4 18.4200000 0.256020E+00
5 7.2400000 0.436927E+00
6 2.9220000 0.350334E+00
7 0.3818000 -0.458423E-02
P 7
1 663.3000000 -0.652145E-03
2 156.8000000 -0.519445E-02
3 49.9800000 -0.246938E-01
4 18.4200000 -0.728167E-01
5 7.2400000 -0.134030E+00
6 2.9220000 -0.947742E-01
7 0.3818000 0.564667E+00
P 1
1 1.0220000 1.0000000
P 1
1 0.1301000 1.0000000
P 1
1 0.0419000 1.0000000
D 1
1 4.6100000 1.0000000
D 1
1 1.0110000 1.0000000
D 1
1 0.3390000 1.0000000
D 1
1 0.1300000 1.0000000
F 1
1 0.7060000 1.0000000
F 1
1 0.3120000 1.0000000
ARGON
S 13
1 545000.0000000 0.455828E-04
2 81640.0000000 0.354108E-03
3 18580.0000000 0.185797E-02
4 5261.0000000 0.776851E-02
5 1717.0000000 0.274232E-01
6 619.9000000 0.823836E-01
7 241.6000000 0.201230E+00
8 99.7900000 0.356781E+00
9 43.1500000 0.349563E+00
10 19.1400000 0.118266E+00
11 7.4880000 0.560190E-02
12 3.2050000 0.483473E-03
13 0.5204000 0.292025E-04
S 13
1 545000.0000000 -0.129551E-04
2 81640.0000000 -0.100428E-03
3 18580.0000000 -0.529583E-03
4 5261.0000000 -0.221396E-02
5 1717.0000000 -0.796845E-02
6 619.9000000 -0.245803E-01
7 241.6000000 -0.657798E-01
8 99.7900000 -0.137942E+00
9 43.1500000 -0.201630E+00
10 19.1400000 -0.412834E-01
11 7.4880000 0.484680E+00
12 3.2050000 0.579224E+00
13 0.5204000 -0.727553E-02
S 13
1 545000.0000000 0.404990E-05
2 81640.0000000 0.313691E-04
3 18580.0000000 0.165646E-03
4 5261.0000000 0.691662E-03
5 1717.0000000 0.249790E-02
6 619.9000000 0.771074E-02
7 241.6000000 0.208714E-01
8 99.7900000 0.443965E-01
9 43.1500000 0.680224E-01
10 19.1400000 0.141350E-01
11 7.4880000 -0.207489E+00
12 3.2050000 -0.425045E+00
13 0.5204000 0.733627E+00
S 1
1 1.1960000 1.0000000
S 1
1 0.1954000 1.0000000
S 1
1 0.0685000 1.0000000
P 7
1 761.8000000 0.236976E-02
2 180.2000000 0.190199E-01
3 57.5000000 0.880807E-01
4 21.2400000 0.256377E+00
5 8.3880000 0.438711E+00
6 3.4160000 0.347569E+00
7 0.4523000 -0.523882E-02
P 7
1 761.8000000 -0.667211E-03
2 180.2000000 -0.532717E-02
3 57.5000000 -0.255494E-01
4 21.2400000 -0.757197E-01
5 8.3880000 -0.141133E+00
6 3.4160000 -0.932768E-01
7 0.4523000 0.562450E+00
P 1
1 1.2060000 1.0000000
P 1
1 0.1545000 1.0000000
P 1
1 0.0487000 1.0000000
D 1
1 5.5510000 1.0000000
D 1
1 1.2350000 1.0000000
D 1
1 0.4120000 1.0000000
D 1
1 0.1550000 1.0000000
F 1
1 0.8900000 1.0000000
F 1
1 0.4060000 1.0000000

3489
data/basis/aug-cc-pvdz Normal file

File diff suppressed because it is too large Load Diff

2458
data/basis/aug-cc-pvdz-pp Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,804 @@
ARSENIC
S 9
1 0.079412 0.192043
2 0.178687 0.611682
3 0.402068 0.439261
4 0.904702 -0.110280
5 2.035691 -0.394179
6 4.580555 0.145632
7 10.306811 -0.021379
8 23.191593 0.003205
9 52.183937 -0.000469
S 1
1 0.051480 1.000000
P 9
1 0.050626 0.105058
2 0.108692 0.361819
3 0.233354 0.452107
4 0.500995 0.231243
5 1.075603 -0.009549
6 2.309248 -0.121767
7 4.957802 0.028648
8 10.644071 -0.002941
9 22.852115 0.000293
P 1
1 0.095623 1.000000
D 1
1 0.297652 1.000000
S 1
1 0.0411520 1.0000000
P 1
1 0.0312680 1.0000000
D 1
1 0.1078000 1.0000000
LITHIUM
S 9
1 0.010125 0.007841
2 0.023437 0.258118
3 0.054251 0.423307
4 0.125581 0.167825
5 0.290697 -0.068332
6 0.672909 -0.119269
7 1.557659 0.007736
8 3.605689 0.003630
9 8.346494 -0.000646
S 1
1 0.103721 1.000000
P 9
1 0.018300 -0.005906
2 0.031699 -0.031422
3 0.054908 -0.043628
4 0.095111 -0.016781
5 0.164751 -0.078594
6 0.285379 0.015562
7 0.494330 -0.030830
8 0.856273 0.006185
9 1.483225 -0.008621
P 1
1 0.070391 1.000000
D 1
1 0.110720 1.000000
S 1
1 0.0086400 1.0000000
P 1
1 0.0057900 1.0000000
D 1
1 0.0725000 1.0000000
GERMANIUM
S 9
1 0.066287 0.213230
2 0.150128 0.605570
3 0.340013 0.413442
4 0.770064 -0.106356
5 1.744049 -0.364579
6 3.949940 0.127448
7 8.945864 -0.017166
8 20.260687 0.002454
9 45.886614 -0.000355
S 1
1 0.043781 1.000000
P 9
1 0.036511 0.098680
2 0.080524 0.372290
3 0.177593 0.443836
4 0.391677 0.232585
5 0.863832 0.000058
6 1.905157 -0.108282
7 4.201772 0.021894
8 9.266892 -0.001911
9 20.437873 0.000181
P 1
1 0.074726 1.000000
D 1
1 0.234278 1.000000
S 1
1 0.0339610 1.0000000
P 1
1 0.0239450 1.0000000
D 1
1 0.0771000 1.0000000
NEON
S 9
1 0.205835 0.057514
2 0.391384 0.215776
3 0.744196 0.374799
4 1.415048 0.326313
5 2.690638 0.166383
6 5.116103 -0.039149
7 9.727994 -0.085909
8 18.497256 0.006816
9 35.171534 0.000206
S 1
1 0.455383 1.000000
P 9
1 0.121772 0.029943
2 0.238248 0.114200
3 0.466136 0.219618
4 0.912002 0.268864
5 1.784344 0.256932
6 3.491095 0.191378
7 6.830378 0.112176
8 13.363732 0.063317
9 26.146332 0.008057
P 1
1 0.472224 1.000000
D 1
1 2.371533 1.000000
S 1
1 0.1230000 1.0000000
P 1
1 0.1064000 1.0000000
D 1
1 0.6310000 1.0000000
BORON
S 9
1 0.040569 0.032031
2 0.081044 0.243317
3 0.161898 0.434636
4 0.323418 0.329581
5 0.646080 0.111875
6 1.290648 -0.078699
7 2.578276 -0.098781
8 5.150520 0.016164
9 10.288990 -0.000016
S 1
1 0.082513 1.000000
P 9
1 0.029207 0.019909
2 0.058408 0.141775
3 0.116803 0.294463
4 0.233582 0.309028
5 0.467115 0.236378
6 0.934132 0.131317
7 1.868068 0.066454
8 3.735743 0.021248
9 7.470701 0.002837
P 1
1 0.086803 1.000000
D 1
1 0.349879 1.000000
S 1
1 0.0310500 1.0000000
P 1
1 0.0237800 1.0000000
D 1
1 0.0904000 1.0000000
GALLIUM
S 9
1 0.054628 0.253171
2 0.123743 0.598295
3 0.280299 0.356909
4 0.634926 -0.056544
5 1.438218 -0.411266
6 3.257814 0.156079
7 7.379514 -0.025142
8 16.715879 0.004089
9 37.864367 -0.000622
S 1
1 0.031898 1.000000
P 9
1 0.029207 0.759400
2 0.064420 -0.022059
3 0.142086 0.368252
4 0.313389 0.051142
5 0.691221 0.036655
6 1.524577 -0.078589
7 3.362652 0.017781
8 7.416764 -0.002498
9 16.358632 0.000386
P 1
1 0.027155 1.000000
D 1
1 0.182311 1.000000
S 1
1 0.0243480 1.0000000
P 1
1 0.0151640 1.0000000
D 1
1 0.0537000 1.0000000
ALUMINUM
S 9
1 0.045518 0.206193
2 0.100308 0.559887
3 0.221051 0.407852
4 0.487132 -0.041098
5 1.073500 -0.238652
6 2.365686 0.038132
7 5.213294 -0.003935
8 11.488606 0.000470
9 25.317597 -0.000014
S 1
1 0.044024 1.000000
P 9
1 0.014848 0.009932
2 0.030967 0.160212
3 0.064586 0.389171
4 0.134700 0.373235
5 0.280932 0.195800
6 0.585913 0.022947
7 1.221985 -0.053293
8 2.548578 0.004846
9 5.315330 -0.000726
P 1
1 0.206631 1.000000
D 1
1 0.193079 1.000000
S 1
1 0.0231000 1.0000000
P 1
1 0.0153000 1.0000000
D 1
1 0.0535000 1.0000000
MAGNESIUM
S 9
1 0.030975 0.165290
2 0.062959 0.506272
3 0.127970 0.333197
4 0.260111 0.057482
5 0.528700 -0.137614
6 1.074630 -0.135378
7 2.184285 0.048310
8 4.439759 -0.005312
9 9.024217 0.000465
S 1
1 0.162370 1.000000
P 9
1 0.047055 1.502038
2 0.083253 -1.433944
3 0.147298 1.318987
4 0.260611 -0.741124
5 0.461094 0.436300
6 0.815803 -0.243798
7 1.443383 0.086774
8 2.553745 -0.028677
9 4.518286 0.006085
P 1
1 0.121683 1.000000
D 1
1 0.135526 1.000000
S 1
1 0.0148800 1.0000000
P 1
1 0.0093500 1.0000000
D 1
1 0.0595000 1.0000000
NITROGEN
S 9
1 0.098869 0.067266
2 0.211443 0.334290
3 0.452197 0.454257
4 0.967080 0.267861
5 2.068221 0.000248
6 4.423150 -0.132606
7 9.459462 0.014437
8 20.230246 0.000359
9 43.264919 -0.000094
S 1
1 0.175123 1.000000
P 9
1 0.073234 0.035758
2 0.145867 0.153945
3 0.290535 0.277656
4 0.578683 0.297676
5 1.152612 0.234403
6 2.295756 0.140321
7 4.572652 0.067219
8 9.107739 0.031594
9 18.140657 0.003301
P 1
1 0.223042 1.000000
D 1
1 0.832058 1.000000
S 1
1 0.0612400 1.0000000
P 1
1 0.0561100 1.0000000
D 1
1 0.2300000 1.0000000
BROMINE
S 9
1 0.114626 0.199832
2 0.253024 0.605806
3 0.558520 0.486414
4 1.232866 -0.208964
5 2.721403 -0.328448
6 6.007171 0.118471
7 13.260109 -0.013112
8 29.270100 0.001206
9 64.610234 -0.000121
S 1
1 0.074712 1.000000
P 9
1 0.067990 0.107992
2 0.145507 0.331860
3 0.311403 0.442871
4 0.666441 0.283256
5 1.426267 -0.026045
6 3.052389 -0.111323
7 6.532494 0.021712
8 13.980353 -0.001188
9 29.919703 0.000022
P 1
1 0.129654 1.000000
D 1
1 0.417296 1.000000
S 1
1 0.0569460 1.0000000
P 1
1 0.0410490 1.0000000
D 1
1 0.1719000 1.0000000
FLUORINE
S 9
1 0.172723 0.070240
2 0.364875 0.311088
3 0.770795 0.444675
4 1.628295 0.287011
5 3.439757 0.018759
6 7.266451 -0.128608
7 15.350300 0.009104
8 32.427348 0.000810
9 68.502433 -0.000133
S 1
1 0.344569 1.000000
P 9
1 0.101001 0.035321
2 0.204414 0.136924
3 0.413707 0.249353
4 0.837289 0.286620
5 1.694565 0.254541
6 3.429580 0.169572
7 6.941026 0.088542
8 14.047737 0.039843
9 28.430799 0.003378
P 1
1 0.364831 1.000000
D 1
1 1.722479 1.000000
S 1
1 0.0986300 1.0000000
P 1
1 0.0850200 1.0000000
D 1
1 0.4640000 1.0000000
CHLORINE
S 9
1 0.119944 0.148917
2 0.257348 0.503616
3 0.552157 0.523995
4 1.184691 0.013612
5 2.541836 -0.328846
6 5.453681 0.056309
7 11.701243 -0.001301
8 25.105812 -0.000294
9 53.866226 0.000076
S 1
1 0.120667 1.000000
P 9
1 0.074374 0.084925
2 0.155084 0.270658
3 0.323378 0.396022
4 0.674303 0.324325
5 1.406043 0.100661
6 2.931855 -0.069802
7 6.113450 -0.000951
8 12.747651 0.001501
9 26.581165 -0.000249
P 1
1 0.168333 1.000000
D 1
1 0.651071 1.000000
S 1
1 0.0608000 1.0000000
P 1
1 0.0466000 1.0000000
D 1
1 0.1960000 1.0000000
CARBON
S 9
1 0.051344 0.013991
2 0.102619 0.169852
3 0.205100 0.397529
4 0.409924 0.380369
5 0.819297 0.180113
6 1.637494 -0.033512
7 3.272791 -0.121499
8 6.541187 0.015176
9 13.073594 -0.000705
S 1
1 0.127852 1.000000
P 9
1 0.029281 0.001787
2 0.058547 0.050426
3 0.117063 0.191634
4 0.234064 0.302667
5 0.468003 0.289868
6 0.935757 0.210979
7 1.871016 0.112024
8 3.741035 0.054425
9 7.480076 0.021931
P 1
1 0.149161 1.000000
D 1
1 0.561160 1.000000
S 1
1 0.0469000 1.0000000
P 1
1 0.0404100 1.0000000
D 1
1 0.1510000 1.0000000
OXYGEN
S 9
1 0.125346 0.055741
2 0.268022 0.304848
3 0.573098 0.453752
4 1.225429 0.295926
5 2.620277 0.019567
6 5.602818 -0.128627
7 11.980245 0.012024
8 25.616801 0.000407
9 54.775216 -0.000076
S 1
1 0.258551 1.000000
P 9
1 0.083598 0.044958
2 0.167017 0.150175
3 0.333673 0.255999
4 0.666627 0.281879
5 1.331816 0.242835
6 2.660761 0.161134
7 5.315785 0.082308
8 10.620108 0.039899
9 21.217318 0.004679
P 1
1 0.267865 1.000000
D 1
1 1.232753 1.000000
S 1
1 0.0789600 1.0000000
P 1
1 0.0685600 1.0000000
D 1
1 0.3320000 1.0000000
KRYPTON
S 9
1 0.129911 0.183453
2 0.282220 0.596016
3 0.613098 0.506410
4 1.331901 -0.150926
5 2.893437 -0.423611
6 6.285735 0.162644
7 13.655203 -0.023284
8 29.664719 0.003157
9 64.443973 -0.000422
S 1
1 0.634619 1.000000
P 9
1 0.079314 0.096705
2 0.167216 0.312567
3 0.352539 0.448237
4 0.743252 0.298640
5 1.566988 -0.003641
6 3.303659 -0.138798
7 6.965055 0.029989
8 14.684325 -0.002578
9 30.958748 0.000205
P 1
1 0.149902 1.000000
D 1
1 0.487932 1.000000
S 1
1 0.0651450 1.0000000
P 1
1 0.0466060 1.0000000
D 1
1 0.2155000 1.0000000
HYDROGEN
S 9
1 0.013000 0.000706
2 0.029900 -0.002119
3 0.068770 0.057693
4 0.158170 0.230695
5 0.363792 0.277612
6 0.836721 0.169833
7 1.924458 0.097443
8 4.426254 0.029966
9 10.180385 -0.000452
S 1
1 0.170483 1.000000
P 9
1 0.003000 0.001242
2 0.007800 -0.000913
3 0.020281 -0.000054
4 0.052730 -0.000238
5 0.137097 -0.011530
6 0.356451 -0.018235
7 0.926774 -0.013929
8 2.409612 -0.009395
9 6.264991 -0.000347
S 1
1 0.0297400 1.0000000
P 1
1 0.1410000 1.0000000
PHOSPHORUS
S 9
1 0.074718 0.140225
2 0.160834 0.506746
3 0.346202 0.499893
4 0.745215 0.037301
5 1.604109 -0.284591
6 3.452917 0.024766
7 7.432561 0.001798
8 15.998924 -0.000314
9 34.438408 0.000088
S 1
1 0.077260 1.000000
P 9
1 0.050242 0.072095
2 0.102391 0.278735
3 0.208669 0.411034
4 0.425256 0.304724
5 0.866651 0.091727
6 1.766191 -0.057060
7 3.599410 -0.005103
8 7.335418 0.000328
9 14.949217 -0.000046
P 1
1 0.113433 1.000000
D 1
1 0.390944 1.000000
S 1
1 0.0417000 1.0000000
P 1
1 0.0343000 1.0000000
D 1
1 0.1130000 1.0000000
SILICON
S 9
1 0.059887 0.167492
2 0.130108 0.532550
3 0.282668 0.464290
4 0.614115 -0.002322
5 1.334205 -0.268234
6 2.898645 0.031921
7 6.297493 -0.000106
8 13.681707 -0.000145
9 29.724387 0.000067
S 1
1 0.059803 1.000000
P 9
1 0.036525 0.078761
2 0.076137 0.308331
3 0.158712 0.417773
4 0.330843 0.281676
5 0.689658 0.069876
6 1.437625 -0.056306
7 2.996797 0.000744
8 6.246966 -0.000259
9 13.022097 -0.000022
P 1
1 0.081570 1.000000
D 1
1 0.283626 1.000000
S 1
1 0.0332000 1.0000000
P 1
1 0.0250000 1.0000000
D 1
1 0.0823000 1.0000000
ARGON
S 9
1 0.147347 0.155473
2 0.312164 0.494617
3 0.661339 0.526705
4 1.401090 0.021986
5 2.968301 -0.338533
6 6.288539 0.056023
7 13.322677 -0.000115
8 28.224956 -0.000595
9 59.796402 0.000127
S 1
1 0.147526 1.000000
P 9
1 0.090580 0.079101
2 0.188085 0.260718
3 0.390548 0.395065
4 0.810953 0.334954
5 1.683902 0.107462
6 3.496535 -0.073657
7 7.260371 -0.001407
8 15.075781 0.001710
9 31.304069 -0.000275
P 1
1 0.211798 1.000000
D 1
1 0.810888 1.000000
S 1
1 0.0709000 1.0000000
P 1
1 0.0533000 1.0000000
D 1
1 0.2400000 1.0000000
SODIUM
S 9
1 0.013061 0.200118
2 0.030041 0.467652
3 0.069092 0.227738
4 0.158908 -0.061581
5 0.365481 -0.137533
6 0.840589 0.003323
7 1.933315 0.003741
8 4.446533 -0.001117
9 10.226816 0.000244
S 1
1 0.865135 1.000000
P 9
1 0.002593 -0.002840
2 0.006741 0.005340
3 0.017525 -0.025936
4 0.045563 -0.053466
5 0.118461 -0.053691
6 0.307987 0.014439
7 0.800738 0.006199
8 2.081847 -0.001026
9 5.412617 0.000168
P 1
1 0.106025 1.000000
D 1
1 0.050790 1.000000
S 1
1 0.0072500 1.0000000
P 1
1 0.0063300 1.0000000
D 1
1 0.0468000 1.0000000
BERYLLIUM
S 9
1 0.030068 0.025105
2 0.054002 0.178890
3 0.096986 0.263939
4 0.174186 0.435946
5 0.312836 -0.008188
6 0.561850 0.049509
7 1.009077 -0.114576
8 1.812290 -0.067207
9 3.254852 0.017250
S 1
1 0.239392 1.000000
P 9
1 0.015064 0.735052
2 0.028584 -0.476214
3 0.054236 0.564806
4 0.102911 -0.108575
5 0.195269 0.233862
6 0.370513 -0.009003
7 0.703030 0.067510
8 1.333967 -0.002868
9 2.531139 0.017869
P 1
1 0.222969 1.000000
D 1
1 0.217340 1.000000
S 1
1 0.0187700 1.0000000
P 1
1 0.0085000 1.0000000
D 1
1 0.0740000 1.0000000
SELENIUM
S 9
1 0.096883 0.200965
2 0.217674 0.615093
3 0.489067 0.462636
4 1.098828 -0.204179
5 2.468828 -0.307584
6 5.546920 0.109895
7 12.462726 -0.012288
8 28.001040 0.001205
9 62.912258 -0.000132
S 1
1 0.062467 1.000000
P 9
1 0.056147 0.073504
2 0.122259 0.334692
3 0.266220 0.473323
4 0.579694 0.276571
5 1.262286 -0.032356
6 2.748631 -0.103709
7 5.985152 0.020181
8 13.032685 -0.001095
9 28.378708 0.000019
P 1
1 0.107381 1.000000
D 1
1 0.348649 1.000000
S 1
1 0.0487470 1.0000000
P 1
1 0.0354920 1.0000000
D 1
1 0.1283000 1.0000000
SULFUR
S 9
1 0.095120 0.140074
2 0.202385 0.490942
3 0.430611 0.515297
4 0.916203 0.050320
5 1.949388 -0.298908
6 4.147674 0.019827
7 8.824926 0.007266
8 18.776623 -0.001602
9 39.950656 0.000271
S 1
1 0.098454 1.000000
P 9
1 0.057087 0.081938
2 0.115901 0.251826
3 0.235305 0.376344
4 0.477723 0.320902
5 0.969889 0.143779
6 1.969099 -0.045543
7 3.997726 -0.017191
8 8.116307 0.002580
9 16.477979 -0.000222
P 1
1 0.128926 1.000000
D 1
1 0.514135 1.000000
S 1
1 0.0507000 1.0000000
P 1
1 0.0399000 1.0000000
D 1
1 0.1520000 1.0000000
HELIUM
S 9
1 0.077786 0.012425
2 0.161528 0.128251
3 0.335425 0.282221
4 0.696535 0.292427
5 1.446408 0.215025
6 3.003576 0.125450
7 6.237154 0.064912
8 12.951926 0.038892
9 26.895662 0.002531
S 1
1 0.321750 1.000000
P 8
1 0.228528 -0.000116
2 0.422019 2.116950
3 0.779333 -2.182954
4 1.439180 1.545850
5 2.657706 -0.879477
6 4.907934 0.469710
7 9.063386 -0.224631
8 16.737180 0.098422
S 1
1 0.0725500 1.0000000
P 1
1 0.2473000 1.0000000

5689
data/basis/aug-cc-pvqz Normal file

File diff suppressed because it is too large Load Diff

3379
data/basis/aug-cc-pvqz-nr Normal file

File diff suppressed because it is too large Load Diff

5723
data/basis/aug-cc-pvqz-pp Normal file

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More