Python implementations of Imaginary-time Evolution algorithms
Project description
ipie stands for Intelligent Python-based Imaginary-time Evolution with a focus on simplicity and speed.
ipie inherits a lot of QMC features from pauxy.
Copyright by Joonho Lee (joonholee@g.harvard.edu)
Features
ipie currently supports:
estimation of the ground state energy of ab-initio systems using phaseless AFQMC with support for CPUs and GPUs.
simple data analysis.
other legacy functionalities available in pauxy such as the ground state and finite-temperature energies and properties (via backpropagation) of the ab initio, UEG, Hubbard, and Hubbard-Holstein models.
Installation
Clone the repository
$ git clone https://github.com/linusjoonho/ipie.git
and run the following in the top-level ipie directory
$ pip install -r requirements.txt $ python setup.py build_ext --inplace $ python setup.py install
You may also need to set your PYTHONPATH appropriately.
Requirements
python (>= 3.6)
numpy
scipy
h5py
mpi4py
cython
pandas
Minimum versions are listed in the requirements.txt. To run the tests you will need pytest. To perform error analysis you will also need pyblock.
Running the Test Suite
ipie contains unit tests and some longer driver tests that can be run using pytest by running:
$ pytest -v
in the base of the repo. Some longer parallel tests are also run through the CI. See .github/workflows/ci2.yml for more details.
Documentation
Documentation and tutorials are available at readthedocs.
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
Built Distributions
Hashes for ipie-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 196e49671561f39143536a0484dc39f20dc0866c3c66009d996325a376de47e5 |
|
MD5 | 9c32e1bb59f0cc7fc57937c09c31e7f9 |
|
BLAKE2b-256 | 219bcc396e774884f5d78671cb69448e3bc68bf148750602f719aa24bf95a672 |
Hashes for ipie-0.6.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c614f2e96e4c5bdf42d313d4a287a9b556807c21e3f6cbcf8f768ceb8ff062c1 |
|
MD5 | 2608ff8b3efd24ba492016d64142e58a |
|
BLAKE2b-256 | faffab556bd537641e7f8bc9858105657bee88690ad42e0e0a5b216fe3fc552a |
Hashes for ipie-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bb2e8dd8dc8b57668f36f7e52cb2a1155162a71be888614f754a27cb8eaa9d7 |
|
MD5 | a6fa19b0b1e0d37d727602fefe7715a0 |
|
BLAKE2b-256 | e9324cbada686156771ed1063e0c354fef5b1267a334233f84c0cd6be64b6b37 |
Hashes for ipie-0.6.2-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e5f6f16d9e9e2237c7cee9af25d4cf032488377d0e99f8329b1118bfa9ff9cf |
|
MD5 | 81f6b50acf37b05dbe6cad5eac771ea3 |
|
BLAKE2b-256 | ac3252e93079e69f17c06fbb8f6ff9aefd7173988bbdf391cf2fc733e9b2d058 |
Hashes for ipie-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99c570edb9a2635cb802930703cd7808bc0a2e47a56904ded1c6f605255aba67 |
|
MD5 | f771d7165b3949f61cfbb8b90cf01d86 |
|
BLAKE2b-256 | 180f9e6df70e309bd6a1c60441aa8ccf139bacba4cb9b0e53ba477b173625d84 |
Hashes for ipie-0.6.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 383b6236b000291f5027ab119b8de8cee8f0c1af30f9836a0b6986f5f848530a |
|
MD5 | 888ac42ebf147e8c4e1c618c752d6520 |
|
BLAKE2b-256 | 93f3a4ad4f710fee13621b6caa322368464a4d417f4d2d903ae7b6a4fe3d3b91 |
Hashes for ipie-0.6.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f1e3bcbdc37e948504fe0fe6030784690914c4dd030127b75b43dfa0634e5ac |
|
MD5 | a450351f596c556b8824f0d5e1918874 |
|
BLAKE2b-256 | 852bf192ff0bd627992cffe267c93d175967b22262c59b5f7619ed2df74f7194 |
Hashes for ipie-0.6.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca43a55063ae271fde9e7fa92a6db0a5fc93717b0d018126168f07267a080a6d |
|
MD5 | c7bfe24d68c3f8d6617d4742d94e893c |
|
BLAKE2b-256 | bfa8391bd19fd11fb38470f19265e93754596dc2e86faa475a80bfaf7631ff5f |