From a820c9334dc7ae4297118edc037e1b07612e313d Mon Sep 17 00:00:00 2001 From: Junfeng Qiao Date: Wed, 14 Feb 2024 16:12:45 +0100 Subject: [PATCH 1/2] Add Wannier.jl & WannierIO.jl --- codes.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/codes.yaml b/codes.yaml index edcdca5..fe1f8ee 100644 --- a/codes.yaml +++ b/codes.yaml @@ -145,3 +145,29 @@ linres: documentation_url: https://bitbucket.org/zeleznyj/wannier-linear-response/wiki/Home title: linres logo: None + +WannierIO.jl: + categories: + - io-auto + metadata: + description: | + A Julia package for reading/writing wannier90 file formats. + title: WannierIO.jl + homepage_url: https://io.wannierjl.org/ + documentation_url: https://io.wannierjl.org/ + sourcecode_url: https://github.com/qiaojunfeng/WannierIO.jl + logo: None + +Wannier.jl: + categories: + - wannier_engines + - tb + - berry + metadata: + description: | + A Julia package for Wannierization and Wannier interpolations. + title: Wannier.jl + homepage_url: https://wannierjl.org/ + documentation_url: https://wannierjl.org/ + sourcecode_url: https://github.com/qiaojunfeng/Wannier.jl + logo: None From 97f533768890106a158484bd95232bdc2f30fe87 Mon Sep 17 00:00:00 2001 From: Junfeng Qiao Date: Wed, 14 Feb 2024 16:53:36 +0100 Subject: [PATCH 2/2] Remove dots to pass schema --- codes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codes.yaml b/codes.yaml index fe1f8ee..be5e856 100644 --- a/codes.yaml +++ b/codes.yaml @@ -146,7 +146,7 @@ linres: title: linres logo: None -WannierIO.jl: +WannierIOjl: categories: - io-auto metadata: @@ -158,7 +158,7 @@ WannierIO.jl: sourcecode_url: https://github.com/qiaojunfeng/WannierIO.jl logo: None -Wannier.jl: +Wannierjl: categories: - wannier_engines - tb