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

Update index.md #135

Merged
merged 1 commit into from
Jun 28, 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
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ Currently, our library supports the following electronic structure methods:

# Components
- [Analytic Continuation](gx_ac.md)
- [LAPW component](gx_lapw.md)
- [PAW component](gx_paw.md)
- [Plane-wave component](gx_planewave.md)
- [LAPW component ](gx_lapw.md)
- [Numerical-orbital component ](gx_localized_basis.md)
- [Time-Frequency component](gx_time_frequency.md)
- [Common component](gx_common.md)
- [q=0 Coulomb component](gx_q0.md)
- [Minimax Time-Frequency](gx_time_frequency.md)


# Technical Details
GreenX is written in Fortran 2008. The functionality needed for testing and error handling is written in C and Python. In the following we provide a few more details for current and future developers of GreenX.
Expand Down
Loading