Marcin Kasprzykowskimarcinkasprzykowski.hashnode.dev·Jan 22, 2024Random number generator in Q#Introduction Random number generation is a process that let's you generate a sequence of numbers that cannot be reasonably predicted. In this article, you will learn how to use Q# to create a true random number generator, which can produce unpredicta...Q#.NET
Marcin Kasprzykowskimarcinkasprzykowski.hashnode.dev·Oct 31, 2023Quantum Superposition in Q#Introduction In my previous article, I showed how to implement a simple Hello World program in Q#. In this article, we will take things one step further by introducing the usage of quantum gates, superposition and collapse of probability wave for a q...Q#.NET
Marcin Kasprzykowskimarcinkasprzykowski.hashnode.dev·Sep 14, 2023Hello World in Q#Prerequisites Before we dive into writing our first Q# program, let’s review some of the fundamental concepts of quantum computing described in my other articles: General Overview What is a Qubit Quantum Gates, At first you need to set up a deve...quantum computing
Thomas Cherickalthomascherickal.hashnode.dev·Jan 1, 2023Part 4: Quantum Particle Swarm Optimization (QPSO) using Q#.NET on the Titanic Data Set using OpenAI's ChatGPTThat was my question. This is the response I GOT! Quantum particle swarm optimization (QPSO) is a metaheuristic optimization algorithm that combines elements of particle swarm optimization with quantum computing techniques. QPSO can be implemented us...1 like·46 reads8 applications of all levels written in less than 10 minutes each using ChatGPTQ#.NET