Lecture notes for the introductory lecture of CH22013 (Computational Chemistry) at the University of Bath.
The compiled book is available at: https://bjmorgan.github.io/ch22013_intro/
This project uses bookdown to generate the lecture notes.
- R (>= 4.0)
- bookdown package
- rmarkdown package
From R:
bookdown::render_book("index.Rmd", "bookdown::gitbook")Or from the command line:
Rscript -e 'bookdown::render_book("index.Rmd")'The output will be in the _book/ directory.
This work is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).