Skip to content

Commit d597b90

Browse files
authored
Update README.md
1 parent 30d8cda commit d597b90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Underdevelopment
22

33
###TODO:
4-
- [ ] add links
4+
- [ x ] add links
55
- [ ] add project inputs
66
- [ ] add project readme's
77
- [ ] expand git intro
88

99
# C++ Programming Tutorial in Chemistry
1010
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).
1111

12-
If you are new to programming, one way to approach this tutorial is to read through [The Fundamentals](https://github.com/CrawfordGroup/ProgrammingProjects/wiki) list first, then proceed with Project #1, using the earlier material as a reference. If you are already experienced with programming, you may be able to start immediately with Project #1. If you already have experience with electronic structure theory programs, then you may be ready for the Hartee-Fock programming project or even more advanced topics.
12+
If you are new to programming, one way to approach this tutorial is to read through "The Fundamentals" list on the [wiki](https://github.com/CrawfordGroup/ProgrammingProjects/wiki) first, then proceed with Project #1, using the earlier material as a reference. If you are already experienced with programming, you may be able to start immediately with Project #1. If you already have experience with electronic structure theory programs, then you may be ready for the Hartee-Fock programming project or even more advanced topics.
1313

1414
# Getting Started
1515
This repository is organized into several projects, each with its own directory.

0 commit comments

Comments
 (0)