All Projects → quantumlib → OpenFermion-PySCF

quantumlib / OpenFermion-PySCF

Licence: Apache-2.0 License
OpenFermion plugin to interface with the electronic structure package PySCF.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to OpenFermion-PySCF

Openfermion
The electronic structure package for quantum computers.
Stars: ✭ 1,099 (+1346.05%)
Mutual labels:  quantum-computing, quantum-chemistry, quantum-algorithms
Awesome Quantum Software
Curated list of open-source quantum software projects.
Stars: ✭ 647 (+751.32%)
Mutual labels:  quantum-computing, quantum-chemistry, quantum-algorithms
Openfermion Cirq
Quantum circuits for simulations of quantum chemistry and materials.
Stars: ✭ 258 (+239.47%)
Mutual labels:  quantum-computing, quantum-chemistry, quantum-algorithms
Openfermion Psi4
OpenFermion plugin to interface with the electronic structure package Psi4.
Stars: ✭ 63 (-17.11%)
Mutual labels:  quantum-computing, quantum-chemistry, quantum-algorithms
IBM-Quantum-QCE20-Tutorials
Repository of code notebooks for tutorials at IEEE Quantum Week (QCE20) https://qce.quantum.ieee.org/tutorials/
Stars: ✭ 38 (-50%)
Mutual labels:  quantum-computing, quantum-chemistry
public research
Publicly available research done by BOHR.TECHNOLOGY.
Stars: ✭ 16 (-78.95%)
Mutual labels:  quantum-computing, quantum-algorithms
learn-qc-with-python-and-qsharp
Companion code for Learn Quantum Computing with Python and Q# Book by Dr. Sarah Kaiser and Dr. Chris Granade 💖
Stars: ✭ 62 (-18.42%)
Mutual labels:  quantum-computing, quantum-algorithms
cirq-on-iqm
Cirq adapter for IQM's quantum computers
Stars: ✭ 21 (-72.37%)
Mutual labels:  quantum-computing, quantum-algorithms
Learnquantum
Repo of resources to help learn about quantum computing.
Stars: ✭ 143 (+88.16%)
Mutual labels:  quantum-computing, quantum-chemistry
qcl
Quantum Computation Language port from http://tph.tuwien.ac.at/~oemer/qcl.html
Stars: ✭ 29 (-61.84%)
Mutual labels:  quantum-computing, quantum-algorithms
cusp cirq demo
Demonstration of CUSP algorithm using Cirq
Stars: ✭ 35 (-53.95%)
Mutual labels:  quantum-computing, quantum-algorithms
QCompress-1
Quantum Autoencoder Implementation using Forest and OpenFermion
Stars: ✭ 20 (-73.68%)
Mutual labels:  quantum-computing, quantum-algorithms
Qml
Introductions to key concepts in quantum machine learning, as well as tutorials and implementations from cutting-edge QML research.
Stars: ✭ 174 (+128.95%)
Mutual labels:  quantum-computing, quantum-chemistry
QuantumCircuitOpt.jl
A Julia/JuMP Package for Optimal Quantum Circuit Design
Stars: ✭ 45 (-40.79%)
Mutual labels:  quantum-computing, quantum-algorithms
Pytket
Python module for interfacing with the CQC t|ket> library of quantum software
Stars: ✭ 162 (+113.16%)
Mutual labels:  quantum-computing, quantum-algorithms
quantumcat
quantumcat is a platform-independent, open-source, high-level quantum computing library, which allows the quantum community to focus on developing platform-independent quantum applications without much effort.
Stars: ✭ 18 (-76.32%)
Mutual labels:  quantum-computing, quantum-algorithms
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (-56.58%)
Mutual labels:  quantum-chemistry, electronic-structure
unitaryhack
Rules and information for the 2021 unitaryHACK event hosted by @unitaryfund
Stars: ✭ 16 (-78.95%)
Mutual labels:  quantum-computing, quantum-algorithms
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (-21.05%)
Mutual labels:  quantum-computing, quantum-algorithms
Quantum-Computing-UK-Repository
This repository contains all of the code found in the quantum computing tutorials at : https://quantumcomputinguk.org.
Stars: ✭ 52 (-31.58%)
Mutual labels:  quantum-computing, quantum-algorithms

OpenFermion-PySCF

OpenFermion is an open source library (licensed under Apache 2) for compiling and analyzing quantum algorithms which simulate fermionic systems. This plugin library allows the electronic structure package PySCF (licensed under BSD-2-Clause) to interface with OpenFermion.

Installation

To start using OpenFermion-PySCF, first install PySCF. Then, to install the latest versions of OpenFermion and OpenFermion-PySCF (in development mode):

git clone https://github.com/quantumlib/OpenFermion-PySCF
cd OpenFermion-PySCF
python -m pip install -e .

Alternatively, to install the latest PyPI releases as libraries (in user mode):

python -m pip install --user openfermionpyscf

Also be sure to take a look at the ipython notebook demo.

How to contribute

We'd love to accept your contributions and patches to OpenFermion-PySCF. There are a few guidelines you need to follow. Contributions to OpenFermion-PySCF must be accompanied by a Contributor License Agreement. You (or your employer) retain the copyright to your contribution, this simply gives us permission to use and redistribute your contributions as part of the project. Head over to https://cla.developers.google.com/ to see your current agreements on file or to sign a new one.

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests. Furthermore, please make sure your new code comes with extensive tests! We use automatic testing to make sure all pull requests pass tests and do not decrease overall test coverage by too much. Make sure you adhere to our style guide. Just have a look at our code for clues. We mostly follow PEP 8 and use the corresponding linter to check for it. Code should always come with documentation.

Authors

Ryan Babbush (Google), Jarrod McClean (Google), Kevin Sung (University of Michigan), Ian Kivlichan (Harvard), Dave Bacon (Google), Yudong Cao (Harvard), Chengyu Dai (University of Michigan), E. Schuyler Fried (Harvard), Craig Gidney (Google), Brendan Gimby (University of Michigan), Pranav Gokhale (University of Chicago), Thomas Häner (ETH Zurich), Tarini Hardikar (Dartmouth), Vojtĕch Havlíček (Oxford), Oscar Higgott (University College London), Cupjin Huang (University of Michigan), Josh Izaac (Xanadu), Zhang Jiang (NASA), Xinle Liu (Google), Sam McArdle (Oxford), Matthew Neeley (Google), Thomas O'Brien (Leiden University), Bryan O'Gorman (UC Berkeley, NASA), Isil Ozfidan (D-Wave Systems), Max Radin (UC Santa Barbara), Jhonathan Romero (Harvard), Nicholas Rubin (Google), Daniel Sank (Google), Nicolas Sawaya (Harvard), Kanav Setia (Dartmouth), Hannah Sim (Harvard), Damian Steiger (ETH Zurich), Mark Steudtner (Leiden University), Qiming Sun (Caltech), Wei Sun (Google), Daochen Wang (River Lane Research), Chris Winkler (University of Chicago) and Fang Zhang (University of Michigan).

How to cite

When using OpenFermion-PySCF for research projects, please cite:

Jarrod R. McClean, Kevin J. Sung, Ian D. Kivlichan, Yudong Cao, Chengyu Dai, E. Schuyler Fried, Craig Gidney, Brendan Gimby, Pranav Gokhale, Thomas Häner, Tarini Hardikar, Vojtĕch Havlíček, Oscar Higgott, Cupjin Huang, Josh Izaac, Zhang Jiang, Xinle Liu, Sam McArdle, Matthew Neeley, Thomas O'Brien, Bryan O'Gorman, Isil Ozfidan, Maxwell D. Radin, Jhonathan Romero, Nicholas Rubin, Nicolas P. D. Sawaya, Kanav Setia, Sukin Sim, Damian S. Steiger, Mark Steudtner, Qiming Sun, Wei Sun, Daochen Wang, Fang Zhang and Ryan Babbush. OpenFermion: The Electronic Structure Package for Quantum Computers. arXiv:1710.07629. 2017.

as well as

Qiming Sun, Timothy C. Berkelbach, Nick S. Blunt, George H. Booth, Sheng Guo, Zhendong Li, Junzi Liu, James McClain, Elvira. R. Sayfutyarova, Sandeep Sharma, Sebastian Wouters and Garnet Kin-Lic Chan. The Python-based Simulations of Chemistry Framework (PySCF). WIREs Compututational Molecular Science. 2017.

We are happy to include future contributors as authors on later OpenFermion releases.

Disclaimer

Copyright 2017 The OpenFermion Developers. This is not an official Google product.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].