A Python package to do the unit test for SPONGE
Project description
Installation
.. code:: bash
pip install sponge-test
Usage
Command Line
.. code:: bash
sponge-test [options]
For example::
sponge-test -s -v -k rmsd
Python Script
There are 6 built-in systems
- water
- H2O2
- dipeptide
- ala12
- bad_water
- bad_dipeptide
For each system, there are two attributes named "prefix" and "description".
.. code:: python
from sponge_test import water
import os
print(water.prifix, water.description)
assert os.system(f"SPONGE -default_in_file_prefix {water.prefix}") == 0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sponge-test-1.3.1.tar.gz
(488.9 kB
view details)
File details
Details for the file sponge-test-1.3.1.tar.gz
.
File metadata
- Download URL: sponge-test-1.3.1.tar.gz
- Upload date:
- Size: 488.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1b2e101ed146cb8e12b23dd97af84e89094f0c743851ff75d03acb26af7bf2f |
|
MD5 | e85f86c1d17747ac42e1a3d1e5b4c72c |
|
BLAKE2b-256 | 4cc46bec2f1334ea104ec77b798e79c0b5ecd11f8858d3a74c523ae218276152 |