Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.34 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.34 KB

GitHub stars  Language  Total lines of code  License  GitHub issues  Contributions Welcome

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 using load 'filename.gnu'
  • i.e. load 'plot.gnu' or load "plot.gnu" (Here filename is plot)