Back to News
quantum-computing

Do I put time into this?

Reddit r/QuantumComputing (RSS)
Loading...
2 min read
0 likes
⚡ Quantum Brief
An independent developer with eight months of compiler experience has shifted focus toward quantum computing, despite limited formal math training, driven by personal passion for the field. The developer is building a low-level quantum simulation library in NASM assembly, experimenting with qubit and gate operations, and documenting progress as an educational exercise. A hybrid compiler approach is proposed, where quantum-specific code blocks would generate assembly calls to the library, integrating classical and quantum logic within a single workflow. Early-stage work on the project, named "Nytrogen," includes a partial quantum library (qlib) embedded in the compiler, with plans to expand functionality in assembly or C. The effort highlights grassroots innovation in quantum software tools, emphasizing accessibility and hands-on experimentation over traditional academic pathways.
Do I put time into this?

Summarize this article with:

So I have been working on a compiler for about the past 8-9 months and u may be wondering what does this have to do with quantum computing, well the thing is for the past few months quantum computing (will use QC for short) has really caught my attention and I LOVE IT but I am not really the best at math considering my age and what I have learned but I am getting somewhere, anyways I have also been documenting a few things on simulating qubits and gates and other stuff in assembly (nasm in my case) and I thought I could maybe make something that is like a library or sth that is made in either assembly or C but for now I am using assembly idk it just feels nicer but I have started working on it and it's going pretty well and I was even considering making a part of the compiler just be dedicated for generating assembly that sends calls to that library and maybe all that like "quantum code" would be written in a block or sth with braces around it idk but here is my compiler if u wanna see it which contains a small part of the qlib: https://github.com/X12-Cloud/Nytrogen submitted by /u/Tight-Baseball6227 [link] [comments]

Read Original

Tags

government-funding
quantum-computing
quantum-algorithms
quantum-hardware

Source Information

Source: Reddit r/QuantumComputing (RSS)