Neural network quantum state (NQS) variational Monte Carlo for correlated superconducting nanostructures. Maps quantum dot clusters to particle-number-conserving representations for fermionic NQS-VMC treatment. Identifies trivial singlet, strongly correlated Heisenberg, and critical intermediate regimes. 1D singlet-doublet transitions, 2D robust triplet ground states. Use when studying correlated superconducting systems, quantum dot arrays, or fermionic neural quantum states.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill neural-quantum-state-vqmc-correlated --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Neural Quantum State Vqmc Correlated?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-neural-quantum-state-vqmc-correlated-ai-collection)More formats (shields.io, HTML) on the badges page.
---
name: "neural-quantum-state-vqmc-correlated"
description: "Neural network quantum state (NQS) variational Monte Carlo for correlated superconducting nanostructures. Maps quantum dot clusters to particle-number-conserving representations for fermionic NQS-VMC treatment. Identifies trivial singlet, strongly correlated Heisenberg, and critical intermediate regimes. 1D singlet-doublet transitions, 2D robust triplet ground states. Use when studying correlated superconducting systems, quantum dot arrays, or fermionic neural quantum states."
---
# Neural Quantum State VMC for Correlated Superconducting Nanostructures
Neural network quantum state variational Monte Carlo applied to quantum dot clusters coupled to superconductors. Based on arXiv:2606.04608 (2026).
## Core Methodology
Quantum dot clusters coupled to a common superconductor are analyzed via:
1. **Canonical transformation** to particle-number-conserving representation
2. **Fermionic neural network quantum state (NQS)** variational Monte Carlo
3. **Cross-validation** with exact methods and DMRG
This makes the problem directly accessible to standard fermionic NQS-VMC methods that would otherwise be complicated by particle non-conservation in the superconducting coupling.
## Three Interaction Regimes
| Regime | Description | Dimensional Dependence |
|--------|------------|----------------------|
| Trivial SC singlet | Superconducting pairing dominates | Universal |
| Critical intermediate | Qualitatively different 1D vs 2D | 1D: singlet-doublet sequence; gapless in thermodynamic limit |
| Strongly correlated | Connected to effective Heisenberg model | 2D: robust triplet ground states |
## Key Results
### High-Symmetry Point
Superconducting gap closes at a specific high-symmetry point, corresponding in finite non-interacting systems to **crossings between singlet ground states of different character**.
### 1D Systems
- Sequence of singlet-doublet transitions in intermediate regime
- Becomes **gapless** in thermodynamic limit even for finite Coulomb interaction
### 2D Clusters
- **Robust triplet ground states** found
- NQS-VMC efficiently captures the triplet correlations
### Neural Quantum State Efficiency
Fermionic NQS-VMC provides an **efficient approach** for correlated superconducting nanostructures — more scalable than exact diagonalization, more accurate than mean-field.
## Workflow
```
Quantum dot cluster + superconductor
│
▼
┌─────────────────────────┐
│ Canonical Transformation │ ← Particle-number-conserving rep
└─────────────────────────┘
│
▼
┌─────────────────────────┐
│ Fermionic NQS-VMC │ ← Neural network ansatz for wavefunction
│ │ (Slater determinant × neural correlator)
├─────────────────────────┤
│ Energy minimization │ ← Variational Monte Carlo
│ Phase diagram mapping │
└─────────────────────────┘
│
▼
Phase identification:
- Trivial SC singlet
- Critical intermediate (1D gapless / 2D triplet)
- Strongly correlated (Heisenberg)
```
## Implementation Guide
### Neural Network Ansatz
For fermionic NQS, the wavefunction is typically:
```
Ψ(x) = det(φ_i(r_j)) × NN(r_1, ..., r_N)
```
where the Slater determinant handles fermionic antisymmetry and the neural network captures correlations beyond mean-field.
### VMC Procedure
1. Initialize NQS parameters randomly or with physical prior
2. Sample configurations via Metropolis Monte Carlo
3. Estimate energy and gradients
4. Update parameters via stochastic reconfiguration or Adam
5. Converge and analyze observables
### Validation
Cross-validate NQS-VMC results with:
- Exact diagonalization (small systems)
- DMRG (1D systems)
- Known analytical limits
## Applications
- Design of superconducting quantum dot devices
- Understanding Majorana platforms
- Hybrid quantum systems with correlated electrons
- Benchmarking NQS for fermionic superconducting systems
## Related Skills
- `quantum-neural-states-grand-canonical` — NQS for grand canonical systems
- `fermionic-quantum-processor` — Fermionic quantum computing architectures
- `quantum-statistical-estimation` — Statistical methods for quantum systems
## Activation Keywords
- neural quantum state VMC, fermionic NQS, correlated superconducting
- quantum dot cluster superconductor, singlet-doublet transition
- particle-number-conserving transformation, NQS variational Monte Carlo
- neural-network quantum state, superconducting nanostructure correlationIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!