Skip to content

Commit

Permalink
Added Dates to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leespen1 committed Mar 31, 2024
1 parent 373c675 commit 0792b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
Expand Down
3 changes: 2 additions & 1 deletion src/QuantumGateDesign.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module QuantumGateDesign


import LinearMaps, IterativeSolvers, Plots, Ipopt, ForwardDiff, LinearAlgebra, BenchmarkTools, SparseArrays
import LinearMaps, IterativeSolvers, Plots, Ipopt, ForwardDiff, LinearAlgebra
import BenchmarkTools, SparseArrays, Dates
using LinearAlgebra: mul!, axpy!, dot, tr, norm

# Export derivative computation functions
Expand Down

0 comments on commit 0792b1b

Please sign in to comment.