Duong H. D.

Results 18 comments of Duong H. D.

> Are you able to run autogpt with the run script? Previously I wasn't able to launch Auto-GPT smoothly. In such a case, that will produce the failed test. After...

@quantumjim @mtreinish I want to try this, but I want to make it clear first. 1. Do we need to add ``minimal_cycle_basis`` module written in Rust? 2. Should I add...

@mtreinish yes, sure!

I have the same issue as @maveryKearney. The problem is in `echo \ "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \ "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \ sudo tee /etc/apt/sources.list.d/docker.list...

> It looks like there is an error in the parser: > > `ERROR: /home/runner/work/Cirq/Cirq/cirq-core/cirq/contrib/qasm_import/_parser.py:508: Symbol 'qreg' used, but not defined as a token or a rule` > > Also,...

> Not a maintainer here. My understanding of https://github.com/Qiskit/rustworkx/blob/main/CONTRIBUTING.md is that you should add tests for this new functionality I ran the existing tests and thought these were enough. Let...

I have added new tests and modified the `token_swapper` rust core, wrapper, stub. Thank you for reminding me @1ucian0

For convenience, I think I need to explain my idea why I perform the subgraph creation and the lifted graph construction as in the `minimum_cycle_basis.rs` so that you can find...

I have added some modifications based on your advice. However, I don't think my approach using the new trait `EdgeWeightToNumber` is a good idea. I will try to generalize the...

I have modified the functions in `minimum_cycle_basis.rs` so that they are able to take `weight_fn` that returns `Result`. By this, I guess we can deal with more general weights (e.g...