Second release of 2022 with BSE calculations, updated optim scripts #55
sblisesivdin
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the second release of
gpaw-tools
in 2022. The most important feature which is added in this release is the Bethe Salpeter Equation (BSE) solution. Users can choose RPA or BSE for the optical calculations. Because the parallelization of the optical calculations is different from the electronic calculations, we can not use the optical calculations ingpawsolve.py
with mpirun successfully. If you have large cells and need performance, you must write your script and use GPAW purely. Also, a new optimization script that uses k-point density instead of k-point number is added. Other optimization scripts are updated. Because new keywords are added in this release, we suggest a full update your all machines that have previous versions.We are also kindly asking you to help us with your issues and pull requests. We have only one rule, try to keep it simple for broad-spectrum users.
Thank you for trying and helping to `gpaw-tools to make it better.
Release notes
optimize_kptsdensity.py
for k-point density optimization instead of k-point number optimization.optimize_cutoff.py
,optimize_kpoints.py
andoptimize_latticeparam.py
havexc_used
in parameters list.opttype
,optshift
,optBSEvb
,optbsecb
,optBSEminEn
,optBSEmaxEn
,optbsenumdata
Si-2atoms-optical
example is now running for both RPA and BSE. Previously, its calculation has 2 steps, now 3 steps.This discussion was created from the release Second release of 2022 with BSE calculations, updated optim scripts.
Beta Was this translation helpful? Give feedback.
All reactions