Skip to main content

Useful tools for infRETIS simulations

Project description

∞tools 🧰

👷‍♂️ Work in progress python package that provide various ∞RETIS tools for tasks like setting up simulations and analyzing data. 📈

🤝 Contributions of tools and modifications are welcome – feel free to submit your enhancements! 🚀

Installation

Inftools can be installed with:

pip install inftools

To install the latest development version:

  1. Clone the repository
  2. (Optional) Create a virtual environment
  3. Install with:
    python -m pip install -e .
    

Usage

inft -h

inft center_periodic

The command inft center_periodic can be run to re-center an .xyz trajectory to a certain atom index. For example, to center the first atom C at index 0 in the co2.xyz frame in examples/co2.xyz with cubic box length of 12.4138, the following command can be ran:

inft center_periodic -i co2.xyz -o co2_c.xyz -c 12.4138 -idx 0

Development practice

Current CLI capabilities is powered by the Typer python library.

Python files

Any function function_name in a python file *.py with the following structure

from typing import Annotated

def function_name(
    args1: Annotated[str, typer.Option("-args1", help="var1")],
    args2: Annotated[int, typer.Option("-args2", help="var2")],
    ):
    """
    Function description
    """

added to the folders inftools/exercises, inftools/tistools and inftools/xyz will automatically be callable via the terminal as

inft function_name -args1 var1 -args2 var2

Individual functions

Individual functions can also be added to the CLI library by including them in inftools/bin.py, as done for the wham function in the inftools/analysis folder:

from inftools.analysis.wham import wham

MAPPER["wham"] = wham

Testing

The CLI functions are tested by utilizing the pytest python library.

The tests included in the inftools/test folder can be ran by running the following command in the terminal:

pytest

We currently do not have a testing policy but please do include tests for the included CLI functions for higher coverage.

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

inftools-2026.1.1.tar.gz (62.4 kB view details)

Uploaded Source

Built Distribution

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

inftools-2026.1.1-py3-none-any.whl (81.1 kB view details)

Uploaded Python 3

File details

Details for the file inftools-2026.1.1.tar.gz.

File metadata

  • Download URL: inftools-2026.1.1.tar.gz
  • Upload date:
  • Size: 62.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for inftools-2026.1.1.tar.gz
Algorithm Hash digest
SHA256 e2d9cc6ac8e5c8de836d0bce0a61871758b604884adcd0f8544a54dcadb334c0
MD5 82fa1d0118220d265d3f506a4977f7f9
BLAKE2b-256 2f3b86e9202da5c0ace287699e4934a9618d864a046416d37f624d76cb999d1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for inftools-2026.1.1.tar.gz:

Publisher: python-publish.yml on infretis/inftools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file inftools-2026.1.1-py3-none-any.whl.

File metadata

  • Download URL: inftools-2026.1.1-py3-none-any.whl
  • Upload date:
  • Size: 81.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for inftools-2026.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0667022d4f8d85401cd149def853df994ea766bbcf3c2342b0b9e073529a24dd
MD5 23b8f2f90086afbd063abd4bcc5a9b21
BLAKE2b-256 99270607de9638b9e324821e0fe29a0ef782bff4329612c0f28d16f8af2d5b62

See more details on using hashes here.

Provenance

The following attestation bundles were made for inftools-2026.1.1-py3-none-any.whl:

Publisher: python-publish.yml on infretis/inftools

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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