-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate changes of noise aware simulation (#126)
Co-authored-by: Thomas Grurl <Thomas.Grurl@fh-hagenberg.at> Co-authored-by: Lukas Burgholzer <lukas.burgholzer@jku.at> Co-authored-by: burgholzer <burgholzer@me.com>
- Loading branch information
1 parent
933c666
commit fa019ea
Showing
13 changed files
with
1,167 additions
and
66 deletions.
There are no files selected for viewing
Submodule dd_package
updated
15 files
+47 −46 | CMakeLists.txt | |
+0 −0 | README.md | |
+1 −1 | extern/googletest | |
+8 −0 | include/dd/Complex.hpp | |
+3 −9 | include/dd/ComplexNumbers.hpp | |
+12 −0 | include/dd/ComplexTable.hpp | |
+6 −3 | include/dd/ComputeTable.hpp | |
+90 −0 | include/dd/DensityNoiseTable.hpp | |
+26 −0 | include/dd/Edge.hpp | |
+178 −7 | include/dd/Node.hpp | |
+418 −149 | include/dd/Package.hpp | |
+9 −25 | include/dd/StochasticNoiseOperationTable.hpp | |
+9 −1 | include/dd/UniqueTable.hpp | |
+0 −0 | test/CMakeLists.txt | |
+315 −34 | test/test_package.cpp |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.