Alice's Quantum Physics Simulator Team

Alice "The Quantum Queen" (Team Lead)

A certified genius, and occasional chaos magician.

Featured Works:

See more papers

Quantum Physics Simulator (1986)

A groundbreaking work that redefined the boundaries of theoretical physics.

View Source Code
/* CSS */ body { background-color: #ff69b4; font-family: Arial, sans-serif; } .title { font-size: 36px; color: #ffffff; border-bottom: 4px solid #000000; } .profile-picture { border: 4px solid #000000; } .team-member { padding: 10px; background-color: #ccccff; border: 1px solid #000000; } .list { list-style: none; margin: 0; padding: 0; } .list-item { padding: 10px; background-color: #ccccff; border: 1px solid #000000; } .button { background-color: #000000; color: #ffffff; border: 2px solid #000000; padding: 10px 20px; } .link { background-color: #000000; color: #ffffff; padding: 10px 20px; border: 2px solid #000000; }