Browsing by Author "Hildebrand, Moritz"
Now showing 1 - 2 of 2
- Results Per Page
- Sort Options
Item Open Access Investigating gate teleportation using non-maximally entangled states for gate cutting(2024) Hildebrand, MoritzQuantum computing can solve complex problems that are beyond the reach of classical computers. Despite its vast potential, the field of quantum computing is currently hindered by significant challenges, particularly when it comes to scaling up the size of quantum devices. One of the major limitations of current quantum computers is the restricted number of qubits they can effectively utilize. Distributed quantum computing offers a promising solution to this problem by aggregating the computational power of multiple deficient quantum computers. Two techniques for distributed quantum computing that have shown great promise in this domain are gate teleportation and gate cutting. However, both techniques have drawbacks. Gate teleportation requires shared entanglement and gate cutting incurs a sampling overhead. This thesis aims to explore how these techniques can be combined potentially mitigating their drawbacks. In this thesis, we investigate the error that non-maximally entangled (NME) resource states cause in the gate teleportation of controlled gates. We present different mathematical decompositions of the error, which facilitate gate cuts. Using these gate cuts we demonstrate that NME states can reduce the sampling overhead of the cuts. The result is a trade-off between the degree of entanglement of the resource states and the sampling overhead of the cuts.Item Open Access XSS in issue tracking systems(2021) Hildebrand, MoritzToday, virtually every software project, especially in a collaborative and distributed setting, is managed through an issue tracking system (ITS). As developers rely heavily on ITSs, the risk of cyberattacks and their associated impact increases. An interesting particularity of ITSs is that, compared to conventional web applications, the attack surface is extended through additional input interfaces such as email or version control systems (VCSs).This bachelor thesis develops a methodology to test ITSs for Cross-site scripting (XSS) vulnerabilities via these ITS-specific input interfaces. Exemplarily, we implement the developed methodology for the input interfaces email and Git and test it on the three open-source ITSs Redmine, MantisBT, and Trac.