-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
24 lines (24 loc) · 822 Bytes
/
CITATION.cff
File metadata and controls
24 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "qvartools: Quantum Variational Toolkit"
type: software
authors:
- name: George Chang
version: 0.0.0
date-released: "2026-03-26"
license: MIT
repository-code: "https://github.com/QuantumNoLab/qvartools"
keywords:
- quantum chemistry
- variational methods
- neural quantum states
- normalizing flows
- Krylov methods
- quantum diagonalization
- sample-based quantum diagonalization
abstract: >-
A unified Python package for quantum variational methods applied to
molecular ground-state energy estimation. Consolidates normalizing-flow
guided neural quantum states (NF-NQS), sample-based quantum
diagonalization (SQD), and sample-based Krylov quantum diagonalization
(SKQD) into reusable, well-scoped modules.