File tree 4 files changed +7
-2
lines changed 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 75
75
- name : " Instantiate test environment"
76
76
run : |
77
77
# Instantiate Pkg
78
+ rm -rf ~/.julia/registries/QuantumControlRegistry
78
79
wget https://raw.githubusercontent.com/JuliaQuantumControl/JuliaQuantumControl/master/scripts/installorg.jl
79
80
install -m 600 -D /dev/null ~/.ssh/known_hosts
80
81
ssh-keyscan -H github.com > ~/.ssh/known_hosts
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ using DocumenterCitations
11
11
using DocumenterInterLinks
12
12
using Pkg
13
13
14
+ Pkg. add (url= " https://github.com/goerz/DocumenterResolveXRefInMainPrototype.jl.git" )
15
+ using DocumenterResolveXRefInMainPrototype
16
+
14
17
PROJECT_TOML = Pkg. TOML. parsefile (joinpath (@__DIR__ , " .." , " Project.toml" ))
15
18
VERSION = PROJECT_TOML[" version" ]
16
19
NAME = PROJECT_TOML[" name" ]
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ The gradient ``∇_U J_T`` is obtained via automatic differentiation (AD). This
424
424
requires that an AD package has been loaded (e.g., `using Zygote`). This
425
425
package must either be passed as the `automatic` keyword argument, or the
426
426
package must be set as the default AD provider using
427
- `QuantumControl.set_default_ad_framework`.
427
+ [ `QuantumControl.set_default_ad_framework`](@ref) .
428
428
429
429
Compared to the more general [`make_chi`](@ref) with `mode=:automatic`,
430
430
`make_gate_chi` will generally have a slightly smaller numerical overhead, as
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ DocInventories = "43dc2714-ed3b-44b5-b226-857eda1aa7de"
10
10
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
11
11
DocumenterCitations = " daee34ce-89f3-4625-b898-19384cb65244"
12
12
DocumenterInterLinks = " d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
13
+ DocumenterResolveXRefInMainPrototype = " ec50b518-6c18-4c34-be22-4983b883f12d"
13
14
Downloads = " f43a241f-c20a-4ad4-852c-f6b1247861c6"
14
15
FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
15
16
GRAPE = " 6b52fcaf-80fe-489a-93e9-9f92080510be"
@@ -44,5 +45,5 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
44
45
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
45
46
46
47
[compat ]
47
- Documenter = " 1.1 "
48
+ Documenter = " 1.3 "
48
49
julia = " 1.9"
You can’t perform that action at this time.
0 commit comments