quantumjava icon indicating copy to clipboard operation
quantumjava copied to clipboard

Samples related to "Quantum Computing for Java Developers"

Results 14 quantumjava issues
Sort by recently updated
recently updated
newest added

The samples can't be executed with Java 17 when using Gradle.

Hello, If I run "ch1 - time" example, I get an error stating that 0.1.2-SNAPSHOT version of org.redfx.strange cannot be found. In corresponding pom.xml, I suggest to replace 0.1.2-SNAPSHOT by...

Hello, I have bought the book and I was training on the exercice "Mary Had a Little Qubit" of chapter 5. I think there is a mistake in the image...

An application doesn't render right with vertical probability gates. It seems to only render the first QuantamFlow. An example is ch07 randombitdebug from an application. I made a change to...

I'm not sure if you're interested in the code running as an application but if so this has had an issue below. I have tried this Windows 10 virtual box...

javafx application including the strangefx jar seems to hang on launch. It seems to be automatically trying to start a jdk internal thread - com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable The application has done nothing...

ch07 __________ pom.xml add1 javafx-controls to 19.0.2.1 from 13.0.1 strange version to 0.1.3 from 0.0.19 strangefx version to 0.1.4 from 0.0.10 rendered garbled text pom.xml add2 javafx-controls to 19.0.2.1 from...

Actually seems to be a Homebrew issue but if anyone else runs into it. For this example (paulixui) mvn javafx:run gets the indicated error. This indicates it should of been...

I ran into the following running the book examples on OS/X in Chapters 1-6. In some cases 19.0.2.1 is used for the javafx-controls dependency. This is consistent with my work...

Hi, really nice library and book :) I have only a question: the not gate and the toffoli one are shown in a strange :) way: ![image](https://github.com/user-attachments/assets/c74978f0-3223-443c-9586-4c5477716589) ![image](https://github.com/user-attachments/assets/d21583ff-9429-41c6-94b9-8ce2fe9527be) Any hint?...