In this project we will work on a device structure modeler for ViennaMOS. We will implement a GUI-based application allowing us to setup simulation domains, such as semiconductor devices. To this end we will require CAD functionality embedded in a Qt-based GUI.
The student will become skilled in generating and preparing a simulation domain (in our case a semiconductor device) for a subsequent simulation step. In particular, the student will become skilled in interfacing and creating Qt applications in C++. Also, he or she will become familiar with established free open source tools, such as FreeCAD and the VTK suite.
Adnan Zahirovic
We envision several milestones, each containing its own list of tasks to be completed to be able to claim the assigned salary.
For embedding FreeCAD into a new Qt application, it is vital to get to know FreeCAD's API. FreeCAD provides a Python API which allows embedding FreeCAD into a Qt application. This would be a good place to start investigating the FreeCAD interface.