Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overhaul of input-output functionality #87

Merged
merged 11 commits into from
Sep 28, 2021
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Lerche = "d42ef402-04e6-4356-9f73-091573ea58dc"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogicCircuits = "a7847b3b-b7f1-4dd5-83c3-60e0aa0f8599"
Expand Down Expand Up @@ -36,6 +37,7 @@ Clustering = "0.14"
DataFrames = "0.21, 0.22, 1.2"
DataStructures = "0.17, 0.18"
Distributions = "0.25"
Lerche = "0.5"
LightGraphs = "1.3"
LogicCircuits = "0.2.4"
LoopVectorization = "0.8.20, 0.11, 0.12"
Expand Down
11 changes: 0 additions & 11 deletions src/LoadSave/LoadSave.jl

This file was deleted.

121 changes: 0 additions & 121 deletions src/LoadSave/circuit_line_compiler.jl

This file was deleted.

140 changes: 0 additions & 140 deletions src/LoadSave/circuit_loaders.jl

This file was deleted.

Loading