Skip to main content

Random sequential adsorption (RSA) simulation, 2D lattice-based.

Project description

AdsorPy

Output of an AdsorPy run, an image of a covered surface.

test results badge codecov

Lattice-based random sequential adsorption (RSA) Python 3.10+ script.

In RSA, molecules arrive one by one at a surface. Adsorption takes place if the molecule does not overlap with molecules already on the surface. The list of available orientations for the molecule is traversed in random order until the first orientation that fits is found, or until the list is exhausted. All available sites are checked, and various metrics can be extracted afterwards such as the coverage, covered area, and gap size distribution.

How to use

Run the adsorpy.main in order to run a simple single run using the standard disk-shaped molecule on hexagonal aluminium oxide. New molecules can be created by running the adsorpy.molecule_lib or by calling the adsorpy.molecule_lib.first_time_loader() function. Molecules can be generated from .xyz files. It is recommended to run adsorpy.molecule_lib directly from command line to define the molecule orientation, then store the new molecule string for repeated use.

Run the adsorpy.run_simulation.run_simulation() function with the molecule footprints generated in the previous step. Output can be printed to stdout, plotted, and saved.

User friendliness will be updated at a later stage, allowing the user to define simulation modes, surfaces, and molecules more easily.

Documentation (generated with Sphinx): https://joostfwmaas.github.io/AdsorPy/

Future additions

In a future update, the code will be expanded with diffusion, desorption, and species conversion (changing from one molecule on the surface to another).

Design philosophy

Because AdsorPy has been made with scientific rigour in mind, the package is tested in multiple ways:

  • Unit tests (Pytest) of the code ensure correct behaviour for expected input.
  • Property tests (Hypothesis) of the most critical code components ensure correct behaviour for unexpected input as well.
  • Mypy (in --strict mode) ensures that the package is correctly-typed, as if it were static. The py.typed file--a promise that the code is type-hinted properly--is added because the code passes this test.
  • Ruff is used as a linter with almost all rules enabled (see the pyproject.toml for the list of exclusions and reasons).
  • Tox is used to run all of the aforementioned tests in parallel for multiple Python versions to ensure correct behaviour.
  • CI is used for automated testing.

The package also makes use of an optional config file that falls back on standard behaviour, because configs are often used in scientific software (set-and-forget).

Openness and academic collaboration

The script was made public for the sake of openness and academic collaboration. Please let me know if you have questions about the script, or if you have discovered any issues/bugs. At the end of this file, I will place a list of papers that make use of this work. Feel free to contact me if you want your work to be added to the list as well.

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

adsorpy-1.1.2.tar.gz (363.9 kB view details)

Uploaded Source

Built Distribution

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

adsorpy-1.1.2-py3-none-any.whl (41.3 kB view details)

Uploaded Python 3

File details

Details for the file adsorpy-1.1.2.tar.gz.

File metadata

  • Download URL: adsorpy-1.1.2.tar.gz
  • Upload date:
  • Size: 363.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for adsorpy-1.1.2.tar.gz
Algorithm Hash digest
SHA256 0eb18765336230f4ebe740889e0ddc5d347c8bb566b94fc1017d7384db5ba6f4
MD5 4d28db215e486ccb0c41744ce5394c54
BLAKE2b-256 27003d61633fcb968f4995c3d8bf8fb8417d24790d2332dd93f5f72a12ab521b

See more details on using hashes here.

File details

Details for the file adsorpy-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: adsorpy-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 41.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for adsorpy-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5fa6cfd0920b18296c933a0ce0d9b20113f13359c75ff66140e8eaa180c72c22
MD5 fd86da3c77294b6389a54b5a0d5d2e62
BLAKE2b-256 d1a31ef539c28856f0919450ec7c63b73e84cfdf6ba8620cc8fe3080565f3fc8

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