Getting Started

This page details how to get started with molecool.

Installation

To install this package, you will need an environment with the following packages:

  • Python 3.7+

  • NumPy

  • Matplotlib

To do a development install use:

pip install -e .

Usage

Once installed, you can use the package:

import molecool

benzene_symbols, benzene_coords = molecool.open_xyz('benzene.xyz')

Examples of Code Blocks

# include <iostream>