-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(theboss): Work in progress on refactoring theboss. * refactor(theboss): Refactor of the boson sampling utilities. * refactor(theboss): Remove quantum computation utilities tests as they don't test anything now. * refactor(theboss): Add boson sampling utilities tests file. * refactor(theboss): Add tests for boson sampling utilities. Fix problems in related files. * refactor(theboss): Add initial version of fixed non-uniform losses approximation strategy. Black whole project. * fix(interface): Fix the interface issues by making some of the interfaces more general. * fix(permanents): Fix classical permanent calculator after the quantum utilities script refactor. * fix(permanents): Fix the tests after the quantum utilities script refactor. * refactor(typehints): Fix typehints in most of the files. * feat(tests): Add test for the non-uniform losses strategies. * refactor(tests): Add comments and fix typehints in the tests. * update(version): Update theboss version to 3.0.0 Co-authored-by: Tomasz Rybotycki <[email protected]>
- Loading branch information
Showing
40 changed files
with
2,329 additions
and
816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setup( | ||
name="theboss", | ||
version="2.1.1", | ||
version="3.0.0", | ||
author="Tomasz Rybotycki", | ||
author_email="[email protected]", | ||
long_description=long_description, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.