You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only examples in the repository are in the README (which desperately needs to be updated), and scattered within systems.py. The things in the latter probably shouldn't be in the core package, but can be moved into a separate examples folder.
I should also write some more in-depth actual examples at some point as well, since they're now quite out-of-date.
The text was updated successfully, but these errors were encountered:
The `floq.System` examples `rabi` and `spin` have now been moved into a
separate "examples" folder at the top-level of the repository, because
they oughtn't to be part of the core package. They are still useful for
integration tests, so the tests now import the examples as modules to
test the functionality.
This should simplify some more of the `floq` package structure, and keep
the maintenance cost from becoming too high.
This is the first steps to a proper fixing of #4.
Currently the only examples in the repository are in the README (which desperately needs to be updated), and scattered within
systems.py
. The things in the latter probably shouldn't be in the core package, but can be moved into a separate examples folder.I should also write some more in-depth actual examples at some point as well, since they're now quite out-of-date.
The text was updated successfully, but these errors were encountered: