Commit Graph

7 Commits

Author SHA1 Message Date
e54b3e55fa Fixes Player Class Implementation 2022-06-01 20:06:00 -03:00
44cb4268ef Implements the Use of a Simple DTO for Communication Between Classes 2022-05-31 09:55:19 -03:00
4ae8385918 Initial Folder Rework Implementation
Adds the Environment, External, Utils folder inside de DPpack. All classes are going to be implemented there
2022-05-31 09:13:08 -03:00
8cf9188c6d Creation of Binary with cx_Freeze 2022-02-21 13:55:21 +00:00
5efe49607d Separated Completely Dice in Dice.py and Fixed Continue Feature in Dice
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>
2022-02-21 04:59:00 +00:00
926ffc5c6b Translation of Gaussian Processes and Step Calculations Fixes
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.
2021-12-08 21:16:06 -03:00
2a4e9eff0c Initial Translation of Gaussian Processes and Packaging of DicePlayer python module
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>
2021-12-06 21:20:35 -03:00