body { margin: 0; } #stage { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; z-index: 1; pointer-events: none; overflow: hidden; }
let width = window.innerWidth; height = window.innerHeight; let container = document.getElementById('stage'); let scene = new THREE.Scene(); let camera = new THREE.PerspectiveCamera(75, width / height, 1, 3000); camera.position.z = 600; let renderer = new THREE.WebGLRenderer({ alpha: true, antialias: true }); renderer.setSize(width, height); container.appendChild(renderer.domElement); let colors = ['#FF004B', '#6437E6', '#00E6F0']; let particles = []; let mouse = new THREE.Vector2(); let raycaster = new THREE.Raycaster(); function createPerfectPixelShape() { let shape = new THREE.Shape(); shape.moveTo(-6, 9); shape.lineTo(6, 9); shape.lineTo(6, 6); shape.lineTo(9, 6); shape.lineTo(9, -6); shape.lineTo(6, -6); shape.lineTo(6, -9); shape.lineTo(-6, -9); shape.lineTo(-6, -6); shape.lineTo(-9, -6); shape.lineTo(-9, 6); shape.lineTo(-6, 6); shape.closePath(); return shape; } function createParticle() { let shapeGeometry = new THREE.ShapeGeometry(createPerfectPixelShape()); shapeGeometry.scale(0.6, 0.6, 0.6); let material = new THREE.MeshBasicMaterial({ color: colors[Math.floor(Math.random() * colors.length)], side: THREE.DoubleSide }); let particle = new THREE.Mesh(shapeGeometry, material); particle.position.set( (Math.random() - 0.5) * width, (Math.random() - 0.5) * height, 0 ); particle.userData.velocity = new THREE.Vector3( (Math.random() - 0.5) * 0.2, (Math.random() - 0.5) * 0.2, 0 ); particle.userData.originalColor = particle.material.color.getHex(); scene.add(particle); particles.push(particle); } for (let i = 0; i { p.position.x += p.userData.velocity.x; p.position.y += p.userData.velocity.y; if ( p.position.x > width / 2 || p.position.x height / 2 || p.position.y { if (p !== other) { let distance = p.position.distanceTo(other.position); if (distance p.material.color.setHex(p.userData.originalColor)); if (intersects.length > 0) { let object = intersects[0].object; object.userData.hoverColor = object.userData.hoverColor || Math.random() * 0xffffff; object.material.color.setHex(object.userData.hoverColor); } renderer.render(scene, camera); } function onMouseMove(event) { mouse.x = (event.clientX / window.innerWidth) * 2 - 1; mouse.y = -(event.clientY / window.innerHeight) * 2 + 1; } window.addEventListener('mousemove', onMouseMove); animate();
Full 1

QUANTUM
COMMUNICATION
NETWORKS FOR
SOCIETY AND
INDUSTRY

QUARKS

The Project

The QUARKS project is a groundbreaking initiative dedicated to optimizing the tangibility and accessibility of quantum technologies, while offering research, industry, society, and education new opportunities for synergy. Through a series of experiments and activities, such as quantum programming and the exploration of quantum superposition, QUARKS opens the door to a new future of communication networks that exceeds the limits of traditional ones.

NEWS

Keep up to date with the discoveries and developments that are making quantum technologies ever more accessible. Here you will find the latest news from QUARKS and collaborative projects that are paving the way for a future of communication beyond the limits of conventional networks.

Beat the Quantum Randomness

Human vs. Quantum Computer

How random can you type a row of fifty 0 and 1? Are you more random than a Quantum Computer is? Give it a try and learn more about the way a Quantum Computer works!

EVENTS

Visit QUARKS events and experience the future of quantum technologies up close. Our events offer a unique opportunity to drive innovation and create new synergies between science, business, and society.

QUARKS is participating in European Wireless 2025, the leading event on new trends in wireless communications with the theme “Shaping Next-Generation Wireless with AI”.
QUARKS is participating in European Wireless 2025, the leading event on new trends in wireless communications with the theme “Shaping Next-Generation Wireless with AI”.

From 27 to 29 October, QUARKS will participate in the European Wireless 2025 Conference, one of Europe’s leading events in the field of wireless communications. An opportunity to share research results and discuss emerging technologies that will shape the networks of the future.

QUARKS is participating in the Thinknet 6G Summit 2025 in Nuremberg, organised with Fraunhofer IIS and LITES, a leader in wireless innovation.
QUARKS is participating in the Thinknet 6G Summit 2025 in Nuremberg, organised with Fraunhofer IIS and LITES, a leader in wireless innovation.

On October 28 and 29, 2025, QUARKS will be represented at the Thinknet 6G Summit in Nuremberg – one of the key events on the future of connectivity.
QUARKS will use the platform to provide its own impetus, present innovative approaches, and actively shape the dialogue on quantum sciences and their role in digital transformation.

QUARKS will be present with a stand at the Robotics Symposium 2025, where it will showcase quantum technologies.
QUARKS will be present with a stand at the Robotics Symposium 2025, where it will showcase quantum technologies.

At the Robotics Symposium 2025, QUARKS will have a dedicated stand where visitors can explore cutting-edge quantum technologies, discover practical applications and interact directly with industry experts.

Why are quantum techno­logies the future?

Secure | Fast | Efficient

Quantum technologies represent a new resource to be wielded for social and economic progress, enhancing security, enabling unprecedented low latency in technological interactions, and lowering energy consumption. Imagine a future in which interactions with robots and participation in virtual worlds such as the Metaverse occur seamlessly and in an extremely secure manner. QUARKS is here to realise these innovations.

2024_04_17_TUD-CeTI-Gymnasium-014

SCHOOL

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.

.

The QUARKS Vision

An Innovative Approach for All
QUARKS is not just aimed at industry experts—we are committed to making quantum technologies understandable and accessible to a wide audience. Through innovation days at companies, educational models for schools, and participatory events in public institutions, we bring quantum communication networks to skilled workers, students, and everyday citizens.

Where we operate

TU Dresden and TU Munich are the scientific hubs where QUARKS fosters the development of new talents, while simulatenously aiming to address the shortage of specialized professionals in the field of quantum communication networks. We offer training modules for skilled workers and students, combining theory and practice to tackle the challenges of the future.
Join the Quantum Revolution
Being a part of QUARKS means actively contributing to the development of the communication networks of tomorrow. Together, we can break down barriers and discover how quantum technologies will transform our society for an actual sustainable growth. Do you want to be part of this revolution? Learn more about how quantum innovations can change the world and how you can get involved below.