Skip to content

Commit f89c379

Browse files
author
Jack Dunham
committed
Merge branch 'network_solvers' of https://github.com/jack-dunham/ITensorNetworks.jl into network_solvers
2 parents 340d805 + 6a8cdb1 commit f89c379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/adapters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IncrementOnly(adapter::IncrementOnly) = adapter
1919
"""
2020
struct EachRegion{SweepIterator} <: AbstractNetworkIterator
2121
22-
Adapter that flattens the each region iterator in the parent sweep iterator into a single
22+
Adapter that flattens each region iterator in the parent sweep iterator into a single
2323
iterator, returning `region => kwargs`.
2424
"""
2525
struct EachRegion{SI<:SweepIterator} <: AbstractNetworkIterator

0 commit comments

Comments
 (0)