-
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.
Initial checkin to the public repository
- Loading branch information
0 parents
commit d03bcc9
Showing
482 changed files
with
593,905 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Files and directories produced during runs | ||
distributions/* | ||
plots/* | ||
logs/* | ||
|
||
# Files and directories produced when generating documentation | ||
docs/html/* | ||
docs/doxygen_* | ||
|
||
# Object files | ||
obj/*.o | ||
obj/test/*.o | ||
|
||
# Executables | ||
/generate_distribution | ||
/generate_linear_distribution | ||
/generate_linear_distribution_rsa | ||
/generate_diagonal_distribution | ||
/filter_distribution | ||
/solve_distribution | ||
/solve_linear_distribution | ||
/solve_linear_distribution_shor | ||
/solve_diagonal_distribution_shor | ||
/info_distribution | ||
/info_linear_distribution | ||
/info_diagonal_distribution | ||
/plot_distribution | ||
/plot_linear_distribution | ||
/plot_diagonal_distribution | ||
/estimate_runs_distribution | ||
/estimate_runs_linear_distribution | ||
/sample_distribution | ||
/sample_linear_distribution | ||
/sample_diagonal_distribution | ||
/compare_distributions | ||
/compare_linear_distributions | ||
/compare_diagonal_distributions | ||
/rsa_simulate_tau | ||
/test | ||
|
||
# Hidden files | ||
.DS_Store | ||
.fuse_hidden* | ||
.vscode/* | ||
|
||
# Slurm and batch scripts | ||
/slurm-*.out | ||
/slurm-*.err | ||
/*.sh |
Oops, something went wrong.