Skip to main content

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

Project description

TrimCI banner

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.2.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.2-cp314-cp314-win_amd64.whl (2.7 MB view details)

Uploaded CPython 3.14Windows x86-64

trimci-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

trimci-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

trimci-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

trimci-0.1.2-cp311-cp311-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11Windows x86-64

trimci-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

trimci-0.1.2-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10Windows x86-64

trimci-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

trimci-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

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

Uploaded CPython 3.9macOS 11.0+ ARM64

trimci-0.1.2-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8Windows x86-64

trimci-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

trimci-0.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.0 MB view details)

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

trimci-0.1.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for trimci-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5a6fc64ef91f239181c9afe6b8de8fa18a0ddeb1f0cb0fcb2ac8391cb649283f
MD5 02211403796055ffe3d356e3c6b11910
BLAKE2b-256 16a51927ec5387cd7c5b6c842007b9db4f1d4d56eb736beb76e45b318e415585

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for trimci-0.1.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 ebee8e55fd57af4b43556597f7d0081d0170dbf53a07e55b0e4c92a91fdccd88
MD5 c25917fd91d6ce75fea6bcf31d6877bc
BLAKE2b-256 ee5d67eb7dc6c83ef18096dc4c603b0c8c0e63051d3c7fe0ef7c23bb1a6d9009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a01299bd55e658c01337cfd7e1df877f18ac55886880e7b09d00c7928a8e9a1c
MD5 4917518b36dfb584a1205fe418543f4d
BLAKE2b-256 fb2cbf13b66ba34334a0030e2a50dc44425021d34754dae8594bcdea79b27aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0acf5b7ae415601b3faabb235fe4f4054cf760a2b6533b84de516c156789e85
MD5 54a36dfd00c71e7887b8a08466cda035
BLAKE2b-256 8ee5b650faf630bd78a196973cbd10d1b132482616ec87eb036e0c9e32a5c922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a6b14f6dbccbcf56dc3f3eb38dfcd864d8db714737e115c31a003d673442c12c
MD5 761bf399a22126e8014cd65c3a0b7993
BLAKE2b-256 3af9c628258c3d99fe400c7f143c0eae7ccf936fbd58b66b85f6d871e4648505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.2-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.7

File hashes

Hashes for trimci-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4316e041db31be116ea65d082732b53e11a2158441fbb3fef6682702cf7c54c6
MD5 781bc97967ecb1ce012c76bb3e84be30
BLAKE2b-256 58f6d4d863d43b2b797b0ca22fc7724818439be28ab1a276030d3a414b593da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95d66214789bf774facfffb04c458b80a34ac8846a519351b2c111b242155bf6
MD5 a5d5b58d80cb0fcd3a270c10a3ffa0fb
BLAKE2b-256 cfea7c2d67f559acc5f7390e387381b6ca1d3df51a2b9d85b6b31d53b47cf45e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a2754f2e07822a77fd398bca15fed112c87b483bd4bba540e3039161d9df63c2
MD5 2cfd213f126751c53791e77e7b4613ef
BLAKE2b-256 0208d6314bf1065f1926e60329644349b3c5c52f8ab48755e9350dcb6358a939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 914f07dc99e1a1d2bdba77986f8e68238b70923059f8c6e4a0aa1e82a96ba1f0
MD5 51df2c4363f65e25981873c185548611
BLAKE2b-256 f5a2bd28a993c611a32ed848ca05d74c608c2408014c4d171f14b4acec9704c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.2-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.7

File hashes

Hashes for trimci-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 307731a6555739251a20a2845372b7df6f0923da7e8c6b845c992453e8d47fc2
MD5 7e25f3dca76bb764fb2ace48f178dd41
BLAKE2b-256 15e57f486a01224da1afebf5dc6105c2cee4a623131096dc572ad7bc6d15fff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df1cbb19d17d0943362800bba10136ab49b30ce002574c2038bbb1fb16e0d037
MD5 89174198430e8bcf2b4fbb2dc1ca81a9
BLAKE2b-256 e714c4264416cfaf9c6704effbcf2e084780810f5f81cab29170370fbeb9a5f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23e77ea723191ee8ec5307fe75f2c1ef7b8b1c14e14b6ba91b78bfe3ed4b2758
MD5 aeb11267e3072870a570b2158231a4e2
BLAKE2b-256 1b3cc670e04b3c715193af7a6080dbfc094280b2eb599ebcbb6249fb3c73fb53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4872bd0fb836c630283ad43c5ad8ed03c9cfda21c37b6c95865735bcd7a8b30
MD5 146109f1448bcc29f7ab703f1fcbd323
BLAKE2b-256 26b42fdbf45254fd487bb17a01b334a88dadfa6a02e2e18df2c6cea7432c6106

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for trimci-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0952fb1c734e58024932307dc74004b47f4ff560cfd4e867d2cec964637c34d2
MD5 ddb85f0095e232bcde4f4b963af5d42d
BLAKE2b-256 3447951c7f9dd8072fef8247b2c25fbd32b5cc2c5b0f8fcee5ea26cbaa9851a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf0eeed7c76a1a6bda1d8b5c65942c47499c80c261f70643d33236f6c8bf3942
MD5 91476cf30b93ee56bdeb39f9fd1004a2
BLAKE2b-256 7315359f9b8a0a69d29595e4ac1be789be08779fcbc400525fc5ff5e53e41236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d95379aab6ca4c65f61cbae2fb53cd2d15b9e643f46456e972eb4defff09d568
MD5 d4ffd412ee8bfafa5930a243471abfa2
BLAKE2b-256 d89fe3189def0f3636fac8b0e9137a7394348bbe552471e53e0d971545cfbecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cb49c43a0b78add80c7af6475d4e30860d17ffdc9fb670347049a31f0137676
MD5 3571563c08f8937a52b1594ac49455b3
BLAKE2b-256 c4d4c6f3b23dbbad0d5883e52ad9ce67975604e86b8dee1827b04fc09b3f1c93

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for trimci-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 08f7d6fbf022eeb959ea48a445b27920411ef741d238c322aa0499a0ca4eabe5
MD5 ed19145506d4710b3d80cf04507e0955
BLAKE2b-256 0f765a999fe5fd858fade1a2169aa7f8de7d5b94e2f7dc3a5fce7b0360f8b8e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d136e212e6fc984d384e6600c2bef19b3f406b70c4a0d895c07f9ddca94fa9b
MD5 a46333ee2ddb566402d919f706c4f909
BLAKE2b-256 b22c3c7c30031530c2a6ba8bf2092e395da1f2c795762b31c2323800a3c9704b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8f70b027980317384acc98840e90517497bb61c3c942c527203dcebd5d1b90ad
MD5 daad6fe25b48b1500713bc411b79e4ff
BLAKE2b-256 c72659d21c1756ea59dbc762ac8e75778806bd9ccca32ca88904047685d97140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb9e6229219c331683a17efbbeca301965409565a24cc1cf1897d7a39e17e864
MD5 324e0bc0766e071f4dddc194971710a6
BLAKE2b-256 9e6578fd6e92268e846f6d625cc70fca07166a9d60e9187156f3576dbf0b69a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.2-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.7

File hashes

Hashes for trimci-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3efae0f3eca0e75f1d9d0be7b91c22eab2c36fb27bbb0c340494e4233805f445
MD5 94e355ef3453c769693a0773b1fac1c2
BLAKE2b-256 73ccf6d60014c72eba391e1efd75ca08a6b99b61813bfd144bb5e77e651fb046

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a360e9e21310acd9340737b28b2784681bf3c1b62f906ed99e5a6e94dbc2a736
MD5 9f39335f86f003fe036f02e000e4b2d0
BLAKE2b-256 ff93ac0df00a1477993e6e927608d095279aa8209981cb3383611041c80aee5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf934b00eb536c01bb61cbf0afe64ee9a2235fb5f024f3b3561aeb959bd0b428
MD5 941b59d29064383bc63d4a1ae7eb9b75
BLAKE2b-256 0af37e72c08efcb0bddc18644e57907d74935160950a875ec9f3a0948bcccab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 865238a9fdec3f6773532cc7cecaacefe89343c41380d19811959e95629b781c
MD5 c054029c0d1be2d82a252cd0e378290c
BLAKE2b-256 b26e5ee554291ed89fcf51be5d2b89126e337e8cd8a3ff0df851e002182fda5b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for trimci-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d7523220cbd8b36af200896ccc63cc9ce7a7735f62d678282f7d4fa4f2de004d
MD5 f37865245be7b94a37d31d2f066fcd0c
BLAKE2b-256 74dfd40b9289772900a82b860be70355340028ebfdeb5987f9a5db55ccf84842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c40f0c130202b27a7dd0e1ab8f45fd274ce87af43a5588dd3846e326206297d5
MD5 e3b828bfd35ea1c53960353843421dfa
BLAKE2b-256 2198b3709e3881f87dad99c2623d13270bbda3c9d710d10e43c4be8a15990712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bbd72799205c31b9932e0fdc46ed718266fc7ebe6349341560904241102651be
MD5 2d07b8fbc65b7716162c067ba1ba7d4b
BLAKE2b-256 e23030af80579e91f2edfea43ddcfac18c1f1a69c0d7b2bdbacf35469f3927b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de0e955994f0bb87dcbf76b7ce382e0a4a3d7210ebc02c4faec46026345322a7
MD5 0602ebc07d6c464ba96ef867ccc364e9
BLAKE2b-256 bb711a2eb9cc3b52f0e749d96405c4d65a1683a305dbc9e8032be83dc19ec8e1

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