diff --git a/qubitverse/visualizer/index.html b/qubitverse/visualizer/index.html index b7bbbe1..008b9bc 100644 --- a/qubitverse/visualizer/index.html +++ b/qubitverse/visualizer/index.html @@ -1,13 +1,174 @@ - + - - QubitVerse - - -
- - + QubitVerse: Quantum Gate Simulator & Visualizer + + + + + + + + +
+ +
+ +
+ +
+

QubitVerse

+

Quantum Gate Simulator & GUI Visualizer

+

+ A powerful backend built in C++ for quantum computation, paired with a modern, interactive Node.js GUI for circuit design and state visualization. Experience the future of quantum computing education. +

+ +
+ +
+

Project Overview

+
+ +
+
+ + + +

Quantum Gate Simulator (C++)

+
+

+ The computational engine of QubitVerse. This C++ backend handles all the heavy lifting of quantum mechanics. It represents qubit states and applies operations using manual matrix manipulation, providing a fast and low-level foundation for quantum simulations. It's built for performance and accuracy. +

+
+ +
+
+ + + +

GUI Visualizer (Node.js)

+
+

+ The user-friendly face of the project. This interactive Node.js frontend allows users to build quantum circuits visually. Drag-and-drop gates, construct complex sequences, and watch the quantum state evolve in real-time on intuitive visualizations like Bloch spheres and probability histograms. +

+
+
+
+ +
+

Key Features

+ +
+ +
+

Technology at a Glance

+
+
+

C++

+

High-performance backend for core simulation.

+
+
+

Node.js

+

Interactive frontend for user experience.

+
+
+

Tailwind CSS

+

Utility-first framework for sleek design.

+
+
+

GitHub

+

Version control and project management.

+
+
+
+ +
+
+

Contribute to the Future of Quantum Education

+

+ QubitVerse is an open-source project. Whether you're a C++ wizard, a Node.js developer, or a quantum enthusiast, your contributions are welcome. +

+ + View on GitHub + +
+
+
+ + + + + diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +