Skip to content

Refactor Gate, Operator definitions #124

Refactor Gate, Operator definitions

Refactor Gate, Operator definitions #124

Triggered via pull request March 11, 2024 15:15
@mofeingmofeing
synchronize #48
refactor/gate
Status Failure
Total duration 1m 54s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 4 warnings, and 1 notice
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.8 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia 1.9 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: docs/src/api/gates.md#L21
doctest failure in src/api/gates.md:21-26 ```jldoctest z-gate julia> Matrix(gate) 2×2 Matrix{ComplexF32}: 1.0+0.0im 0.0+0.0im 0.0+0.0im -1.0+0.0im ``` Subexpression: Matrix(gate) Evaluated output: 2×2 Matrix{ComplexF64}: 1.0+0.0im 0.0+0.0im 0.0+0.0im -1.0+0.0im Expected output: 2×2 Matrix{ComplexF32}: 1.0+0.0im 0.0+0.0im 0.0+0.0im -1.0+0.0im diff = Warning: Diff output requires color. 2×2 Matrix{ComplexF32}: Matrix{ComplexF64}: 1.0+0.0im 0.0+0.0im 0.0+0.0im -1.0+0.0im
Documentation
Process completed with exit code 1.
Julia 1.10 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.8 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Julia 1.9 - ubuntu-latest - x64 - pull_request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, julia-actions/setup-julia@v1, actions/cache@4d4ae6ae148a43d0fd1eda1800170683e9882738, pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Documentation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`