Skip to main content

The dpdata plugin for ANI.

Project description

dpdata_ani

The dpdata plugin for ANI.

Features

  • ani/1x format to load ANI-1x dataset
  • ani/1x, ani/2x, and ani/1ccx driver to predict using ANI models with automatic batch size
  • aiqm1 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


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 hashes)

Uploaded Source

Built Distribution

dpdata_ani-0.1.1-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

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