Skip to content

Commit

Permalink
Deploy to GitHub Pages: db30bf0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 13, 2024
1 parent 0e45dc0 commit 36578d2
Show file tree
Hide file tree
Showing 5 changed files with 746 additions and 1 deletion.
107 changes: 107 additions & 0 deletions codes/linres.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!doctype html>



<html lang="en">

<head>
<meta charset="utf-8">

<title></title>
<meta name="description" content="">

<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">

<link rel="stylesheet" href="../static/css/style.css">
<link rel="shortcut icon" type="image/svg+xml" href="../static/img/ecosystem-logo.png">


<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>

<header id='entrytitle' style="background-color: #000; margin: 0; padding: 5px 20px 25px 20px;">
<h1>
<img src="../static/img/ecosystem-logo.png" width="140px" style="width: 140px; vertical-align: middle;">&nbsp;&nbsp;
<a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>
</h1>
<p style="font-size: 90%;"><a href="http://github.com/wannier-developers/wannier-ecosystem-registry" style="color: #999;">[View on GitHub/register your code]</a> </p>
</header>


<div style="max-width: 1200px; margin: auto;">

<main>
<p></p>
<p class="go-back"><a href="../index.html">&lt; Go back to the list of codes</a></p>

<div class="submenu-entry">
<div class="submenu-img">

<img src="None" alt="linres">

</div>
<div class="code-card-text">
<h1>linres</h1>
<p class="sub-header">


<span class="category">Tight-binding</span>

<span class="category">Berryology and topology</span>


</p>
</div>
</div>

<h2>General information</h2>





<p>
<strong>Documentation</strong>: <a href="https://bitbucket.org/zeleznyj/wannier-linear-response/wiki/Home" target="_blank">Go to code documentation</a>
<p>


<h2>
Detailed information
</h2>

<div id='description'>
<p>
<strong>Source code:</strong> <a href="">https://bitbucket.org/zeleznyj/wannier-linear-response/src/master/</a>
</p>
<p>
<strong>Short description</strong>: Code for calculating linear response properties based on tight-binding Hamiltonians. It is mainly used with tight-binding Hamiltonians obtained from wannier90 or from the FPLO DFT code but any tight-binding can be used. A python program for generating sd models that is also interfaced to the linear response code is also included. The code utilizes Kubo formula with constant Gamma approximation to calculate conductivity and the anomalous Hall effect, spin Hall effect and the current induced spin-polarization, which gives rise to the spin-orbit torque. Other response quantities can be easily implemented.

</p>

</div>



</main>


</div>

<footer class="footer">
<hr>
<div class="side-by-side">
<div style="width: 80%;">
This page is part of the <a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>, listing Wannier-functions enabled codes.
</div>
</div>


</footer>

</body>

</html>
107 changes: 107 additions & 0 deletions codes/strawberrypy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!doctype html>



<html lang="en">

<head>
<meta charset="utf-8">

<title></title>
<meta name="description" content="">

<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">

<link rel="stylesheet" href="../static/css/style.css">
<link rel="shortcut icon" type="image/svg+xml" href="../static/img/ecosystem-logo.png">


<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>

<header id='entrytitle' style="background-color: #000; margin: 0; padding: 5px 20px 25px 20px;">
<h1>
<img src="../static/img/ecosystem-logo.png" width="140px" style="width: 140px; vertical-align: middle;">&nbsp;&nbsp;
<a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>
</h1>
<p style="font-size: 90%;"><a href="http://github.com/wannier-developers/wannier-ecosystem-registry" style="color: #999;">[View on GitHub/register your code]</a> </p>
</header>


<div style="max-width: 1200px; margin: auto;">

<main>
<p></p>
<p class="go-back"><a href="../index.html">&lt; Go back to the list of codes</a></p>

<div class="submenu-entry">
<div class="submenu-img">

<img src="https://strawberrypy.readthedocs.io/en/latest/_static/logo.png" alt="StraWBerryPy">

</div>
<div class="code-card-text">
<h1>StraWBerryPy</h1>
<p class="sub-header">


<span class="category">Tight-binding</span>

<span class="category">Berryology and topology</span>


</p>
</div>
</div>

<h2>General information</h2>





<p>
<strong>Documentation</strong>: <a href="https://strawberrypy.readthedocs.io/en/latest/" target="_blank">Go to code documentation</a>
<p>


<h2>
Detailed information
</h2>

<div id='description'>
<p>
<strong>Source code:</strong> <a href="https://github.com/strawberrypy-developers/strawberrypy">github.com</a>
</p>
<p>
<strong>Short description</strong>: StraWBerryPy (Single-poinT and local invaRiAnts for Wannier Berriologies in Python) is a Python package to calculate topological invariants and quantum-geometrical quantities in non-crystalline topological insulators.

</p>

</div>



</main>


</div>

<footer class="footer">
<hr>
<div class="side-by-side">
<div style="width: 80%;">
This page is part of the <a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>, listing Wannier-functions enabled codes.
</div>
</div>


</footer>

</body>

</html>
107 changes: 107 additions & 0 deletions codes/wannierberri.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!doctype html>



<html lang="en">

<head>
<meta charset="utf-8">

<title></title>
<meta name="description" content="">

<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">

<link rel="stylesheet" href="../static/css/style.css">
<link rel="shortcut icon" type="image/svg+xml" href="../static/img/ecosystem-logo.png">


<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>

<body>

<header id='entrytitle' style="background-color: #000; margin: 0; padding: 5px 20px 25px 20px;">
<h1>
<img src="../static/img/ecosystem-logo.png" width="140px" style="width: 140px; vertical-align: middle;">&nbsp;&nbsp;
<a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>
</h1>
<p style="font-size: 90%;"><a href="http://github.com/wannier-developers/wannier-ecosystem-registry" style="color: #999;">[View on GitHub/register your code]</a> </p>
</header>


<div style="max-width: 1200px; margin: auto;">

<main>
<p></p>
<p class="go-back"><a href="../index.html">&lt; Go back to the list of codes</a></p>

<div class="submenu-entry">
<div class="submenu-img">

<img src="https://docs.wannier-berri.org/en/master/_static/Book.png" alt="Wannier Berri">

</div>
<div class="code-card-text">
<h1>Wannier Berri</h1>
<p class="sub-header">


<span class="category">Tight-binding</span>

<span class="category">Berryology and topology</span>


</p>
</div>
</div>

<h2>General information</h2>





<p>
<strong>Documentation</strong>: <a href="https://wannier-berri.org" target="_blank">Go to code documentation</a>
<p>


<h2>
Detailed information
</h2>

<div id='description'>
<p>
<strong>Source code:</strong> <a href="https://github.com/wannier-berri/wannier-berri">github.com</a>
</p>
<p>
<strong>Short description</strong>: A code to calculate different properties by means of Wannier interpolation: Berry curvature, orbital moment and derived properties.

</p>

</div>



</main>


</div>

<footer class="footer">
<hr>
<div class="side-by-side">
<div style="width: 80%;">
This page is part of the <a href="https://wannier-developers.github.io/wannier-ecosystem-registry/">Wannier-Functions Software Ecosystem Registry</a>, listing Wannier-functions enabled codes.
</div>
</div>


</footer>

</body>

</html>
Loading

0 comments on commit 36578d2

Please sign in to comment.