This commit separates the Dice class in a Dice.py file stored in DPacks/external, also fixes the continue feature in the Dice class.
Signed-off-by: Vitor Hideyoshi <vitor.h.n.batista@gmail.com>
This commit temporarily uses Gaussian Heassian for step calculations, fixes fchk file reading, fixes step calculation, fixes log file and geoms formation. Also this commit adds type hinting to improve and facilitate the program development.
This commit adds the methods that were present in the Gaussian.py file into the SetGlobals.py file and packages the program into a diceplayer module so it can be ran using 'python3 -m diceplayer'
Signed-off-by: Vitor Hideyoshi <vitor.h.n.batista@gmail.com>