A python package created to analyze and visualize xyz files.
This repository is currently under development. To do a development install, download this repository and type
pip install -e .
in the repository directory.
Copyright (c) 2023, Margaret P
Project based on the Computational Molecular Science Python Cookiecutter version 1.1.
This package requires the following:
- numpy
- matplotlib
Features should be developed on branches. To create and switch to a new branch, use the command
'git checkout -b new_branch_name'
To switch to an existing branch, use
'git checkout new_branch_name'