Skip to main content

This is a molecule structure file conversion library

Project description

mol-kit

##This library currently has several main features:

  • handle input file format conversions for DFT calculation (such as: ORCA, GAUSSIAN, VASP...)
  • handle file format conversions for visualization molecule 2D&3D structure.
  • fast and robust conformer calculation (need xtb-python installed)
    • this feature stands on the shoulders of [rdkit](https://github.com/rdkit rdkit github) and [xtb](https://github.com/grimme-lab/xtb xtb github)
    • usage:
      • python ./mol-kit.py -w 3 -ag FIRE -i in -o out
      • '--weight', '-w', 每个分子的构象采样数量=可转动键*weight',default=3;
      • '--algorithm', '-ag', 结构优化迭代算法, LBFGS,FIRE', default='FIRE';
      • '--in_path', '-i', 待计算分子的文件夹', default='in';
      • '--out_path', '-o', 结果输出的文件夹', default='out'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

mol_kit-0.0.2-py3-none-any.whl (16.5 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