« Up

quantumlib 1.1.0 Error 🔥

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.1.1       The OCaml compiler (virtual package)
ocaml-base-compiler   5.1.1       Official release 5.1.1
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
synopsis: "Coq library for reasoning about quantum programs"
description: """
inQWIRE's QuantumLib is a Coq library for reasoning
 about quantum computation and quantum programs.
"""
maintainer: ["inQWIRE Developers"]
authors: ["inQWIRE"]
license: "MIT"
homepage: "https://github.com/inQWIRE/QuantumLib"
doc: "https://inqwire.github.io/QuantumLib/toc.html"
bug-reports: "https://github.com/inQWIRE/QuantumLib/issues"
depends: [
  "dune" {>= "2.8"}
  "coq" {>= "8.12"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git"
url {
  src: "https://github.com/inQWIRE/QuantumLib/archive/v1.1.0.tar.gz"
  checksum: "sha256=d13100705487403119e4675d8645a1018ec37f48d366c16cf1d0c1cdd7ee6e90"
}
tags: [
  "keyword:quantum"
  "keyword:qwire"
  "keyword:sqir"
  "keyword:matrices"
  "keyword:vectors"
  "keyword:linear algebra"
  "keyword:complex numbers"
  "category:Mathematics/Algebra"
  "category:Mathematics/Real Calculus and Topology"
  "date:2022-07-31"
  "logpath:QuantumLib"
]

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-quantumlib.1.1.0 coq.8.18.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; timeout 4h opam install -y --deps-only coq-quantumlib.1.1.0 coq.8.18.0
Return code
0
Duration
1 m 0 s

Install 🚀

Command
opam list; echo; timeout 4h opam install -y -v coq-quantumlib.1.1.0 coq.8.18.0
Return code
7936
Duration
16 m 0 s
Output
# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-domains          base
base-nnp              base        Naked pointers prohibited in the OCaml heap
base-threads          base
base-unix             base
conf-gmp              4           Virtual package relying on a GMP lib system installation
coq                   8.18.0      The Coq Proof Assistant
coq-core              8.18.0      The Coq Proof Assistant -- Core Binaries and Tools
coq-stdlib            8.18.0      The Coq Proof Assistant -- Standard Library
coqide-server         8.18.0      The Coq Proof Assistant, XML protocol server
dune                  3.13.0      Fast, portable, and opinionated build system
ocaml                 5.1.1       The OCaml compiler (virtual package)
ocaml-base-compiler   5.1.1       Official release 5.1.1
ocaml-config          3           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.6       A library manager for OCaml
zarith                1.13        Implements arithmetic and logical operations over arbitrary-precision integers
[NOTE] Package coq is already installed (current version is 8.18.0).
The following actions will be performed:
  - install coq-quantumlib 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/3: [coq-quantumlib.1.1.0: http]
Processing  1/3:
-> retrieved coq-quantumlib.1.1.0  (https://github.com/inQWIRE/QuantumLib/archive/v1.1.0.tar.gz)
Processing  2/3: [coq-quantumlib: dune build]
+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-quantumlib" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quantumlib.1.1.0)
- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune
- 3.8 and will be removed in an upcoming Dune version.
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (deprecated_coq_lang_lt_08 disabled))
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R . QuantumLib Prelim.v)
- File "./Prelim.v", line 43, characters 38-54:
- Warning: Notation beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 43, characters 38-54:
- Warning: Notation beq_nat_true_iff is deprecated since 8.16.
- Use Nat.eqb_eq instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 178, characters 30-39:
- Warning: Notation Min.min_l is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 179, characters 30-39:
- Warning: Notation Min.min_r is deprecated since 8.16.
- The Arith.Min file is obsolete. Use Nat.min_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 284, characters 23-32:
- Warning: Notation mult_comm is deprecated since 8.16.
- The Arith.Mult file is obsolete. Use Nat.mul_comm instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 284, characters 62-72:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Prelim.v", line 286, characters 43-53:
- Warning:
- "auto with *" was used through the default "intuition_solver" tactic.
- This will be replaced by just "auto" in the future.
- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default]
- File "./Prelim.v", line 306, characters 55-65:
- Warning: Notation plus_assoc is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 299, characters 55-63:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 298, characters 55-63:
- Warning: Notation plus_0_l is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_l instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 372, characters 18-29:
- Warning: Notation app_nil_end is deprecated since 8.18.
- Use app_nil_r instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 372, characters 18-29:
- Warning: Notation app_nil_end is deprecated since 8.18.
- Use app_nil_r instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- File "./Prelim.v", line 372, characters 18-29:
- Warning: Notation app_nil_end is deprecated since 8.18.
- Use app_nil_r instead.
- [deprecated-syntactic-definition-since-8.18,deprecated-since-8.18,deprecated-syntactic-definition,deprecated,default]
- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-
[...] truncated
hing: (transpose ∣ 1 ⟩ = ⟨ 1 ∣)
- Crunching: (transpose ⟨ 0 ∣ = ∣ 0 ⟩)
- Crunching: (transpose ⟨ 1 ∣ = ∣ 1 ⟩)
- Crunching: (adjoint ⟨ 1 ∣ = ∣ 1 ⟩)
- Crunching: (adjoint ∣ 1 ⟩ = ⟨ 1 ∣)
- Crunching: (adjoint ⟨ 0 ∣ = ∣ 0 ⟩)
- Crunching: (adjoint ∣ 0 ⟩ = ⟨ 0 ∣)
- Crunching:
- ((fun i j : nat => if (i =? x * 2 ^ n + y) && (j =? 0) then C1 else 0%R) =
-  (fun x0 y0 : nat =>
-   ((if (x0 / 2 ^ n =? x) && (y0 / 1 =? 0) then C1 else 0%R) *
-    (if (x0 mod 2 ^ n =? y) && (y0 mod 1 =? 0) then C1 else 0%R))%C))
- Crunching:
- (∣0⟩ ⊗ (fun i j : nat => if (i =? k) && (j =? 0) then C1 else 0%R) =
-  (fun i j : nat => if (i =? k) && (j =? 0) then C1 else 0%R))
- Crunching:
- (∣1⟩ ⊗ (fun i j : nat => if (i =? k) && (j =? 0) then C1 else 0%R) =
-  (fun i j : nat => if (i =? k + n) && (j =? 0) then C1 else 0%R))
- Crunching:
- ((fun i j : nat => if (i =? k) && (j =? 0) then C1 else 0%R) ⊗ ∣0⟩ =
-  (fun i j : nat => if (i =? 2 * k) && (j =? 0) then C1 else 0%R))
- Crunching:
- ((fun i j : nat => if (i =? k) && (j =? 0) then C1 else 0%R) ⊗ ∣1⟩ =
-  (fun i j : nat => if (i =? 2 * k + 1) && (j =? 0) then C1 else 0%R))
- Crunching: (∣0⟩ = basis_vector 2 0)
- Crunching: (∣1⟩ = basis_vector 2 1)
- File "./VectorStates.v", line 70, characters 58-66:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 70, characters 58-66:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 70, characters 58-66:
- Warning: Notation plus_0_r is deprecated since 8.16.
- The Arith.Plus file is obsolete. Use Nat.add_0_r instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 448, characters 15-27:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 448, characters 15-27:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 448, characters 15-27:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 448, characters 15-27:
- Warning: Notation beq_nat_refl is deprecated since 8.16.
- Use Nat.eqb_refl (with symmetry of equality) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 649, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 649, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 649, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 649, characters 13-26:
- Warning: Notation le_plus_minus is deprecated since 8.16.
- The Arith.Minus file is obsolete. Use Nat.sub_add (together with Nat.add_comm) instead.
- [deprecated-syntactic-definition-since-8.16,deprecated-since-8.16,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 10-21:
- Warning: Notation Nat.mod_mul is deprecated since 8.17.
- Use Div0.mod_mul instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 23-34:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 10-21:
- Warning: Notation Nat.mod_mul is deprecated since 8.17.
- Use Div0.mod_mul instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 10-21:
- Warning: Notation Nat.mod_mul is deprecated since 8.17.
- Use Div0.mod_mul instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 23-34:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1468, characters 23-34:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1474, characters 8-21:
- Warning: Notation Nat.div_exact is deprecated since 8.17.
- Use Div0.div_exact instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1474, characters 8-21:
- Warning: Notation Nat.div_exact is deprecated since 8.17.
- Use Div0.div_exact instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1476, characters 10-21:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1476, characters 10-21:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1476, characters 10-21:
- Warning: Notation Nat.mod_0_l is deprecated since 8.17.
- Use Div0.mod_0_l instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1495, characters 24-35:
- Warning: Notation Nat.mod_add is deprecated since 8.17.
- Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1495, characters 24-35:
- Warning: Notation Nat.mod_add is deprecated since 8.17.
- Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1495, characters 24-35:
- Warning: Notation Nat.mod_add is deprecated since 8.17.
- Use Div0.mod_add instead.
- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
- File "./VectorStates.v", line 1609, characters 2-27:
- Error: No such goal.
- 
[ERROR] The compilation of coq-quantumlib.1.1.0 failed at "dune build -p coq-quantumlib -j 4 @install".
#=== ERROR while compiling coq-quantumlib.1.1.0 ===============================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released
# path                 ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quantumlib.1.1.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quantumlib -j 4 @install
# exit-code            1
# env-file             ~/.opam/log/coq-quantumlib-13834-797377.env
# output-file          ~/.opam/log/coq-quantumlib-13834-797377.out
### output ###
# [...]
# [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
# File "./VectorStates.v", line 1495, characters 24-35:
# Warning: Notation Nat.mod_add is deprecated since 8.17.
# Use Div0.mod_add instead.
# [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
# File "./VectorStates.v", line 1495, characters 24-35:
# Warning: Notation Nat.mod_add is deprecated since 8.17.
# Use Div0.mod_add instead.
# [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default]
# File "./VectorStates.v", line 1609, characters 2-27:
# Error: No such goal.
# 
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build coq-quantumlib 1.1.0
+- 
- No changes have been performed
# Run eval $(opam env) to update the current shell environment
'opam install -y -v coq-quantumlib.1.1.0 coq.8.18.0' failed.
The middle of the output is truncated (maximum 20000 characters)

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none