Eileen Kuehn

Results 3 issues of Eileen Kuehn

The installation of Qulacs via `pip install qulacs` does not work for MacOS 10.14.x. ``` Collecting qulacs Downloading Qulacs-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.2 MB) |████████████████████████████████| 1.2 MB 3.0 MB/s Installing collected packages: qulacs...

In #44 there was the question how code that is repeatedly used in documentation files could be reused. See metronome example in about (https://github.com/MaineKuehn/usim/blob/dff719c209ba8d275cd1133a0c447a361fce4486/usim/__about__.py#L15), index.rst (https://github.com/MaineKuehn/usim/blob/master/docs/index.rst) and README.rst (https://github.com/MaineKuehn/usim/blob/master/README.rst).

The documentation does not seem to show inherited methods from super classes. This should be improved as one cannot work with the documentation itself but requires the actual code to...

bug