Dear everyone!
I am about to take OSSU Computer Science, and after that going to go further with quantum computing, my question is, when I have taken the juliaacademy introduction to Julia language for programmers course, where can I learn further about complex topics like computer science for example doing research on current avaliable algorithms, find weakness and errors in them so then, I can create new algorithms in julia fixing weaknesses and errors, and also doing research about other computer science topics, after a while when also learned quantum information science, I would like to do quantum computing in Julia too, is there any way to learn needed topics and packages for julia so then I can do scientific computing in Julia in computer science and quantum computing topics? Thank you for all answers in advance!
Dominik
1 Like
Welcome to the Julia community!
I know QUBO.jl for quantum computing. I don’t know much about other aspects.
You might be interested in last years JuliaCon keynote https://www.youtube.com/watch?v=3IKqUGN3BKI
I’m currently using yao.jl for my project (variational algorithms). You might want to play around with it, especially if you are interested in gate based quantum computing.