The dpdata plugin for ANI.
Project description
dpdata_ani
The dpdata plugin for ANI.
Features
ani/1x
format to load ANI-1x datasetani/1x
,ani/2x
, andani/1ccx
driver to predict using ANI models with automatic batch sizeaiqm1
driver for AIQM1 which is based on ANI
Installation
pip install dpdata-ani
To enable AIQM1,
pip install dpdata-ani[aiqm1]
Usage
First, download ANI-1x dataset:
wget https://figshare.com/ndownloader/files/18112775 -O ani1x.hdf5
Load the ANI-1x dataset, and predict it with ANI-2x models:
import dpdata
ani = dpdata.MultiSystems().from_ani_1x("ani1x.hdf5")
predict = ani.predict(driver="ani/2x")
predict.to_deepmd_hdf5("predict.hdf5")
The inferred data will be stored in predict.hdf5
.
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
dpdata-ani-0.1.1.tar.gz
(390.2 kB
view details)
Built Distribution
File details
Details for the file dpdata-ani-0.1.1.tar.gz
.
File metadata
- Download URL: dpdata-ani-0.1.1.tar.gz
- Upload date:
- Size: 390.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a0668426174a3a754cfb49e9ed3a4c69a75372aac99ac5c411c33b22f50ad460
|
|
MD5 |
b7683425e55d97a333a03d8335bc942e
|
|
BLAKE2b-256 |
d0232fc6d58494424a4b543c155b9294912c5a75ecfccb90c65e9e907230d4db
|
File details
Details for the file dpdata_ani-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: dpdata_ani-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
342e30513a725ebc8a10df6f247d0f2bc6548ecc9a7ec711f0aec754c04c8419
|
|
MD5 |
8fcd1a171258b2f2887504a4c18f9ee1
|
|
BLAKE2b-256 |
8397c30cbf37630602e76da5fa66f4150afbf3fa61980c3460624b372c477bec
|