add Relazione falsa e inizio file
This commit is contained in:
parent
2775cc2108
commit
3de21f2577
33 changed files with 5944 additions and 2868 deletions
40
Relazione/Lab-EsseTiEmme32/main.typ
Normal file
40
Relazione/Lab-EsseTiEmme32/main.typ
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#import "@preview/modern-unimib-thesis:0.1.1": template
|
||||
|
||||
// Create bibliography object first
|
||||
#let refs = bibliography("refs.bib")
|
||||
|
||||
#show: template.with(
|
||||
title: "Relazione Laboratorio EsseTiEmme32",
|
||||
candidate:(
|
||||
name: "",
|
||||
number: "123456"
|
||||
),
|
||||
date: "2024/2025",
|
||||
university: "Universitá degli studi Milano - Bicocca",
|
||||
school: "Scuola di Scienze",
|
||||
department: "Dipartimento di Fisica",
|
||||
// course: "Master Degree in Artificial Intelligence for Science and Technology",
|
||||
logo: image("images/logo_unimib.png", width: 30%),
|
||||
supervisor: "Prof. Luca Manzi",
|
||||
co-supervisor: ("Saira Sanchez", "Prof. Annalisa Di Pasquali"),
|
||||
lang: "it",
|
||||
bib: refs, // Pass the bibliography object instead of a file path
|
||||
)
|
||||
|
||||
= Introduzione
|
||||
|
||||
Corso di l
|
||||
|
||||
== Subtitle
|
||||
#underline[Generalized POVM]
|
||||
$
|
||||
pi_i equiv sum_(j=0)^i K_j^dagger PP_i K_j
|
||||
$<POVM>
|
||||
|
||||
@POVM are Great!
|
||||
= Preliminari
|
||||
|
||||
|
||||
|
||||
= Acknowledgments // Ringraziamenti This is a special title name
|
||||
#lorem(100)
|
||||
Loading…
Add table
Add a link
Reference in a new issue