/UVeh-Vis

Python script for UV-VIs plotting of Qchem output files

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

UVeh-Vis

DOI

About

UVeh-Vis is a python package designed for plotting UV-Vis spectra from Quantum Chemistry calculations (Qchem 5.x, Gaussian 16 and Orca supported). This tool operates by entry the relevant file(s), specifying the initial and final wavelength, and providing the standard deviation.

Getting the source code

Clone the repository:

$ git clone https://github.com/joaquinbarroso/UVeh-Vis.git

This will featch the entire repository called UVeh-Vis. By default it checks out the main branch.

UVeh-Vis requieres:

  • Python 3
  • Matplotlib
  • pip (Python 3)
  • pandas
  • numpy

These libraries are asked to be installed while running the setup code

Citations:

Please cite as:
Emanuel Contreras-Cuevas, Humberto Estrada-Lara, Joaquín Barroso-Flores, "UVeh-Vis: a python tool for plotting UV-Vis spectra from excited states calculations" (2023) Git Hub https://github.com/joaquinbarroso/UVeh-Vis

Instructions

After getting the source code:

  1. Run
$ make
  1. Exit terminal
  2. Open a new terminal and type
$ UVeh-Vis -h
  • Start using it

Note

Plot labels and title can be modified in Matplotlib GUI after plotting.