diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index aa098c9..ee7e0a3 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-26T16:38:13","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-27T03:46:35","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 932bd6d..c4f32e5 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · PartitionedMPSs.jl

PartitionedMPSs

Documentation for PartitionedMPSs.

PartitionedMPSs.ProjectorType

A projector represents a projection of a tensor from a set of its indices to integers. Each index is projected to a positive integer.

source
Base.:&Method

a & b represents the intersection of the indices that a and b are projected at.

source
Base.:+Method

Add two PartitionedMPS objects.

If the two projects have the same projectors in the same order, the resulting PartitionedMPS will have the same projectors in the same order. By default, we use directsum algorithm to compute the sum and no truncation is performed.

source
Base.:<Method

a < b means that a is projected at a subset of the indices that b is projected at.

source
Base.:|Method

a | b represents the union of the indices that a and b are projected at.

If a is projected at inds=1 and b is not projected for the same inds, then a | b is not projected for inds.

source
Base.getindexMethod

Indexing for PartitionedMPS. This is deprecated and will be removed in the future.

source
Base.keysMethod

Return the keys, i.e., projectors of the PartitionedMPS.

source
Base.valuesMethod

Return the values, i.e., SubDomainMPS of the PartitionedMPS.

source
PartitionedMPSs._add_patchingMethod

Add multiple SubDomainMPS objects on the same projector.

If the bond dimension of the result reaches maxdim, perform patching recursively to reduce the bond dimension.

source
PartitionedMPSs.adaptivecontractFunction

Perform contruction of two PartitionedMPS objects.

The SubDomainMPS objects of each PartitionedMPS do not overlap with each other. This makes the algorithm much simpler

source
PartitionedMPSs.projectMethod

Project the LazyContraction object to prj before evaluating it.

This may result in projecting the external indices of a and b.

source
PartitionedMPSs.siteindicesMethod

Return the site indices of the PartitionedMPS. The site indices are returned as a vector of sets, where each set corresponds to the site indices at each site.

source
+Home · PartitionedMPSs.jl

PartitionedMPSs

Documentation for PartitionedMPSs.

PartitionedMPSs.ProjectorType

A projector represents a projection of a tensor from a set of its indices to integers. Each index is projected to a positive integer.

source
Base.:&Method

a & b represents the intersection of the indices that a and b are projected at.

source
Base.:+Method

Add two PartitionedMPS objects.

If the two projects have the same projectors in the same order, the resulting PartitionedMPS will have the same projectors in the same order. By default, we use directsum algorithm to compute the sum and no truncation is performed.

source
Base.:<Method

a < b means that a is projected at a subset of the indices that b is projected at.

source
Base.:|Method

a | b represents the union of the indices that a and b are projected at.

If a is projected at inds=1 and b is not projected for the same inds, then a | b is not projected for inds.

source
Base.getindexMethod

Indexing for PartitionedMPS. This is deprecated and will be removed in the future.

source
Base.keysMethod

Return the keys, i.e., projectors of the PartitionedMPS.

source
Base.valuesMethod

Return the values, i.e., SubDomainMPS of the PartitionedMPS.

source
PartitionedMPSs._add_patchingMethod

Add multiple SubDomainMPS objects on the same projector.

If the bond dimension of the result reaches maxdim, perform patching recursively to reduce the bond dimension.

source
PartitionedMPSs.adaptivecontractFunction

Perform contruction of two PartitionedMPS objects.

The SubDomainMPS objects of each PartitionedMPS do not overlap with each other. This makes the algorithm much simpler

source
PartitionedMPSs.projectMethod

Project the LazyContraction object to prj before evaluating it.

This may result in projecting the external indices of a and b.

source
PartitionedMPSs.siteindicesMethod

Return the site indices of the PartitionedMPS. The site indices are returned as a vector of sets, where each set corresponds to the site indices at each site.

source