Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DFTK as ab initio code #5

Merged
merged 3 commits into from
Feb 21, 2024
Merged
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
13 changes: 13 additions & 0 deletions codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,3 +453,16 @@ dynamics-w90:
documentation_url: https://github.com/michaelschueler/dynamics-w90/wiki
sourcecode_url: https://github.com/michaelschueler/dynamics-w90
logo: https://user-images.githubusercontent.com/53534090/197502799-cdeefb8c-6de6-4f3b-b52c-17af09db9849.svg

DFTK:
categories:
- ab-initio_engines
- dmft
metadata:
description: |
The density-functional toolkit, DFTK for short, is a collection of Julia routines for plane-wave density-functional theory (DFT). The unique feature of this code is its emphasis on composability and flexibility with the goal of facilitating algorithmic and numerical developments as well as interdisciplinary collaboration in solid-state research.
sourcecode_url: https://github.com/JuliaMolSim/DFTK.jl/
homepage_url: https://dftk.org
documentation_url: https://docs.dftk.org/
title: DFTK
logo: https://raw.githubusercontent.com/JuliaMolSim/DFTK.jl/bb8bf8bb861bb9f29e27a7033d7ae65cf3a7344e/docs/logo/DFTK_2000x1000.png
Loading