This is a repository for FORTAN 90/95 codes used in my CH332-Computational Chemistry course to handily address Complex Numerical Methods in Quantum Chemistry like Time dependent Schrodinger Equation.
For Course material (Lecture Notes & Assignments Question Papers) Click Here.
- You can add a script file for gnuplot commands in a file
{filename}.gnu
- Then run
gnuplot
in terminal / cmd and instead of gnuplot command load the script usingload 'filename.gnu'
- i.e.
load 'plot.gnu'
orload "plot.gnu"
(Here filename is plot)