Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ It combines a symbolic layer for the SLH formalism based on [SecondQuantizedAlge

## Development status

[![Tests](https://github.com/ChristophHotter/QuantumInputOutput.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/ChristophHotter/QuantumInputOutput.jl/actions/workflows/Tests.yml)
[![Documentation dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://christophhotter.github.io/QuantumInputOutput.jl/dev/)
[![Tests](https://github.com/qojulia/QuantumInputOutput.jl/actions/workflows/Tests.yml/badge.svg)](https://github.com/qojulia/QuantumInputOutput.jl/actions/workflows/Tests.yml)
[![Documentation dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://qojulia.github.io/QuantumInputOutput.jl/dev/)

Note that **QuantumInputOutput.jl** is still at an early stage of development.

Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ makedocs(
sitename = "QuantumInputOutput.jl",
modules = QuantumInputOutput,
format = Documenter.HTML(;
canonical = "https://ChristophHotter.github.io/QuantumInputOutput.jl",
canonical = "https://qojulia.github.io/QuantumInputOutput.jl",
),
pages = pages,
clean = true,
Expand All @@ -49,7 +49,7 @@ makedocs(
)

deploydocs(
repo = "github.com/ChristophHotter/QuantumInputOutput.jl",
repo = "github.com/qojulia/QuantumInputOutput.jl",
devbranch = "main",
target = "build",
branch = "gh-pages",
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# QuantumInputOutput.jl Examples

This folder contains example scripts demonstrating the usage of the [QuantumInputOutput.jl](https://github.com/ChristophHotter/QuantumInputOutput.jl) package. Each script showcases different features and functionalities of the package, providing practical insights into its application of the input-output theory with quantum pulses.
This folder contains example scripts demonstrating the usage of the [QuantumInputOutput.jl](https://github.com/qojulia/QuantumInputOutput.jl) package. Each script showcases different features and functionalities of the package, providing practical insights into its application of the input-output theory with quantum pulses.

To run an example, execute the corresponding Julia script in your Julia environment. Make sure you have all the necessary dependencies installed as specified in the `Project.toml` and `Manifest.toml` files.

Expand Down
Loading