Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
> The question to me is how much extra effort this would take. I reckon that it could be sometimes easier to immediately label sites during construction rather than taking...
Ok, I realize currently you are doing this by copying `juliapkg-dev.json` to `juliapkg.json` in CI... So it has to live next to the module `__init__.py` file? Or I'm missing something?...
Or maybe should set `upgrade` to `False` by default? https://github.com/cjdoris/pyjuliapkg/blob/main/src/juliapkg/deps.py#L240
> Is there anything in particular that Jill does that JuliaPkg doesn't that you'd like? Jill downloads the julia binary from the closest Julia mirror instead of always downloading it...
FYI https://github.com/Roger-luo/IonCLI.jl e.g ```sh ion install julia 1.5 ion install julia 1.4 ion activate 1.5 ion activate 1.4 ``` it's a binary built with pure Julia ;-)
For reference a good starting point is to look at the schema translation project for IBM Q: https://github.com/QuantumBFS/YaoBlocksQobj.jl and for OpenQASM: https://github.com/QuantumBFS/YaoBlocksQASM.jl
Please also feel free to ask questions in Julia slack at #yao-dev channel or just post issues under Yao's repo.
Thanks @ruihao-li It looks quite nice, it would be nicer if you could setup a CI and write some tests for the package, so we can know the detailed interface...
No, I think the current test looks good already, I just want to make sure the test coverage is high enough. I think since now Julia has weakdeps, it might...
@ruihao-li please feel free to tag me to transfer the repo to Yao org, we might be able to accept it as part of a Yao extension since the implementation...