Sökning: "Python"

Visar resultat 16 - 20 av 1002 uppsatser innehållade ordet Python.

  1. 16. Constructing a Modular System for Storing and Serving Data from Quantum Computers

    Kandidat-uppsats, Göteborgs universitet/Institutionen för data- och informationsteknik

    Författare :Simon Genne; Arvid Holmqvist; Bashar Oumari; Jakob Ristner; Björn Rosengren; Jakob Wik; [2023-03-03]
    Nyckelord :Quantum; Computer; Qubit; REST; API; MongoDB; Redis; Python; FastAPI; WACQT;

    Sammanfattning : Quantum computers are computing devices with the potential to advance multiple scientific and industrial fields. One of the actors working on the advancement of quantum computers is theWallenberg Centre for Quantum Technology (WACQT). LÄS MER

  2. 17. Modeling Stoppage Time as a Convolution of Negative Binomials

    Uppsats för yrkesexamina på avancerad nivå, Uppsala universitet/Avdelningen för systemteknik

    Författare :Råvan Talani; [2023]
    Nyckelord :Machine learning; negative binomial; convolution; stoppage time; injury time; extra time; football;

    Sammanfattning : This thesis develops and evaluates a probabilistic model that estimates the stoppage time in football. Stoppage time represents the additional minutes of play given after the original matchtime is over. It is crucial in determining the course of events during the remainder of a match, thereby affecting the odds of live sports betting. LÄS MER

  3. 18. Difference Between Memory-based Storage and Register-based Storage on FPGAs

    Master-uppsats, Linköpings universitet/Institutionen för systemteknik

    Författare :Yiqian Cui; [2023]
    Nyckelord :;

    Sammanfattning : Memory-based storage and register-based storage are commonly used storagetypes in fpgas. This thesis aims to build up the architecture of memory-basedstorage and register-based storage, implement the corresponding methods, compare the difference between them and determine which kind of storage workswell under different circumstances. LÄS MER

  4. 19. A C++ Matrix library for computing the Gateaux derivative of the Fermi-Dirac operator

    Kandidat-uppsats, Uppsala universitet/Avdelningen för beräkningsvetenskap

    Författare :William Samuelsson; [2023]
    Nyckelord :C ; Quantum Chemistry; Matrix functions;

    Sammanfattning : Computing the Fermi-Dirac operator is done through recursive polynomial expansions, using the SP2 and SP2 Acc algorithms. The Gateaux derivative is computed for both schemes by mapping the zeroth and first order matrices onto a block upper triangular matrix, which is implemented in Python using Numpy arrays to store full matrices and in C++ by first constructing a basic matrix library to use as blocks in a later created block upper triangular matrix library which only directly references two blocks in a 2 x 2 block matrix. LÄS MER

  5. 20. State Machine Model-To-Code Transformation In C

    Uppsats för yrkesexamina på avancerad nivå, Uppsala universitet/Signaler och system

    Författare :Jonathan Carlgren; Per William Oskarsson; [2023]
    Nyckelord :State Machine; Model To Code; C; UML; ElementTree; XMI; Programming; Python; Benchmark;

    Sammanfattning : A state machine model can turn a complex behavioural system into a more accessible graphical model, and can improve the way people work with system design by making it easier to communicate and understand the system. The clear structure of a state machine model enables automatic generation of well structured, and consequently readable, and maintainable code. LÄS MER