Difference between revisions of "Prune subgraphs.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Fix lead description from MATLAB header (folding/hyphenation pass))
(Normalise sequential blank lines)
Line 31: Line 31:
 
* [[min_int_type.m]]
 
* [[min_int_type.m]]
 
* [[Kernel_utilities]]
 
* [[Kernel_utilities]]
 
 
  
 
''Version 2.11, authors: [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Ilya Kuprov]]''

Revision as of 12:29, 25 April 2026

Removes subgraphs that are contained entirely within other subgraphs.

Syntax

            subgraphs=prune_subgraphs(subgraphs)

Arguments

       subgraphs - [ngraphs x nspins] logical array
                   with 1 when a spin belongs to a
                   subgraph and 0 otherwise

Outputs

       subgraphs - [ngraphs x nspins] logical array
                   with 1 when a spin belongs to a
                   subgraph and 0 otherwise

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

Version 2.11, authors: Ilya Kuprov