From bb985ee2fec09995bbd8cc44c6618aa7d16e9ad5 Mon Sep 17 00:00:00 2001 From: "T. Daniel Crawford" Date: Tue, 15 Sep 2020 10:36:04 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 75e6d96..d2ad75d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Underdevelopment - # C++ Programming Tutorial in Chemistry This tutorial is intended to touch on many, but certainly not all, of the fundamentals of C++ programming with an emphasis on quantum chemistry. Although I hope this section will get you started, it is not a substitute for a more complete reference manual. For more C++ language details, you may find the standard text by Josuttis [buy it](http://www.amazon.com/C-Standard-Library-Tutorial-Reference/dp/0201379260) useful or, for VT users, get it [on-line from the campus library](http://proquest.safaribooksonline.com/0201379260) or a decent on-line tutorial such as [this one](http://www.cplusplus.com/doc/tutorial/) or [this one](http://www.cprogramming.com/tutorial.html). @@ -26,7 +24,7 @@ git clone git@github.com:CrawfordGroup/ProgrammingProjects.git ``` Now you should see a directory called `ProgrammingProjects` inside you will find all of the files that you can see on github. -# The Fundamentals (Updated: 29 August 2014) +# The Fundamentals - [An Initial Example](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/An-Initial-Example) - [What is a "Compilation"](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/What-is-a-%22Compilation%22%3F) - [Code Comments](https://github.com/CrawfordGroup/ProgrammingProjects/wiki/Code-Comments) From c2556254229a8142002c008609f77736ffab4ae8 Mon Sep 17 00:00:00 2001 From: "T. Daniel Crawford" Date: Fri, 1 Jan 2021 17:57:07 -0500 Subject: [PATCH 2/2] Fixing CIS singlet matrix in hint 2. -TDC --- Project#12/hints/hint2.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Project#12/hints/hint2.md b/Project#12/hints/hint2.md index f14b3fc..10c5901 100644 --- a/Project#12/hints/hint2.md +++ b/Project#12/hints/hint2.md @@ -2,14 +2,15 @@ Here is the CIS spin-adapted singlet matrix for the H2O STO-3G test c ``` 1 2 3 4 5 6 7 8 9 10 - 1 19.9585039 0.0000000 0.0074145 -0.0000000 -0.0000000 -0.0076611 0.0180084 -0.0000000 -0.0000000 0.0000000 - 2 0.0000000 20.0113341 -0.0000000 0.0089205 -0.0076611 -0.0000000 -0.0000000 0.0037402 0.0000000 -0.0000000 - 3 0.0074145 -0.0000000 1.0931793 0.0000000 -0.0000000 -0.0867137 0.0485372 -0.0000000 0.0000000 0.0000000 - 4 -0.0000000 0.0089205 0.0000000 1.1888405 -0.0867137 0.0000000 -0.0000000 -0.0183287 0.0000000 0.0000000 - 5 -0.0000000 -0.0076611 -0.0000000 -0.0867137 0.4757743 0.0000000 0.0000000 0.0615255 -0.0000000 0.0000000 - 6 -0.0076611 -0.0000000 -0.0867137 0.0000000 0.0000000 0.5527668 0.0615255 -0.0000000 0.0000000 -0.0000000 - 7 0.0180084 -0.0000000 0.0485372 -0.0000000 0.0000000 0.0615255 0.3703281 -0.0000000 0.0000000 -0.0000000 - 8 -0.0000000 0.0037402 -0.0000000 -0.0183287 0.0615255 -0.0000000 -0.0000000 0.4442931 -0.0000000 0.0000000 - 9 -0.0000000 0.0000000 0.0000000 0.0000000 -0.0000000 0.0000000 0.0000000 -0.0000000 0.2872555 0.0000000 - 10 0.0000000 -0.0000000 0.0000000 0.0000000 0.0000000 -0.0000000 -0.0000000 0.0000000 0.0000000 0.3659890 + 1 20.0108972 0.0000000 0.0270664 0.0000000 -0.0000000 -0.0192010 0.0215503 0.0000000 -0.0000000 0.0000000 + 2 0.0000000 20.0503777 0.0000000 0.0471272 -0.0015840 -0.0000000 -0.0000000 0.0262356 0.0000000 -0.0000000 + 3 0.0270664 0.0000000 1.2834848 -0.0000000 0.0000000 0.0510498 -0.0719668 0.0000000 -0.0000000 -0.0000000 + 4 0.0000000 0.0471272 -0.0000000 1.3244734 -0.0262007 0.0000000 0.0000000 0.0160485 0.0000000 0.0000000 + 5 -0.0000000 -0.0015840 0.0000000 -0.0262007 0.6257548 0.0000000 -0.0000000 -0.0467487 -0.0000000 -0.0000000 + 6 -0.0192010 -0.0000000 0.0510498 0.0000000 0.0000000 0.8716646 -0.1382612 -0.0000000 -0.0000000 -0.0000000 + 7 0.0215503 -0.0000000 -0.0719668 0.0000000 -0.0000000 -0.1382612 0.5614679 0.0000000 0.0000000 0.0000000 + 8 0.0000000 0.0262356 0.0000000 0.0160485 -0.0467487 -0.0000000 0.0000000 0.5861985 0.0000000 0.0000000 + 9 -0.0000000 0.0000000 -0.0000000 0.0000000 -0.0000000 -0.0000000 0.0000000 0.0000000 0.3564618 0.0000000 + 10 0.0000000 -0.0000000 -0.0000000 0.0000000 -0.0000000 -0.0000000 0.0000000 0.0000000 0.0000000 0.4160717 + ```