Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 1.38 KB

config.md

File metadata and controls

36 lines (33 loc) · 1.38 KB

@def website_title = "Yao - quantum computing in Julia language" @def website_descr = "The official website for the Yao framework. Yao is a framework for quantum computing in JuliaLanguage. Click here to learn more." @def website_url = "https://yaoquantum.org"

@def author = "QuantumBFS" @def title = "Yao - Quantum Computing in Julia" @def home_url = "https://yaoquantum.org" @def tutorial_url = "/tutorials/" @def benchmark_url = "/benchmark/" @def research_url = "/research/" @def docs_url = "https://docs.yaoquantum.org/dev/" @def github_issues_url = "https://github.com/QuantumBFS/Yao.jl/issues" @def julia_slack_url = "https://julialang.org/slack/"

@def mintoclevel = 2

@def ignore = ["notebooks/", "README.md", "node_modules/", "franklin", "franklin.pub"] @def div_content = "container page"

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}