GTorlai / PastaQ.jl

Package for Simulation, Tomography and Analysis of Quantum Computers
Apache License 2.0
141 stars 23 forks source link

Rewrite all examples in the `Literate` format #273

Open GTorlai opened 2 years ago

GTorlai commented 2 years ago
mtfishman commented 2 years ago

Any chance you've tried Weave?

GTorlai commented 2 years ago

I did not try it. But Literate works pretty well. Any specific reason you prefer one above the other?

mtfishman commented 2 years ago

No, I haven't really used either one. Whenever I've looked into this sort of thing I've come across both and didn't really understand the difference between the two. There is some discussion here: https://discourse.julialang.org/t/ann-literate-jl/10651/15

Just thought it was good to bring up the options before committing a lot of work to one or the other, in case there was some feature one had that the other didn't that we would miss out on.