Skip to content

Commit

Permalink
using StaticArrays
Browse files Browse the repository at this point in the history
  • Loading branch information
Leticia-maria committed Nov 24, 2023
1 parent 714e30d commit 8a0ddbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
abstract type AbstractBasisSet end

struct GaussianBasisSet <: AbstractBasisSet
R::Matrix{Float64}
R::SMatrix{1, 3, Float64}
α::Matrix{Float64}
d::Matrix{Float64}
N::Matrix{Float64}
Expand Down

0 comments on commit 8a0ddbf

Please sign in to comment.