Difference between revisions of "Courses"
From Predictive Chemistry
(Created page with "Here's a list of courses with useful online materials: == Courses == * [http://lambda-the-ultimate.org/classic/Courses.html Functional Programming] == Lecture Series == * [http…") |
m (add Fall 2019 link) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Courses == |
== Courses == |
||
+ | * [[PChemFall2019| USF Physical Chemistry I (2019)]] |
||
+ | * [[Courses/PChemSpring2019 | USF Physical Chemistry II (2019)]] |
||
+ | * [[PChemFall2018| USF Physical Chemistry I (2018)]] |
||
+ | * [[PChemFall2017| USF Physical Chemistry I (2017)]] |
||
+ | * [[PChemFall2016| USF Physical Chemistry I (2016)]] |
||
+ | * [[GradQuantumFall2013| USF Graduate Quantum Mechanics I]] |
||
+ | * [[GradQuantumSpring2014| USF Graduate Quantum Mechanics II]] |
||
+ | * [[CompSciSpring2018|Introduction to Scientific Computing (2018)]] |
||
+ | * [[CompSciSpring2017|Introduction to Scientific Computing (2017)]] |
||
+ | * [[CompSciSpring2016|Introduction to Scientific Computing (2016)]] |
||
+ | * [[CompSciFall2014|Introduction to Scientific Computing (2014)]] |
||
* [http://lambda-the-ultimate.org/classic/Courses.html Functional Programming] |
* [http://lambda-the-ultimate.org/classic/Courses.html Functional Programming] |
||
Line 8: | Line 19: | ||
== Tutorials == |
== Tutorials == |
||
+ | * [[HowTo:Fourier|Fourier transforms]] |
||
* [http://www.mathematica-journal.com/2012/02/evaluation-of-gaussian-molecular-integrals Evaluating Matrix Elements] |
* [http://www.mathematica-journal.com/2012/02/evaluation-of-gaussian-molecular-integrals Evaluating Matrix Elements] |
||
* [http://www.haskell.org/tutorial/ Haskell] |
* [http://www.haskell.org/tutorial/ Haskell] |
||
* [http://monads.haskell.cz/html/index.html Monads] |
* [http://monads.haskell.cz/html/index.html Monads] |
||
* [http://www.yosefk.com/blog/my-history-with-forth-stack-machines.html The Forth Language] |
* [http://www.yosefk.com/blog/my-history-with-forth-stack-machines.html The Forth Language] |
||
+ | |||
+ | == Reference Material == |
||
+ | * [http://dft.sandia.gov/Quest/DFT_codes.html List of DFT Codes] |
||
+ | * [http://docs.python.org/3/tutorial/ Python Tutorial] |
||
+ | * [http://www.nwchem-sw.org/index.php/Release62:NWChem_Documentation NWChem Documentation] |
||
+ | * [http://www.ebi.ac.uk/pdbe-srv/pdbechem/ PDB Ligand Structures] |
Latest revision as of 12:55, 10 September 2019
Here's a list of courses with useful online materials:
Courses
- USF Physical Chemistry I (2019)
- USF Physical Chemistry II (2019)
- USF Physical Chemistry I (2018)
- USF Physical Chemistry I (2017)
- USF Physical Chemistry I (2016)
- USF Graduate Quantum Mechanics I
- USF Graduate Quantum Mechanics II
- Introduction to Scientific Computing (2018)
- Introduction to Scientific Computing (2017)
- Introduction to Scientific Computing (2016)
- Introduction to Scientific Computing (2014)
- Functional Programming