Skip to main content

Command line tool for OpenPathSampling

Project description

Tests Documentation Status Coverage Status Maintainability

OpenPathSampling CLI

The command line interface to OpenPathSampling

OpenPathSampling is a powerful and flexible library for path sampling simulations. However, many users would prefer to interact with an executable on the command line, instead of writing everything in their own Python script. Here is that command line tool, including some useful scripts for dealing with OPS output files.

The CLI is used as a single executable, openpathsampling, with multiple subcommands. We recommend aliasing openpathsampling to something simpler (maybe ops?) to save typing!

Current categories of subcommands are for simulation running, and for miscellaneous operations on OPS output files.

Simulation Commands:

  • visit-all: Run MD to generate initial trajectories
  • md: Run MD for fixed time or until a given ensemble is satisfied
  • equilibrate: Run equilibration for path sampling
  • pathsampling: Run any path sampling simulation, including TIS variants

Miscellaneous Commands:

  • contents: List named objects from an OPS .nc file
  • append: add objects from INPUT_FILE to another file

Full documentation is at https://openpathsampling-cli.readthedocs.io/; a brief summary is below.

Installation

The OPS CLI can be installed with either conda or pip:

conda -c conda-forge install openpathsampling-cli
# or
pip install openpathsampling-cli

Note that installing the CLI will also install OpenPathSampling, if you don't already have it.

Workflow

Set up, then simulate! The overall idea is that you will first set up your simulation, and then use these scripts to run the resulting simulation setup files. Currently, writing a Python script (or better, using a Jupyter notebook to set things up interactively) is the best way to do that. Save the necessary simulation objects to a setup.nc file, and then use these scripts to run the simulation.

Creating your own commands

Creating your own commands is extremely easy. The OPS CLI uses a plug-in architecture so that installing your own commands is as easy as putting a Python file in your ~/.openpathsampling/cli-plugins/ directory. We provide a standard set of parameters as decorators, which can (and should) be re-used to load things from storage. The CLI is built on click, so additional arguments are easily added using functionality from click. See our developer documentation 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

openpathsampling_cli-0.3.1.tar.gz (101.9 kB view details)

Uploaded Source

Built Distribution

openpathsampling_cli-0.3.1-py3-none-any.whl (140.6 kB view details)

Uploaded Python 3

File details

Details for the file openpathsampling_cli-0.3.1.tar.gz.

File metadata

  • Download URL: openpathsampling_cli-0.3.1.tar.gz
  • Upload date:
  • Size: 101.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for openpathsampling_cli-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8a96c6675ab8d1c2eeb7293e346c2e3b0040f752aefb7b2449f1e0978baa71bd
MD5 1369314d92b398131b89f9e35be45314
BLAKE2b-256 0237d96ab1285670165afe16c49cb6988d784a7f7709cac53dcd3dadbf21db6d

See more details on using hashes here.

File details

Details for the file openpathsampling_cli-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for openpathsampling_cli-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 eb7810156cb0a9e27c92be8a47054260056ac2a7ad0521d2f98a3f821c514f72
MD5 90a6698b829597a8736784de9da74483
BLAKE2b-256 211dfa46b869dc8464fab8327f8cabc4f0cbdedd581496751a3fd0f2daaf1684

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page