An open API service indexing awesome lists of open source software.

https://github.com/ajz34/PyCrawfordProgProj

Crawford's Quantum Chemistry Exercises by Python approach
https://github.com/ajz34/PyCrawfordProgProj

python quantum-chemistry tutorial-exercises

Last synced: 6 months ago
JSON representation

Crawford's Quantum Chemistry Exercises by Python approach

Awesome Lists containing this project

README

        

Crawford’s Programming Exercises by Python (under-construction)
==========================================

For documents on web-page, refer to https://pycrawfordprogproj.readthedocs.io/en/latest/index.html.

## Important message

This is an ongoing project which uses awesome [Crawford’s Programming Projects](https://github.com/CrawfordGroup/ProgrammingProjects) as original materials, so in many cases, several sentences may be shamelessly ctrl-c/ctrl-v’ed with little or a little modification. The author of this repository really thanks original authors of the origin of this tutorial.

The author also regards [PySCF](https://github.com/pyscf/pyscf) as one of the magnificent quantum packages. In this tutorial, [PySCF](https://github.com/pyscf/pyscf) may become the default SCF and orbital integral engine/interface.

## Preface

This tutorial is intended to touch on many, but certainly not all, of the fundamentals of Python/PySCF programming with an emphasis on quantum chemistry.

Currently, the author is not going to write fundamentals of python. So, before heading to the first project, the reader is suggested to review his/hers comprehension of python. Knowledge of other languages with OOP (object-oriented programming), and scientific calculation/simulation softwares (e.g., `MATLAB` and `Wolfram Mathematica`) is also appreciated.

To begin work on the projects, you can create a clone of this repository. First, navigate to the directory where you would like to keep your programming projects. Then create the clone by this command

```bash
git clone https://github.com/ajz34/PyCrawfordProgProj.git
```

Now you should see a directory called `PyCrawfordProgProj/source` inside. You will find all the files that you can see on github.