jar

io.github.antimonit : quantum

Maven & Gradle

Jul 06, 2021
12 stars

Quantum · Kotlin framework for writing quantum algorithms using QASM-like syntax

Table Of Contents

Latest Version

Download io.github.antimonit : quantum JAR file - Latest Versions:

All Versions

Download io.github.antimonit : quantum JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window quantum-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.khol.quantum.gate

├─ me.khol.quantum.gate.AdjointGate.class - [JAR]

├─ me.khol.quantum.gate.Gate.class - [JAR]

├─ me.khol.quantum.gate.GateCCNot.class - [JAR]

├─ me.khol.quantum.gate.GateCCNotKt.class - [JAR]

├─ me.khol.quantum.gate.GateCNot.class - [JAR]

├─ me.khol.quantum.gate.GateCNotKt.class - [JAR]

├─ me.khol.quantum.gate.GateCSwap.class - [JAR]

├─ me.khol.quantum.gate.GateCSwapKt.class - [JAR]

├─ me.khol.quantum.gate.GateControlled.class - [JAR]

├─ me.khol.quantum.gate.GateHadamard.class - [JAR]

├─ me.khol.quantum.gate.GateIdentity.class - [JAR]

├─ me.khol.quantum.gate.GateIdentityKt.class - [JAR]

├─ me.khol.quantum.gate.GatePhase.class - [JAR]

├─ me.khol.quantum.gate.GateRx.class - [JAR]

├─ me.khol.quantum.gate.GateRy.class - [JAR]

├─ me.khol.quantum.gate.GateRz.class - [JAR]

├─ me.khol.quantum.gate.GateS.class - [JAR]

├─ me.khol.quantum.gate.GateSwap.class - [JAR]

├─ me.khol.quantum.gate.GateSwapRoot.class - [JAR]

├─ me.khol.quantum.gate.GateT.class - [JAR]

├─ me.khol.quantum.gate.GateX.class - [JAR]

├─ me.khol.quantum.gate.GateXKt.class - [JAR]

├─ me.khol.quantum.gate.GateY.class - [JAR]

├─ me.khol.quantum.gate.GateZ.class - [JAR]

├─ me.khol.quantum.gate.PermutationGate.class - [JAR]

├─ me.khol.quantum.gate.PermutationGatesKt.class - [JAR]

├─ me.khol.quantum.gate.PermutationVectorsKt.class - [JAR]

├─ me.khol.quantum.gate.TensorGate.class - [JAR]

├─ me.khol.quantum.gate.TimesGate.class - [JAR]

me.khol.quantum

├─ me.khol.quantum.PrecomputedProgram.class - [JAR]

├─ me.khol.quantum.Program.class - [JAR]

├─ me.khol.quantum.ProgramKt.class - [JAR]

├─ me.khol.quantum.ProgramTagMarker.class - [JAR]

├─ me.khol.quantum.Qubit.class - [JAR]

├─ me.khol.quantum.Register.class - [JAR]

├─ me.khol.quantum.RunnableProgram.class - [JAR]

├─ me.khol.quantum.Step.class - [JAR]

me.khol.quantum.util

├─ me.khol.quantum.util.WeakCache.class - [JAR]

me.khol.quantum.math

├─ me.khol.quantum.math.Complex.class - [JAR]

├─ me.khol.quantum.math.ExtensionsKt.class - [JAR]

├─ me.khol.quantum.math.Matrix.class - [JAR]

├─ me.khol.quantum.math.MatrixKt.class - [JAR]

Advertisement