SkillAgentSearch skills...

QuantumChemistryCpp

A tutorial for beginners to write quantum chemistry programs with cpp.

Install / Use

/learn @rudin-jiang/QuantumChemistryCpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Quantum Chemistry Cpp

This document focuses on how to write quantum chemistry programs with C++. Besides, relevant references about algorithms and some programming language tricks will also be presented here in order to reduce potential bugs and make programs run faster.

Purpose

It was around 2018 when I first started writing quantum chemistry programs. I was lucky enough to find a great tutorial<sup>[1]</sup> from Crawford Group as well as a book easy to understand.<sup>[2]</sup> As I learned more, I found some other references that were also helpful in writing quantum chemistry programs. The aim of the project is to summarize the useful tutorials and some key points in programming so that future learners can avoid detours.

Prerequisites

  • Quantum chemistry. I recommend this book<sup>[3]</sup> as a reference if you are not familiar with the field.
  • C++ programming experience (500-1000 lines of code) and basic data structures.

Feedback

  • Ask a question where you don't understand
  • Rephrase ambiguous expressions
  • Submit bugs and improve the quality of code
  • Make a suggestion for improving the document

When any of the above situations were encountered, contact me via email. I would greatly appreciate receiving any suggestions that readers may have for improving the document.

Table of contents

<!-- - [Project #12](./Project%2312) - [Project #13](./Project%2313) - [Project #14](./Project%2314) - [Project #15](./Project%2315) - [Project #16](./Project%2316) - [Project #17](./Project%2317) - [Project #18](./Project%2318) - [Project #19](./Project%2319) - [Project #20](./Project%2320) -->

Acknowledge

It is a pleasure to thank those people who helped me with different aspects of this document.

  • Lingxiao Zhan helped me improve the English expression in this document.
<!-- - *Luoyan Yu* helped me review this document. -->

References

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1y ago
Forks1

Languages

C++

Security Score

55/100

Audited on Jan 12, 2025

No findings