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.1.tar.gz (7.4 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.1-cp314-cp314-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.14Windows x86-64

trimci-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

trimci-0.1.1-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

trimci-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

trimci-0.1.1-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

trimci-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

trimci-0.1.1-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

trimci-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

trimci-0.1.1-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

trimci-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

trimci-0.1.1-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

trimci-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

trimci-0.1.1-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

trimci-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

trimci-0.1.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.5 MB view details)

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

trimci-0.1.1-cp38-cp38-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: trimci-0.1.1.tar.gz
  • Upload date:
  • Size: 7.4 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.1.tar.gz
Algorithm Hash digest
SHA256 608074484b4d5acb542cb2ec152440d7a1a109c4f3c70c8c47dd4d80ca6c6e7a
MD5 b88f075caadca5f5a3e07d16df482fe0
BLAKE2b-256 5d64d72c24ebfb99c8d66e3a3812073e36a4520f3e03e5774127e11fae94ed01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 dba2a75f4184bb43b170dea4114c8c01f33843e7b4ea4f08d14113b2ee636eaf
MD5 04bf08f3a94dc5f812250dd1245eb7e1
BLAKE2b-256 dd4cb1f3bc2461861b30e3f22f25f3a26e30c1775d9b2c374ed3d13232613c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6b326982c62fbaf1285b358229b4c6cce130bc4b433a5451d74d0040095510e
MD5 d1c47afcbda089309149578cc8ada47b
BLAKE2b-256 eb3ff6423c16286de6de9ecbef6bf360216198456d23593c8557604b28a8e2b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b2606826af9c069fa611a5b2373ef06f58b5c6de25356e4f05cd6cff5274265f
MD5 84f3a5966da9fa1b59d594a324c4ebf8
BLAKE2b-256 69de70de8099eb37b4aa25b6866182e8b2331e71f1551c71bc149c28492250c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a9cec98287458d7b057d722e930b73de11d0a1d59c45f15724103f4f1d63561
MD5 5eae7f9f7620fc6d8fa6c9292cf92db5
BLAKE2b-256 1e3581fbd6f49e038ab23b8f1098cb9ccc5e1f7b7f8ca6243bf96b7d584f2add

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 2ca06d101b1a6252b96f55c03e651d8ca2d3f68cca2bd5c853a8394f7028d647
MD5 7686851cede393028f82e61e9e55fde1
BLAKE2b-256 50ee62332f18fe844f444d9c9b61ee98d374d7897d9634a38ca162156814b067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 06e67c176181a8f03ec96dfd8102949b5339d9a6eeebdfdef40c35b6998a36fa
MD5 079cf4f0a22c2332deedb4966ac42e0c
BLAKE2b-256 71f131593cc001ea25b8a685b855319a69aa4afef653aa04efb5b3618c458cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ded8f41357f9f3bb4d6dfedc442c6be8a58024077325e563770fdea65e8601ad
MD5 00bc299f8932920d57fea2160b016f03
BLAKE2b-256 14fe94f3bf70f6e6813011630a6c19a7ffef45c2d93bc5278711776fa7183d57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9c749d01bcb24e47ad2deee35644ec444dd16c2fa331b7d869e9ad951f34b04
MD5 10af50b612951943f0ac7a7ee55ca4b3
BLAKE2b-256 56183548990ce61ebd8edfc9c3b520c8da14e4004a51a395e7461eedbe44e9e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adae710aeac4ee608ca9b92245ab3e1c43ee5258fd448fd471028e0c02ad3417
MD5 f4806188432e153774eda7571a2b86df
BLAKE2b-256 a862fdf841711bc03407d21e69df9b8ea11810ebdeb132074bd878f01006b946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33deb8f0087af1492b8e0f91252349e3b79d24cefc635e530a55e1e306723aed
MD5 3ca93ee66e09198b619f73d72b0b6e95
BLAKE2b-256 1901f826cd31b8e861c7642e374e6991bae32c15be4c65203414b3424eb8e716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbb07507c988b1bb19328839045c0eaadce70c575dbe7be9cf1e694ebf047be2
MD5 98b537f4691c4324cae2ffa690d068e3
BLAKE2b-256 097d1797e180b26facdff69c1e8e1cf8c341bb46fcc0b0c42643d91a00165b63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3ae41d0769d574b1e3548c13a0cc5730b0e93fa7ba7daf69eb544ff912f8cfb
MD5 961dfdfd2e520ce10fae0a6ec2c75a1b
BLAKE2b-256 8ac3be337f0e5d943593740b28758c9d82657d348409863580f3d2825e8f282a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a3da483f8ade00d6881ec6d1b3c3d17eda521f86a6f43cfd2cae2617096de39
MD5 4a0b2215ed4879ba0849e959cf9fa590
BLAKE2b-256 907ed11521119be25b2ff1d588d9dc687f009783c1de6900c3487f924b309c64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15fa6cf87c2b8f1ecbd842d0e615d20d96687cd2beef827176d2411ca9c21431
MD5 95ca26025920e042e6bc606abb99a34d
BLAKE2b-256 a6e7bef6f520f7e1cce05c3e05cf23c1c7788f96079f6e10eba5362a9248a8c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb6f164640848b50c22a0ca91c9c81660c5291a9b6d2eba7dcc63149ddf9abad
MD5 44d5ddfefcd23468ae95e90b72b3578c
BLAKE2b-256 b5061a445520e75d608e802b24e0fb762507ed4979ade1c8ac8d95c942891251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb69b1368db31e8d0e256960f1f57e71845cb8cd101d49930bd9d6c252a19316
MD5 9448014a951d26c684720885eaf90623
BLAKE2b-256 90db359baa8abbb75e145e744fe5812f3b583473d8512cb3abf73ad90785ed03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0468d889e3130a1dead096658d4f1dcc0c9acac6b7d581d52442df510e005ea5
MD5 ad130ca51a2f54a84f97d923e5f4f8c1
BLAKE2b-256 5cb4a8567834d1025631b17da98376d9e07db82cc8847065af5a13d65f457a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e8b60a093a584bf6599bfda383b384cf87efb874f7c65ca8ec434a13ebf6547
MD5 fa4a1e33da1e67e5e4e639bfd1d19e52
BLAKE2b-256 9e8f466796e7dd4b6ef5039aacf982766e515f89543a6df25ff9c71661044d24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca69023eb3eb52836f9fbebbadc236400c714369848f0140e0e32ebf8aa577f2
MD5 15de4769b4ca3034669e753403878579
BLAKE2b-256 5a268875010ca90240107c20d3705933e1a8f36726add43f909c0c09cf928fed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac31749b563a7d450b727b5d212aac68f126809e4aba4378143374f1412f91bd
MD5 b471e663b2bfaaa8e2e75289d34f8b1e
BLAKE2b-256 3e6070262cb53ccaf0703a041fcd07e5a8585698ace0beca08898231a4aad48e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e3b7ca41fb95a4999b84cd98a0e190da9c2a92df59c5897ee355b111d8744adc
MD5 802b0a51939b5c791ec9a9cc2d5615cf
BLAKE2b-256 072533e402855cebc621dd52d215085f067e329837349db200d4e0290df3d9a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c676699c1f87713026b4b7c3d32aa074062497b918a145a9643c0ada2c1137d7
MD5 852811a139659969020a0c34dd663c40
BLAKE2b-256 cc641f2b98cc412f6916678c3337644bc143198aa8653f2744dc7d1a5961e911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3d0d24643a47a5e909f8d32e9c5c69080b1848e3d6d463ac4f23cd55ff6bb07
MD5 10ea5399d088a06e8c82f58dc02c5ce4
BLAKE2b-256 a082158699906b5f9cc63d84fae4d7d8189de0ebaef212226a61d3bd8ceac357

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f3f389db80120c6764613c0d8d9af173ea2e1eddba819828525332b77880859
MD5 959bbb25c37d1f62ac512f6284175484
BLAKE2b-256 e5fb4da1cb1f336b1a7133f76cba79143eb312e2f73a85bc8a47a0045fbaeed0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3aaee3716b50a929e4448767a45efc4e932dce4e3c8a31ff244f140347ea1f57
MD5 0eac3936509722c35ad2f771d8023465
BLAKE2b-256 c67cf0133ec12c9e3bc8aca22dfd22111ec0fb15630a0e1359abd747d2fc196b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ddf88ced20967afff59fcc1454fa4975be79b6285d664d242d298978ad33d40d
MD5 91909be9ac75a448702a0f60a6dd6524
BLAKE2b-256 6c62bca84ed16e66776a817ae9878914e2ff0fa74cf09118ef9298ff4f445cb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96584af95115a12289720bad84271a06a73948d7a0681a810265731223992477
MD5 85320876733ba120bd06551ad6c1ad12
BLAKE2b-256 78bfb8d1458bc8766606f3b67b823f6c89c7f8cfba8bd42548fbb273989cd3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d411ffdafe86cd7e954e300b2bea4830f06cf6d8149a50c728e9a11e06ec8cd
MD5 6fe91980a3d51badf43ded94e802188f
BLAKE2b-256 d544ecc35162edb898773cd3d40be492ed429cd0f30006bc7a8b943aa2e10a8d

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