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 initial exact exchange implementation #942

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update silicon_exx.jl
mfherbst authored Jan 4, 2024
commit 79629f21f1bcb228b470667636e82a1523b2dddd
2 changes: 1 addition & 1 deletion examples/silicon_exx.jl
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ atoms = [Si, Si]
positions = [ones(3)/8, -ones(3)/8]

model = model_PBE(lattice, atoms, positions)
basis = PlaneWaveBasis(model; Ecut=30, kgrid=[1, 1, 1])
basis = PlaneWaveBasis(model; Ecut=20, kgrid=[1, 1, 1])
scfres = self_consistent_field(basis; tol=1e-6)

# Run hybrid-DFT tuning some DFTK defaults