No project description provided
Project description
Taproom
A repository of host-guest systems available for benchmarking force fields.
Installation
This module is designed to be lightweight and have minimal dependencies.
As such, the simplest way to use these benchmarks is to clone this repository and run python setup.py develop.
After installation, taproom.benchmarks is exposed as an entry point, and available to other Python modules.
The dictionary host_guest_systems contains YAML-formatted "instructions" that can be used to simulate the host-guest systems.
The dictionary host_guest_measurements contains YAML-formatted experimental data, curated from public literature.
The following snippet can be used to expose the installed benchmarks.
import pkg_resources
def _get_installed_benchmarks():
_installed_benchmarks = {}
for entry_point in pkg_resources.iter_entry_points(group="taproom.benchmarks"):
_installed_benchmarks[entry_point.name] = entry_point.load()
return _installed_benchmarks
Schema
For information on the YAML formatting, see Schema.md.
License
MIT. See License for more information.
Copyright
Copyright (c) 2019, Open Force Field Consortium
Contributors
- David R. Slochower
- Simon Boothroyd
- Katy Kellett
- Jeff Setiadi
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taproom-0.2.tar.gz.
File metadata
- Download URL: taproom-0.2.tar.gz
- Upload date:
- Size: 347.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b3d0781b57d0860f94984f09663bd02fc5d33157fc18423450187073d61439
|
|
| MD5 |
6cbefd90834ea8927c8a908f27d1ce31
|
|
| BLAKE2b-256 |
a9cc3471921b301ca3b25a8650702c778f9f3f1a579efec10d9aec87c3271ecf
|
File details
Details for the file taproom-0.2-py3-none-any.whl.
File metadata
- Download URL: taproom-0.2-py3-none-any.whl
- Upload date:
- Size: 453.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86a537d7a08a6a14110a524436d7da9ded0b5a316de38a95f6328ccd4ed1a12e
|
|
| MD5 |
bc5029c7e5a3d9b5a8c002b0266eb462
|
|
| BLAKE2b-256 |
f0afecb91ab0baf0f26b4536aabb5b0106f2ba32df403d148bc2a00a004f3700
|