method-qmc

Select and configure SSE or AFQMC methods for quantum many-body systems.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a rigorous framework for selecting and executing quantum Monte Carlo (QMC) methods, helping researchers navigate the complexities of sign problems, method selection, and software toolchains for quantum many-body systems.

Core Features & Use Cases

  • Method Selection: Guides the choice between Stochastic Series Expansion (SSE) for sign-free lattice models and Auxiliary-Field QMC (AFQMC) for interacting fermions.
  • Workflow Orchestration: Manages the pipeline for plane-wave solids using Quantum ESPRESSO and QMCPACK, including pseudopotential consistency and twist-averaging.
  • Use Case: A researcher studying the ground state of a repulsive Hubbard model can use this skill to determine whether to use the pedagogical CPMC-Lab or transition to production-grade codes like ipie, ensuring correct Trotter extrapolation and constraint-bias control.

Quick Start

Use the method-qmc skill to select the appropriate QMC route and setup parameters for your specific quantum many-body Hamiltonian.

Frequently Asked Questions about method-qmc

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

FAQPage Schema
How do I choose between SSE and AFQMC for quantum Monte Carlo simulations?

Quantum Monte Carlo method selection depends on your system: SSE suits sign-free lattice models like the Hubbard model, while AFQMC handles interacting fermions in ab-initio solid-state simulations.

What is the best way to manage constraint-bias in auxiliary-field QMC?

Managing constraint-bias in auxiliary-field QMC requires rigorous implementation protocols to control phaseless approximations, ensuring accurate ground-state targets for interacting fermion systems.

How do I perform Trotter extrapolation in many-body quantum simulations?

Trotter extrapolation in quantum simulations involves systematically reducing the time step to project onto the ground state, requiring statistical verification to ensure finite-temperature targets.

Can I use quantum Monte Carlo for plane-wave solids with Quantum ESPRESSO and QMCPACK?

Yes, you can orchestrate QMC workflows for plane-wave solids by integrating Quantum ESPRESSO for DFT calculations and QMCPACK for production-grade simulations, ensuring pseudopotential consistency and twist-averaging.

When should I transition from pedagogical CPMC-Lab to production-grade ipie for AFQMC?

Transition from CPMC-Lab to production-grade ipie for AFQMC when moving from pedagogical Hubbard model studies to large-scale interacting fermion simulations requiring advanced constraint-bias management.

Does the sign problem affect all quantum Monte Carlo methods for many-body systems?

The sign problem affects specific quantum Monte Carlo methods; SSE avoids it for sign-free lattice models, while AFQMC manages it through constraint-bias control for interacting fermions.