Socket
Socket
Sign inDemoInstall

mol-kit

Package Overview
Dependencies
5
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mol-kit

This is a molecule structure file conversion library


Maintainers
1

Readme

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 and xtb
    • usage:
      • python ./mol-kit.py -w 3 -ag FIRE -i in -o out
      • '--weight', '-w', Number of conformations sampled per molecule = Rotatable molecular bonds * weight', default=3;
      • '--algorithm', '-ag', Structural optimization iterative algorithm, LBFGS,FIRE', default='FIRE';
      • '--in_path', '-i', Folder of molecules to be calculated, default='in';
      • '--out_path', '-o', Folder for the result output', default='out'

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc