Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions templates/default_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Basis Downfolding Template"
description: "Template for repositories related to basis downfolding techniques as described in arXiv:1502.04698."
---

# Basis Downfolding

[arXiv:1502.04698](https://arxiv.org/abs/1502.04698) describes a method for "folding" correlations from Hamiltonians in larger basis sets into Hamiltonians in smaller basis sets. Thus, this is a method for obtaining minimal basis sets with accuracy much higher than something like STO-6G. The technique essentially seeks an effective Hamiltonian which describes ground states with more accuracy than would be possible with the usual Galerkin formulation. This technique seems especially important for quantum computers since most experiments are limited to a very small numbers of qubits.

## Overview

- **Objective**: Implement and explore the basis downfolding method.
- **Applications**: Quantum computing, small qubit experiments.
- **Key Concepts**: Effective Hamiltonian, Galerkin formulation, minimal basis sets.

Loading