Spectra of Non-Equilateral Graphs

MeGraPDE.QuantumGraphSpectra.approx_lowest_levelFunction
approx_lowest_level(Γ::MetricGraph, h_min::Number; Q=2)

Compute eigenvalue approximations by equilateral ceil and floor approximations of the first 'Q' eigenvalues at the lowest discretization level 'h_min' in the nested iteration.

MeGraPDE.QuantumGraphSpectra.H_matrixFunction
H_matrix(z::Number, Γ::MetricGraph)

Compute H(z) for a metric graph 'Γ'.

H_matrix(z::Number, bfN::SparseMatrixCSC, ℓ_vec::Vector)

Compute H(z) for a graph with incidence matrix 'Inc' and edge length 'ℓ_vec'.