All Projects → issp-center-dev → DCore

issp-center-dev / DCore

Licence: other
DMFT software for CORrelated Electrons

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to DCore

iqsharp
Microsoft's IQ# Server.
Stars: ✭ 112 (+202.7%)
Mutual labels:  quantum
emperor-os
(new released v2.5 LTS.2022-06-25) It has focused on developing an All in One operating system for programming, designing and data science.Emperor-OS has over 500 apps and important tools
Stars: ✭ 32 (-13.51%)
Mutual labels:  quantum
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 (+67.57%)
Mutual labels:  quantum
libra-code
quantum-dynamics-hub.github.io/libra/index.html
Stars: ✭ 33 (-10.81%)
Mutual labels:  quantum
TrulyQuantumChess
A game of truly quantum chess, with interference, entanglement, etc.
Stars: ✭ 77 (+108.11%)
Mutual labels:  quantum
qp2
Quantum Package : a programming environment for wave function methods
Stars: ✭ 37 (+0%)
Mutual labels:  quantum
quantumjava
Samples related to "Quantum Computing for Java Developers"
Stars: ✭ 86 (+132.43%)
Mutual labels:  quantum
molml
A library to interface molecules and machine learning.
Stars: ✭ 57 (+54.05%)
Mutual labels:  quantum
Quantum-Computer-Simulator-with-Algorithms
C++ simulator of quantum registers and quantum algorithms
Stars: ✭ 15 (-59.46%)
Mutual labels:  quantum
QM-Simulator-2D
Interactive simulation of a quantum particle in 2D.
Stars: ✭ 17 (-54.05%)
Mutual labels:  quantum
Quantum-Computing-Resources
This repository contains the best resources for learning practical quantum computing. This repository will be updated frequently.
Stars: ✭ 60 (+62.16%)
Mutual labels:  quantum
prune-horst
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 23 (-37.84%)
Mutual labels:  quantum
NeuralQuantum.jl
Neural-Network representation of Quantum Systems
Stars: ✭ 33 (-10.81%)
Mutual labels:  quantum
SchrodingerWellPython
2D 3D Time independent FDM Schrodinger equation solver for arbitrary shape of well
Stars: ✭ 21 (-43.24%)
Mutual labels:  quantum
algorithm-zoo
Implementations of algorithms from http://quantumalgorithmzoo.org/
Stars: ✭ 17 (-54.05%)
Mutual labels:  quantum
unitaryhack
Rules and information for the 2021 unitaryHACK event hosted by @unitaryfund
Stars: ✭ 16 (-56.76%)
Mutual labels:  quantum
gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 67 (+81.08%)
Mutual labels:  quantum
QuantumOptics.jl-examples
Examples for QuantumOptics.jl
Stars: ✭ 16 (-56.76%)
Mutual labels:  quantum
quantum-php-project
Quantum PHP Project
Stars: ✭ 39 (+5.41%)
Mutual labels:  quantum
IonSim.jl
a simple tool for simulating trapped ion systems
Stars: ✭ 46 (+24.32%)
Mutual labels:  quantum

Build Status

DCore

DCore is aimed at model calculations and ab-initio calculations by the dynamical mean-field theory (DMFT). This package consists of programs with text-based and hdf5-based interface. These programs enable users to perform DMFT calculations and analyze results without writing computer code. ALPS and TRIQS impurity solvers are supported.

Install

> pip3 install dcore

Documentation

https://issp-center-dev.github.io/DCore/index.html

See the the link above for documentations including installation, tutorial, reference manual, and FAQ/Troubleshooting.

Related paper

Technical details are described in the following paper:

  • "DCore: Integrated DMFT software for correlated electrons",
    H. Shinaoka, J. Otsuki, M. Kawamura, N. Takemori, K. Yoshimi,
    SciPost Phys. 10, 117 (2021)

Run tests (only for developers)

> pytest tests/non-mpi/*/*.py
> mpirun -np 2 pytest tests/mpi/*/*.py
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].