Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 649 Bytes

File metadata and controls

25 lines (21 loc) · 649 Bytes

About

This short script can help you visualize ESP points from Gaussian16 logfiles and pyRESP logfiles using PyMol.

image

Examples

load Gaussian16 file:

run main.py
load_gaussian_esp $PATH_to_Gaussian_file
  • load_gaussian_esp ./test/Gaussian.log

load PyRESP file:

run main.py
load_RESP_files $PATH_to_outfile $PATH_to_datfile Molecule
  • load_RESP_files ./test/RESP_charges.dat ./test/RESP.dat 1:3

Prerequisites

  • python (3.6)
  • colour 0.1.5
  • numpy (1.26.4)
  • cclib (1.8)