method-ltrg

Simulate finite-temperature quantum lattice models using the Linearized Tensor Renormalization Group algorithm.

60|92|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/QuantumBFS/quantum.harness --skill method-ltrg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: method-ltrg
Source: https://github.com/QuantumBFS/quantum.harness/tree/main/skills/method-ltrg
Command: npx skills add https://github.com/QuantumBFS/quantum.harness --skill method-ltrg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the computational challenge of simulating finite-temperature thermodynamics for quantum lattice models, providing a robust framework to avoid common pitfalls like sign problems and Trotter errors.

Core Features & Use Cases

  • Thermodynamic Observables: Calculate free energy, internal energy, specific heat, and susceptibility for 1D and 2D quantum systems.
  • Methodological Guidance: Provides expert-curated protocols for Trotter-Suzuki decomposition and boundary contraction using SVD truncation.
  • Use Case: Use this skill to reproduce the finite-temperature thermodynamics of a 1D XY spin chain or a 2D honeycomb Heisenberg model by orchestrating the LTRG contraction loop.

Quick Start

Invoke the method-ltrg skill to guide the setup of a finite-temperature simulation for a specified quantum lattice model and temperature range.

Frequently Asked Questions about method-ltrg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I simulate finite-temperature thermodynamics for a 2D quantum lattice model?

You can calculate thermodynamic observables like free energy and specific heat for 1D and 2D quantum lattice models by orchestrating the Linearized Tensor Renormalization Group contraction loop with boundary tensor contraction.

What is the Linearized Tensor Renormalization Group algorithm used for in quantum physics?

The Linearized Tensor Renormalization Group algorithm is used for finite-temperature simulations of quantum lattice models, providing a framework to calculate thermodynamic properties while avoiding common sign problems and Trotter errors.

How do I calculate specific heat and susceptibility for a 1D XY spin chain?

To calculate specific heat and susceptibility for a 1D XY spin chain, the skill applies Trotter-Suzuki decomposition and SVD truncation to evolve the quantum lattice simulation across a specified temperature range.

Do I need ITensors.jl to perform tensor network simulations of finite-temperature quantum systems?

Yes, you need ITensors.jl for index management, SVD truncation, and gate exponentiation primitives required to perform the tensor network simulations and boundary contractions for finite-temperature quantum systems.

Why does my quantum lattice simulation have Trotter errors and how can I avoid them?

Trotter errors in quantum lattice simulations arise from approximation during decomposition; this skill avoids them by providing expert-curated protocols for Trotter-Suzuki decomposition and SVD truncation during the LTRG contraction loop.