This repo gathers several projects that are aimed at providing interactive tutorials in quantum chemistry. If you are new to programming, we invite you to first work through the bootcamps in C++, Julia and/or Python. If you are new to computing, we suggest working through the Getting Started in Computational Chemistry and Best Practices workshops offered by MolSSI.
We note that you can always consult the table of contents to navigate the documents in this repo.
❗ Warning ❗ : Due to a bug in the Github Markdown parser, some equations will not be formatted correctly in the browser. However, if you follow the instructions below and view the rendered Markdown code in VSCode by clicking on
, all equations will be formatted correctly.
We have preconfigured a development environment that contains everything you need to complete the projects. To use this development environment, you need to install two packages
- Docker. Note that Windows users first need to install the Windows Subsystem for Linux.
- The VSCode editor, which is a highly powerful and customizable cross-platform editor. Inside the VSCode editor, install the
Remote - Containers
extension in VSCode.
If you now open the folder in which this document is located in VSCode, you should get the option to open the folder in a custom Docker container.
This will initiate a one-time download and can take some time depending on your internet connection. If you have configured VSCode correctly in the steps above, you are now set up to start working on the projects.