Skip to content

Example Code

JoostFWMaas edited this page May 28, 2026 · 13 revisions

Example Code

Examples will be listed here

  1. How to install and get started
  2. How to generate a molecule footprint
  3. How to run a simulation, with examples of the various modes
  4. ...

How to install

The easiest way to install adsorpy is via

pip install adsorpy

You can download a specific version by setting

pip install adsorpy==[version number]

but we recommend using the latest (stable) version. Upgrading can be done via

pip install -U adsorpy

Clone this wiki locally