Skip to content

Commit

Permalink
add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed May 27, 2024
1 parent 7bd6680 commit d0c7bc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
SpinMonteCarlo = "71c4a2d3-ecf8-5cd9-ab6a-09a504837b4f"
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
push!(LOAD_PATH, "../src")

using Documenter
using SpinMonteCarlo

Expand Down
5 changes: 5 additions & 0 deletions src/observables/simplevector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ end
merge(lhs::SimpleVectorObservable, rhs::SimpleVectorObservable) = merge!(deepcopy(lhs), rhs)

export SimpleVectorObservableSet
"""
SimpleObservableSet
Alias of `MCObservableSet{SimpleVectorObservable}`.
"""
const SimpleVectorObservableSet = MCObservableSet{SimpleVectorObservable}

function merge!(obs::SimpleVectorObservableSet, other::SimpleVectorObservableSet)
Expand Down

0 comments on commit d0c7bc7

Please sign in to comment.