Skip to main content

SUPER FAST D/I analysis with aimnet2

Project description

DOI

image

aim(AIMNet2) + DIAS(distortion interaction analysis)

aimDIAS is a Python package compatible with IPython that enables SUPER-FAST Distortion Interaction Analysis (or activation strain analysis) using aimnet2 models.


Colab Tutorials

aimDIAS is currently in beta version. Functions may change depending on the version, so please check the version number.

notebook aimDIAS version description
Open In Colab v. 1.0 basic tutorials

Basic Usage

For detail, see docs/*, notebooks/*

  • Draw your molecule
from aimDIAS import draw_xyz

draw_xyz("h2o.xyz", charge=0)
  • Run calculation
from aimDIAS import aimDIAS_run

fp = {
  "frag_1" : (-1, [1, 2]),
  "frag_2" : (+1, [3])
  }

aimDIAS_run(trajFile="h2o.xyz", fragments_params=fp)
  • Plot your Result without calculation
from aimDIAS import aimDIAS_run

gp = {"distance" : "1 2"}

fp = {
  "frag_1" : (-1, [1, 2]),
  "frag_2" : (+1, [3])
  }

aimDIAS_run(trajFile="h2o.xyz",
            fragments_params=fp,
            mode="plot",
            axis_type="distance",
            geo_param=gp)

Gallery

Diels-Alder reaction

image


Wittig Rection

image


How to Install

pip

  • pip install aimDIAS # old version
    
    pip install git+https://github.com/kangmg/aimDIAS.git # current version
    

git clone

  • terminal
    ### terminal ###
    git clone https://github.com/kangmg/aimDIAS
    
    
    pip install -q -r path/to/aimDIAS/requirements.txt
    
  • ipython
    ### python ###
    import sys
    sys.path.append("path/to/aimDIAS")
    

Requirements

python >= 3.10.0


Share your Data

Share your files and contribute to the community!

By sharing your xyz trajectory files in the Discussion section, you can make them available as sample data for everyone to use. Please refer to this discussion link for more information:

image

Files posted in the Discussion section will be uploaded to the samples/ directory in the project repository for easy download and utilization with the load_data() function.


Bug Report

kangmg@korea.ac.kr or issue in github

I'm always happy to hear feedback and suggestions. Feel free to contact me anytime.


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

aimDIAS-1.1.0.tar.gz (69.3 MB view details)

Uploaded Source

Built Distribution

aimDIAS-1.1.0-py3-none-any.whl (69.5 MB view details)

Uploaded Python 3

File details

Details for the file aimDIAS-1.1.0.tar.gz.

File metadata

  • Download URL: aimDIAS-1.1.0.tar.gz
  • Upload date:
  • Size: 69.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for aimDIAS-1.1.0.tar.gz
Algorithm Hash digest
SHA256 999cdb953a2ad355b2ee46401ff78d33cb06d7b5003ed4b66929038c1d38e21b
MD5 21ff2d984c636765dbd514ff2af7e407
BLAKE2b-256 d55ceb2f829a5d43016034f115a77ff9fede4087b84533302ff74e98fea40a04

See more details on using hashes here.

File details

Details for the file aimDIAS-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: aimDIAS-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 69.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for aimDIAS-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0d91f6fd2e7a2ad275e6091bdd8acfcb1c0213c721856fd19108fd00ab1ba870
MD5 af1a8feb02e4935e3104485787f84d07
BLAKE2b-256 56c91d3cba9880d2c03543e2b441e46578a9134941763937529c509ab20e3b21

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