Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (17 loc) · 616 Bytes

Here are some ideas to improve the code:

1. using GPU instead of CPU to run the code or using libraries such as Numba to accelerate the code;
2. extending the code to solve the TDSE (Time-dependent Schrodinger Equation);
3. extending the code to solve 3D equations. However, for high resolutions this might be computationally extensive;
4. adding a GUI (Graphical user interface);
5. adding functions to analyse the results further. For example, plotting the energy spacing distribution of the eigenstates;

For more ideas please see the detailed report (link in README.md).