Skip to content

Instantly share code, notes, and snippets.

@Nevensky
Nevensky / cubetools.py
Created July 10, 2020 10:55 — forked from aditya95sriram/cubetools.py
Python module to work with Gaussian cube format files
#------------------------------------------------------------------------------
# Module: cubetools
#------------------------------------------------------------------------------
#
# Description:
# Module to work with Gaussian cube format files
# (see http://paulbourke.net/dataformats/cube/)
#
#------------------------------------------------------------------------------
#