Skip to main content

Python libraries for irbasis

Project description

Build Status

irbasis

Open-source database and software for intermediate-representation basis functions of imaginary-time Green's function and Python and C++ libraries

Detailed instructions are available online. Please also check our citation policy.

Below we will briefly describe this software.

Table of Contents

License

This software is released under the MIT License, see LICENSE.txt.

Structure

We briefly describe files constituting this software below.

  • c++/irbasis.hpp
    C++ library
  • python/irbasis.py
    Python library
  • database/irbasis.h5
    Database file (Lambda=10,102, 103, 104, 105, 106, 107).
  • sample/
    Directory including samples in C++ and Python
  • test/
    Unit tests in C++ and Python

Installation

Python

You need to install only a few standard scientific libraries (such as numpy, h5py) shown in our PyPI project page. If you install irbasis through pip, pip will take care of these dependencies properly.

We strongly recommend to install the irbasis library using the standard Python package system. This package contains the data file (irbasis.h5) as well.

python -mpip install -U pip
python -mpip install -U irbasis

Alternatively, we can put irbasis.py and irbasis.h5 into your working directory. You can load irbasis and use the full functionality.

If you want run sample Python scripts, please also install additional Python packages (scipy, matplotlib) using the following command.

pip install scipy matplotlib

C++

You need a C++03-compatible compiler. The use of the C++ irbasis library requires only the HDF5 C library (not C++).

The C++ library consists of a single header file. All what you need to do is to include irbasis.hpp in your C++ project. The data file irbasis.h5 will be read at runtime. Please do not forget to link your executable to the HDF5 C library.

Usage

In the following, we demonstrate how to use irbasis database. The irbasis database is available in Python and C++. irbasis can calculate the IR basis functions, its Fourier transform, the derivatives and corresponding singular values.

In the following, we assume that you have installed the irbasis Python library via pip. If not, please modify the sample script files appropriately to specify the location of a database file (see a comment in api.py).

Some of sample Python scripts depend on scipy and matplotlib.

For other examples, please refer to our online document.

Python

You can download api.py and save it to your working directory. Then, please run the following command.

python api.py

You can study also our step-by-step examples in a jupyter notebook.

C++

You can download api.cpp and step_by_step_examples.cpp to your working directory. After copying irbasis.hpp into the same directory, you can build the sample program as follows (see compile.sh).

g++ api.cpp -o api -I /usr/local/include -L /usr/local/lib -lhdf5 -DNDEBUG -O3
g++ step_by_step_examples.cpp -o step_by_step_examples -I /usr/local/include -L /usr/local/lib -lhdf5 -DNDEBUG -O3

Here, we assume that the header file and the library file of the HDF5 C library are installed into "/usr/local/include" and "/usr/local/lib", respectively. When running the executable, irbasis.h5 must exist in your working directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

irbasis-2.2.3.tar.gz (22.6 MB view details)

Uploaded Source

Built Distribution

irbasis-2.2.3-py2.py3-none-any.whl (22.6 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file irbasis-2.2.3.tar.gz.

File metadata

  • Download URL: irbasis-2.2.3.tar.gz
  • Upload date:
  • Size: 22.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for irbasis-2.2.3.tar.gz
Algorithm Hash digest
SHA256 d3782a9d595621bb73e70d0ce5eb38c186631e9e3418e26f4db9608d9b3ee339
MD5 bbf27f09621632dddb88c42c35e224f5
BLAKE2b-256 0b4873aab255d7746557eefdb6481f26bf89713f53c529d71235a8ff267cd35f

See more details on using hashes here.

File details

Details for the file irbasis-2.2.3-py2.py3-none-any.whl.

File metadata

  • Download URL: irbasis-2.2.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 22.6 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for irbasis-2.2.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 51d96e8853d34185e1eed2d21b2839f984257a3579a3f2c4722cd2339c79da59
MD5 c14293405294874af252ea2aa79de3c0
BLAKE2b-256 c8681d8c360e6412aa33e97011a8399efd47b0f52d73694ccdce134f0f3b204e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page