Skip to main content

Pack water molecules into atomic systems for molecular simulations

Project description

Water Packer

Pack water molecules into atomic systems for molecular simulations. High-performance, O(1) collision detection using spatial hashing.

Installation

pip install water-packer

For hyobj support:

pip install "water-packer[hyobj]"

Quick Start

from water_packer import WaterPacker
from molecular_builder import create_bulk_crystal

# Create a MgO slab
mgo = create_bulk_crystal("periclase", [15.0, 15.0, 15.0])

# Create packer and pack water
packer = WaterPacker(
    water_density=1.0,  # target density in g/cm³
    pairwise_distances={('O', 'Mg'): 2.0},
    seed=42,
)

result = packer.pack(mgo)
print(f"Added {(len(result) - len(mgo))//3} water molecules")

Solvated Periclase

Features

  • Multiple input formats: ASE Atoms, hyobj PeriodicSystem, or raw arrays
  • Species-specific distances: Different minimum distances per atom pair
  • Automatic density calculation: Computes number of waters from target density
  • Volume-aware packing: Accounts for substrate exclusion volume
  • Physics Safeguards: Warns user if requested density exceeds physical packing limits
  • Hybrid Relaxation: Supports optional MC/minimization steps for fitting water into tight surface features

API

WaterPacker

WaterPacker(
    min_distance=2.0,        # Default minimum distance (Å)
    pairwise_distances=None, # Species-specific: {('O', 'Mg'): 2.0}
    water_density=1.0,       # Target density (g/cm³)
    seed=None,               # Random seed
)

pack_water (convenience function)

from water_packer import pack_water

# Option A: Pack exactly 10 waters
result = pack_water(system, n_waters=10)

# Option B: Pack using target density (mutually exclusive with n_waters)
result = pack_water(system, water_density=1.0)

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

water_packer-0.2.6.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

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

water_packer-0.2.6-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

Details for the file water_packer-0.2.6.tar.gz.

File metadata

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

File hashes

Hashes for water_packer-0.2.6.tar.gz
Algorithm Hash digest
SHA256 e0101a7f1f9446d2de5dd1bc1042c06f41ee99a4ccba633b46888b2d1acac3b8
MD5 149c1127a8a641412005299c890572e6
BLAKE2b-256 cf13a94ef15c9101568eab1bd62d32928f22c555243cca4e834fbb15e137eaf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for water_packer-0.2.6.tar.gz:

Publisher: publish.yml on henriasv/water-packer

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

File details

Details for the file water_packer-0.2.6-py3-none-any.whl.

File metadata

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

File hashes

Hashes for water_packer-0.2.6-py3-none-any.whl
Algorithm Hash digest
SHA256 8fa22a35e984922df96346472073521a176d7e5323c9115952fb9128db3dbacf
MD5 16637236a432dcf65691ef714561715a
BLAKE2b-256 2d88b65e1302c0ab21fb88e844a520f48897ecb199ee9a3ab0949d3e60436346

See more details on using hashes here.

Provenance

The following attestation bundles were made for water_packer-0.2.6-py3-none-any.whl:

Publisher: publish.yml on henriasv/water-packer

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