Skip to main content

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

Project description

TrimCI banner

TrimCI

🔥 v0.2.0 (May 2026): Now supports orbital optimization and fast expansion. The complete three-phase workflow is exposed via the friendly trimci.ground_state(...) entry, or the production-grade TrimCI_skill.py template. 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.

Papers


🚀 Install

pip install trimci

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

🤖 For AI agents

TrimCI is designed to be LLM-agents-friendly. py/trimci/TrimCI_skill.py documents the three-phase workflow and the rationale for each parameter, so coding agents can drive TrimCI calculations on their own.

📖 For agents: read py/trimci/TrimCI_skill.py. It documents the three-phase workflow (Phase 0 Core Search + OrbOpt → Phase 1 Expansion + OrbOpt → Phase 2 Final Expansion) with full parameter references and tuning guidance.

⚡ Quick Tutorial

A. Easy-to-use entry point — ground_state

Three parameters, one call:

import trimci

# FCIDUMP path
result = trimci.ground_state("FCIDUMP", n_dets=10000)
print(result.energy)

# Or directly from a PySCF mean-field
result = trimci.ground_state(mf, n_dets=10000)

Full walkthrough in tutorials/complete_workflow_tutorial.ipynb; core-search component in tutorials/core_search_tutorial.ipynb.

📘 Or browse the HTML reference directly in your browser.

B. State-of-the-art template — TrimCI_skill.py

To push toward state-of-the-art accuracy, copy py/trimci/TrimCI_skill.py as a starting template, edit the configuration for your system, and run. The script is self-contained and exposes every tuning knob.

✨ 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 orders-of-magnitude fewer determinants (see Scientific Highlights).
  • 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.

🧱 Three-Phase Workflow

ground_state (and TrimCI_skill.py) runs a production-grade three-phase pipeline:

  1. Phase 0 — Core Search + Orbital Optimization. Multi-run stochastic exploration finds a high-quality initial determinant space; orbital optimization rotates the basis for compactness.
  2. Phase 1 — Expansion + Orbital Refinement. Grow the determinant space while co-evolving orbitals at every step, avoiding the convergence slowdown caused by frozen orbitals.
  3. Phase 2 — Final Expansion. Freeze orbitals, rapidly expand to the target determinant count, optionally with PT2 correction.

Phase 0 Core Search is an expansion–trimming cycle on the determinant graph (nodes = Slater determinants, edges = Hamiltonian couplings (H_{ij})):

  • Expansion: add neighboring determinants with large couplings (|H_{ij}c_j|>\theta).
  • Trimming: local random-group diagonalizations remove negligible states; a global merge then selects top-amplitude survivors.

Phases 1 and 2 then drive fast expansion from this high-quality core, refining the variational subspace nearly monotonically 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.

📚 Version history

See CHANGELOG.md.

📜 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.2.0.tar.gz (1.7 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.2.0-cp314-cp314-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.14Windows x86-64

trimci-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

trimci-0.2.0-cp313-cp313-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86-64

trimci-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

trimci-0.2.0-cp312-cp312-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86-64

trimci-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

trimci-0.2.0-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86-64

trimci-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

trimci-0.2.0-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86-64

trimci-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

trimci-0.2.0-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9Windows x86-64

trimci-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp39-cp39-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

trimci-0.2.0-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8Windows x86-64

trimci-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

trimci-0.2.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (4.2 MB view details)

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

trimci-0.2.0-cp38-cp38-macosx_11_0_arm64.whl (3.6 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for trimci-0.2.0.tar.gz
Algorithm Hash digest
SHA256 240f76c45fdb1cb428c239090263b9c4e5e8aa23b2308e022e008fcc1f197cce
MD5 64945f008fc356abfb142b04bc555cb2
BLAKE2b-256 12aef26fa559bad3a761025f0b0adfd6237c0340b237f337a82d19eaa48906ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a8d8cb538911dde6cf53be48496bc6520ff52c967cdc173ac01846048122dba6
MD5 c4e384d267c70c998064d151f982ec5e
BLAKE2b-256 3f229fc30c604e68bac6537d4e06b1fdbbf301f45ace58b6ca964b7a46f406c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9642437adcd7d0d88a341ea663377469cee3ca602402e8d0449020b6473b4c2c
MD5 01c1bcdd1acc6516554cc74f9b73b034
BLAKE2b-256 93ee51d2dc4b0cf9452f7a0020fa6c2dee9508a048ac3f09fc0119455a97032e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa34d2c57801976c848775a17bbc974341ed07991dc350fc348a361dd5fd00f2
MD5 8c87e41300a8a001e1e888775634140c
BLAKE2b-256 8ea7510eee8e10e48ed000bd196a94d62a7a35751acdcb29ea7170b3a73fe982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5dea959f6add30cafa9f917e4acaa8a3183ce4655a944b819ba39f9129f33e7
MD5 325f242bf903fafa88b8e64cc726fee0
BLAKE2b-256 c18b575651c53fa47309a9af8d500f2ea1f6ee5b1badcecb260f94b7b68321ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 de344e1d0bed8df9071dd78b92cd85a8e20166e77eb67685b2b1f5231252bcfc
MD5 416546f3503adec4534054ecea875d88
BLAKE2b-256 691f94da705b9aaae911c7e14ce5a962b13ebd7b45a76ec34f5fe1823d84b90a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1898f1ac6a29babdf799241a836b0099bc4df7458bc4a95f356614f938be1a1e
MD5 52aabf8e725d965f66e7de488d8ba02d
BLAKE2b-256 d267700e98fba44bdd5eef890bc0ca6a73ee552edfa8472c877e0edfcd37956a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f30275ebfa4f6c16cbbe469195c6e95f18b04fd569c12bc578a240e5da5fa8b9
MD5 db11a73d7167a01d6f3411d9cfd9b11b
BLAKE2b-256 3270ece1ed9749945c0d2657d3776d9f7d14794710a0185827b5a826e0b583d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a63497e466f55aa33df95dfa3ffde6b7aaabc5b56e4e3d87b2466fb3eedbf941
MD5 53933a204f22dec4d9746287379a39eb
BLAKE2b-256 029c482603e0a19cb6f534f639765cceb08a85e0cd07bdb5d010533e639cc187

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0fccfaa827151c2bcb0909acd2af518a394afa08ff4308dcfe9a0a418d9695aa
MD5 0db501e0351bc4f424fbbad00f245ab3
BLAKE2b-256 efc9008ecd1831881a24ba4c9949326fb35c8b53a1c329514a64c2aad9a1ddfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c5989fdd3bb8f1ec93a71680235377e81dfa26cbad07e8838d8c20d247f2f1a
MD5 d2f030adac40dbbf08c3af86c5cf1407
BLAKE2b-256 3835ec8a17946e4fa76d16557500c33b2ba4b889eccb1eb71aaf634eaf2a6c62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9e69a427d1b63586466b23f9577ef88481182751de7e0ba3d817cb6b5304545
MD5 2d6be7443264f0fa914ab4dfd8a98e09
BLAKE2b-256 3da14945b9cd8f3bbf467c4111dc85b68faee6fb7607558e8868f7ba2aa2f486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee0f8187c50460cc980ccaad3d5c181e2bf45926748324b825ff932e676531e9
MD5 f1ea0e01c5a9d84a2db90dba68f02a0d
BLAKE2b-256 ff764106dfaa65ec5a91772a15099d5a98ff2636c50e458af248d8c6fc39df83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d2a4ae2d15267b4f0ff53779d8959b8a3ccf059d0ccf34509f2166ae21e413a5
MD5 bd85696ce2e22e126a714c87ab2e38bc
BLAKE2b-256 fd1fda27d4db4ea1de885f4d961ca22aed5f73811a6440e804638cc7ea7924a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64591566bb9212a0a9cfbdd740522dec95dcd1c7713e238f712e8d3337b613d6
MD5 b229347ebf8c366b2578b900148fba49
BLAKE2b-256 989a5efa7e91bfd628989229503c1beab0b1d42c673b3a85d3ac9682ddf71ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eb380c9ebf92178c557223e22481aa56fbf7215a249fca3c66349ff39fd40117
MD5 395dade45d5f608eff1e4d3889cd9059
BLAKE2b-256 1d5880ecc210f14620af6e0271cbb594081093cfa174f8908e37ef1dec7db3cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56693df2e464faf8f126ff4ff4cdb3336c9ce15e35c833ddc44604776777b2cb
MD5 39b9b9d1e6333598ca33b7577887f95a
BLAKE2b-256 6d7b24654291e9319d19cbac0cb967fd271f3f1fec22c5adeafd9d4ef9e5b7ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f3a5f1896c3cfbe35dd556513ef4edcabf392971cdd09e327a293cd06564508e
MD5 9999aba4dbe28a017dd3c7e0a223d551
BLAKE2b-256 6ea1a69661524b2589fb7c642b933ff3b6999fcb742f368f1966ac2d4b3de172

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a76f6a3b34223fa682246adc1b161b8286160dc88942f688084a158a9ba8f97
MD5 b734dafe8ee33baed897a522a387cfbe
BLAKE2b-256 bf785c5a11e5b39fa8eda8e20b245e429d0f3bc8f241e1f4202067414fba3f74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ed7e6a868753211091eb1d2fad76c7491139fe8b0f3d91e9cb2fc7c2b29a52b
MD5 309f1ab52dbafd4bc6aa7ccd03fcc94c
BLAKE2b-256 981f839b9247196849eb222a2d5e7ce83a4a5ad87f3bf077932851ba23d051b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0caef5f40d7b1de9eba6c9272d2b3c945f50a8c6bb3d6603edaf5e438fe1a990
MD5 edc54723af861b436f9ca7be26ea6a5d
BLAKE2b-256 85c3fda3cfa6f4c13b229c11e2beca7ccfda1314ce2723c45c20a3665c72508d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 feeb3ecb03d6fdb213c89cdef613c32bc01368eafed2e94a049d3f4a89ebd580
MD5 223c29b24cd70743a724fa34b4c3b30d
BLAKE2b-256 51392a9285fbaec110f215c342d054ba365e915b053bf37e71448b90beec162f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8550c473aefbb77c87365637eb0a5541eb7b877f54db139cf9340bcf5d414fca
MD5 4d988bdbd145fd6673e3518bc5a0b0f1
BLAKE2b-256 c5e296ab0df871cb0b26c25d3a27de383bea064f7925db60a5187474687c066e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fae0026095ae350823bb0a725cb0cca418f49d51b5362de80d89e1663aab58b
MD5 0d36023e352970718ed2ed8eb6c4f9bd
BLAKE2b-256 28297f2525faaa52fdd17098a0cc19524e98952d09fd8b3c9abd82d9939df95e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3d49d6e4671988a108db5b7b5965a8122e569f67f95b26a6b03f250e7a3d3b9
MD5 ae17f2d56a4e22d89d6b61d4f2f0b02b
BLAKE2b-256 f2aaebd1e16992fc7151d6e93129388e6df3a7baa0a3dc6b70dd03b93dc8fdd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: trimci-0.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 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.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 203dbd481a0fd84947709e237f986d673344aff5c215eabe4d226ea18c8ccdfb
MD5 54429d1514ee102fa602a7fa1a68bbda
BLAKE2b-256 7ea9fefa9cc525f2d20d0ac25ef37fd03c7b95b6896bd7bc5661022f893319b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d8508f6a8a2561a4cd0bc27980e88d5c9b31c976ab45ad87fb90cf20861c06c
MD5 d9ba618903a873c13c835c986f88c63d
BLAKE2b-256 4a76ee5406d24ee8a86fcef89800d08bf788231cdb8bcd44bf30466ce410daa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0cff7cc9ec6c9f3417b8e2479d38b2be8245b3f881b80f5135e657850415d4af
MD5 651b823105e4a08d780b654670136899
BLAKE2b-256 864cd2a9d164dee1552526c8db544db31ce3f48510d0611ee57a6ed3b1575921

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for trimci-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fa52d06aa4c06ee73b205ba8d3480452add3601f199815489ef438ebbed07401
MD5 c7c91b3ade8deb957c1b58baab347f97
BLAKE2b-256 1eee750077ad4d04347025bde1a936ffd9a3412808d0cd764c6d7a207cf5bb17

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