Skip to content

Latest commit

 

History

History

exercise09

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Hartree-Fock course for the Han-sur-Lesse Winterschool of 2021::Exercise 06

This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License

Problem description

If you got to here, compliments! This is the final challenge. Here you are tasked to modify the script of the previous exercise and adapt it to perform a HF calculation in methane.

There are two things you need to modify to accomplish this goal:

  1. Automatically loop over the nuclei (previously, this was hardcoded to only two nuclei)
  2. Change the geometry of the input molecule

Good luck!

If you got this far, your script should by now be sufficiently general that you can also start simulating other (simple) molecules such as BF3, benzene and the likes. Have fun!

Solution

The solution is given in ex09_solution.py