Kevin J. Sung

Results 127 comments of Kevin J. Sung

This issue really applies to the Chinese languages in general, not just Cantonese. It's related to the issue I raise at https://github.com/Suyash458/WiktionaryParser/pull/85#issuecomment-982766291.

I've tested that this works. @Suyash458 can you consider merging this after @claw89 fixes the conflicts?

Actually, upon further testing I have found an issue: not all possible pronunciations are fetched. As an example, consider the query word `得`. In this case, there are three definitions...

This issue probably can't be fixed without also addressing https://github.com/Suyash458/WiktionaryParser/issues/9.

We can either: 1. Leave `__eq__` unimplemented. 2. Make it mean that the terms dictionaries have the same keys, which are mapped to the exact same values. I lean towards...

I've often wondered the same thing. I think we should get rid of it and just have `openfermion` at the top level. @babbush can jump in if he objects.

Sometimes you might want a set of rotation angles to be constrained in a more complicated way than just being the same. For example, if you want to use the...

The specification of which gates should be parameterized will need to be more expressive than simply specifying the type of gate. We might want certain CZ gates to be parameterized...

We don't need to stick to qcircuit; perhaps [qpic](https://github.com/qpic/qpic) might be more suitable. I haven't tried it out though.

You should definitely submit the algorithmic part of your generalized swap network code separately from any LaTeX diagramming code.