Skip to main content

TrimCI: high-performance accurate quantum many-body and quantum chemistry calculations

Project description

TrimCI banner

TrimCI

🔥 v0.1.3 (Apr 2026): Improved Davidson solver robustness and stability. Just pip install trimci.

Trimmed Configuration Interaction (TrimCI) is a high-performance framework for quantum many-body and quantum chemistry calculation.
It constructs accurate ground states directly from random Slater determinants — without any guiding ansatz, Hartree–Fock reference, or prior human knowledge — through an iterative expansion–trimming cycle on the determinant graph.

TrimCI demonstrates that accurate many-body ground states can emerge from randomness, achieving state-of-the-art accuracy and efficiency across molecular and lattice systems. It can outperform human-designed ansatzes or human-provided knowledge in hard problems, such as strongly correlated systems.

Paper H. Zhang, M. Otten, “From Random Determinants to the Ground State,” arXiv:2511.14734 (2025). https://arxiv.org/abs/2511.14734


🚀 Install

pip install trimci

Alternatively, you may build the package on your environment python -m pip install ..

⚡ Quick Example

  1. A fast run in AUTO mode.
cd tutorial
tci --auto --goal speed -n 1000
  1. An accurate run in AUTO mode.
cd tutorial
tci --auto --goal accuracy -n 1000
  1. A custom run in FULL mode. See trimci_tutorial.ipynb for more details.

  2. More details are in the paper and py/trimci/TrimCI_runner/trimci_driver.py.

✨ Key Features

  • Emergent accuracy from randomness: discovers the ground state without predefined ansatz or human bias.
  • Expansion–trimming mechanism: iteratively expands the determinant space via Hamiltonian couplings and trims away unimportant configurations.
  • C++ backend, Python interface: efficient C++ backend with OpenMP parallelization for core functions, while Python interface provides user-friendly access.
  • Massive efficiency gain: achieves equivalent accuracy to selected-CI using (10^2)–(10^5\times) fewer determinants.
  • Transferable module: TrimCI wavefunctions can initialize or guide AFQMC, VMC, DMRG, tensor networks, and quantum algorithms (VQE, QPE).
  • Explicit wavefunction: produces a compact, analyzable coefficients and determinants dict enabling direct evaluation of observables and other measures.

🧩 Algorithm Overview

TrimCI operates on a graph whose nodes are Slater determinants and edges correspond to Hamiltonian couplings (H_{ij}).
The algorithm alternates between two complementary stages:

  1. Expansion:
    Add neighboring determinants connected by large couplings (|H_{ij}c_j|>\theta).
    This explores physically significant regions of the Hilbert space.

  2. Trimming:

    • Local trimming: random groups are diagonalized independently to remove negligible states.
    • Global trimming: survivors are merged and re-diagonalized to select top-amplitude determinants.

This two-level process refines the variational subspace nearly monotonically and rapidly converges toward the ground state.


🧠 Scientific Highlights

  • Molecular systems:
    Matches SHCI accuracy on Cr₂, [4Fe–4S], and the nitrogenase P-cluster while using (10^2)–(10^5\times) fewer determinants.

  • Lattice systems:
    For the 8×8 Hubbard model, TrimCI reproduces >99 % of the AFQMC ground-state energy using only (10^{-28}) of the Hilbert space.
    On 4×4 lattices, TrimCI achieves higher accuracy than AFQMC benchmarks.

  • Emergent structure:
    Starting from random determinants, TrimCI self-organizes a compact “core set” of dominant configurations.
    The amplitude distribution follows a power law (p(r) \propto r^{-(1+\alpha)}) , revealing a scale-free organization and quantifiable algorithmic entropy.


🔗 Integration with Other Frameworks

TrimCI provides a compact and explicit coefficients and determinants dict that can:

  • serve as a trial or guiding wavefunction for AFQMC and VMC,
  • initialize DMRG and tensor-network optimizations,
  • provide high-overlap initial states for VQE or QPE quantum algorithms,
  • enable cross-validation and hybrid workflows across classical and quantum domains.

📜 License

MIT License — see LICENSE for details.

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

trimci-0.1.3.tar.gz (1.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

trimci-0.1.3-cp314-cp314-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.14Windows x86-64

trimci-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp314-cp314-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

trimci-0.1.3-cp313-cp313-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86-64

trimci-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

trimci-0.1.3-cp312-cp312-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86-64

trimci-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

trimci-0.1.3-cp311-cp311-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86-64

trimci-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

trimci-0.1.3-cp310-cp310-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86-64

trimci-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

trimci-0.1.3-cp39-cp39-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.9Windows x86-64

trimci-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

trimci-0.1.3-cp38-cp38-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.8Windows x86-64

trimci-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

trimci-0.1.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

trimci-0.1.3-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file trimci-0.1.3.tar.gz.

File metadata

  • Download URL: trimci-0.1.3.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3.tar.gz
Algorithm Hash digest
SHA256 db919a0a0154fd4d17549aebf4cee648041833c996801101fcb88656fb0e3697
MD5 9284bf4f78e1ae2e62305ad11fbc5d16
BLAKE2b-256 ddadb714d3465b3c81f829ca06e23a9e6a3fefd85b80e6fabe22c106e63f3617

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 af1cbb4d581ce10ad5e51501468cedf5ad694ad5ff1e9130742a91aa2a252228
MD5 5ed535aa29b082acfab0ab272d55b605
BLAKE2b-256 f6503466e01813f47859baa433b901e34e5ec8140da298b6b53fca40a9bd659e

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6ba1b823355de0619c801211282eee6da974125a8a6ed83266621cffafe5a7f8
MD5 18e8a4a95678cec1e6cd0b20a3bc56e1
BLAKE2b-256 1c83b15d6dd1e80ff505f16ea4c78c49c8d4370bc018ac7d17bc310793ee9c89

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b4e4f1b150caccb7471c11b4b60969f98405134d2fa7ac4506146902f1841e27
MD5 d5018e9e848e5a268dea2be4ed4f2937
BLAKE2b-256 8f47b1571bb0f04155c4e1e4956a7adf0beec54e6efc3bfff95f00a83904f03f

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bc4870c5b1cc91244349ce84e1aa11903d17b1e534a97095d553d19307df517e
MD5 eda7a745abf08fb88036f8c0bc9f0317
BLAKE2b-256 50be24793b1a37082c285a08211db45825c9bf62a899ff671b880551c42e7ec2

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 137919a564eeb1327b350d04057d47d530f79de7cd6148b0592c83184d3f3b27
MD5 5b991c9accb8ee93c70e757169ea64f8
BLAKE2b-256 06bceb97d447246cf8a25e9feeee1c78bed7b1352da0a1cda48c286cbbbf7e12

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 626065c5948f6918107d889381e5de401d1bce77d481e24dd7fdb3f7c4d8ea4b
MD5 767c23b1f99ccc7a8e96d34757ea8a2d
BLAKE2b-256 a3fcf8405ebb277c6af991fedcdacfdff791d169486b357cf5467d8fdbf47718

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5296bd8639598d1f71ab3a726d5f314b43f02122ff98645613f46d6884714985
MD5 b4b4f76cdbaea3849dc8c949c3b1b5d2
BLAKE2b-256 f21f8802b4fb5af312b154b4dfdd32231f9cc30090dc10fdaa4099fb048473b6

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f031c772b442ecb17d6c55479bd8fccda24d3847333b02db17c9f46499657014
MD5 ef9a4d7f5ff4696f864b6da293b9dafd
BLAKE2b-256 56c63ae556e7ecc5438afb8c361b3d98d5e2748cba4f86a4c5950fa2c10138c5

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bd0a548a077784261ec8ac5f2386a7872350424c71d6d0a2f9c524b97a7e45b1
MD5 006644fc14d9697c7d84da008c48ae25
BLAKE2b-256 b4f5406fac736a32d67d97baefb1eb9f551d5bb9276651b799ff326f333ab3d8

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31224489f2e1ad022cd5d32d71cc61e5ab577473fe31caf8b6e6865dbcdc4dd9
MD5 a4dd9a2dc51881381344cb3ff965a9b5
BLAKE2b-256 546f2b5845056c3a79852065030baa686d37a0ecece4b5a74800652490f44608

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 585a0d0c10dbe0c2ae4f222947a8efbaaef4b2be1a50b6b7b4340bd40c8bd90a
MD5 03f68bcc0ded0f271c96a26ee3e76ace
BLAKE2b-256 417cb22207e926ec900bc3ee1f2904e527b9840c4ad5ce3061754cb53cc66cb8

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9bbf5ee88fe5e17ca7902359301f5f2986d980bcaa32784f56051ec793cf2c80
MD5 65b4be2acdcc44be850a6675db67904f
BLAKE2b-256 7819e9f7e5eaf4eb655f22bceee938a0b9f8d482f3ee430790addc260ba8548f

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5f41f5c1a23c608fd3fe964c2f15e0192b7d2cf75682c446477e38f3de7e9f02
MD5 f3388a17e4659aef15f64e3c314c0aa9
BLAKE2b-256 ae2bb2db59b09cd05a30ee1af1c0d78edf4716cdd59902516a3a3acd89462a1a

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6549e087aac148bcdfa7a0baa40f152178f4aa8ca0b226bedbae06f913552adb
MD5 c8f760dbb89491360d5c61572bf24c23
BLAKE2b-256 db5217f0c0b47cc48e710c92484a0ab507ea58e2c0f8135a2147f77ae1b4190e

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c27dee3ec7547fb1f66357ab63b03b60f68db2a5c78fd3d071f3b481452d92b2
MD5 554f3d69ea196be0888fe7571ea5075c
BLAKE2b-256 8542f41cd70e2247dfe5a1b8823c31080a08b4df71eed858ce1a8e1f6ff021ea

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9d62ccdee577a30d9f2c5f7c8785bd0c7d141852c4d5f0bd864e1737c8f980d
MD5 74249b59eff90181f73a3ae03f59f5b7
BLAKE2b-256 b4cb041b33c576e3c1f3bacde6e525fe1beb3e22c2884ea1cfc7751e5e6cba63

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 54dcd516b603040b05b46274a411ff2935767262b6805b3662323b0ccdabab8a
MD5 d621c43733fd588b23547dd9024c96fa
BLAKE2b-256 d009bb2cec2b6cc4b7f3043d0656f91bd16c2c3d228320d8508c1c42d9791387

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 00accc6fbd26e0675750ea685356291138a213ead0eea037c1abe139a807bc28
MD5 f085e72ca06ce2f5420edb058b8d5c8b
BLAKE2b-256 b571ccdc3e68e494278c6a5e573caaec10d84206ee4dfc0aef1ab7a664606a0d

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 264bef28889a6965fc3f217ab552b5b9fc9bf22d9c75b00347006be671314daa
MD5 2fd7a43c723d82476d126c755563a787
BLAKE2b-256 a1455475d01ddd41fd91d520d1db1c650e3be053d41f43a555e2a604fd58abc9

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31134cd7c696fddc566ea72571b358044674d7ad0b8969f68d743cb6ead13c13
MD5 4ad38151bb4db599acc9e532db2979d6
BLAKE2b-256 8daf9bdeb94fee3fd60a5b2065e072e8ee49a8b8c897242503e10cbc29c7ddda

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 171dad9b2d5d57fb7a24dd82b14063038b6451de9943814a82b6cfa42eb73bee
MD5 3d1ea8b385a2613e9caba8369c17cec0
BLAKE2b-256 73b58f2d060d7f088ecc2a31ddf6dde84899a4efbd7e03ca11b935763081da8d

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 395c3f5d9cc1ec6a809c3e5495e2c97553cbb4cdeca384193e4eb40eb40b0c58
MD5 e7750867304ff428c2ec5523bb0099f7
BLAKE2b-256 4e0b68fbf32171b333c60895076b17e229bdecaf27fdf04b4ed8c5fe6ccfb877

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0087e2f78a1f42080ec56fb4490a960619fcbab61be8cac334de213e5f3e28e
MD5 5b632cb7a6eaf28ce54a702020241e32
BLAKE2b-256 e70cd19c7cedd96f689b97237e6051fc3a8a53c21dbf74261befe56b2551ed2f

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f202a702c981ea19309bc647a3c3f2923a14f1920dbbcb900a5f421db7e4d88
MD5 6dae2259941ee838d4e23c11af27baa9
BLAKE2b-256 1eaffb2939dfc5c6f6765da823ce5e205b9f8154f07bc943bf4e1388ce6e8f0f

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: trimci-0.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for trimci-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8c4adac966ddfb55e8d261a97a0aaa8457be26701d530dd2424a530ba662b399
MD5 dc57a8e8827a18809163d61d1b53f3c2
BLAKE2b-256 a90e027ae6c16aa6b4eb283884af1e21b52a330d361e4e035d6e4d72c5e58bff

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c44d6e18d97cc5e097ebcc16383a741623ebbeb86d9a527d362059f5e4fb76e2
MD5 026ea02860385a7cd1880a66b417f2b6
BLAKE2b-256 df4b887fc129ec161a9667db86f9e60d8db388e2c23e1c148dbafda4aacd0339

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42cd717aca7ba30e8f6fc4bbf84ac1bc46237d821635da8c3b3bda7cba4e465c
MD5 4dadd0e6bf58e889b2ac8559166130ee
BLAKE2b-256 960c12af889196c7f8e390e507757b13b1b2255bcce8d7882a71c1910ad33dca

See more details on using hashes here.

File details

Details for the file trimci-0.1.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for trimci-0.1.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b73fadf65d82777f9220dbef1630c56ec00527c1b0298b59525f5e1412a67f22
MD5 66ed7690257f427d3ae912176a2d3008
BLAKE2b-256 8ac76d187c89f2aab0653de926f5581c17eb2bf312027b0b3a4da7319275e420

See more details on using hashes here.

Supported by

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