diff --git a/.buildinfo b/.buildinfo index fcc86e9..df125e3 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: ebf7b71c8db3814ffadcba496c6d199d +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: b2102655f68538e6a7b36514269e368d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/dftbplus_step/band_structure.html b/_modules/dftbplus_step/band_structure.html index f08015b..5df7fe0 100644 --- a/_modules/dftbplus_step/band_structure.html +++ b/_modules/dftbplus_step/band_structure.html @@ -7,7 +7,7 @@ - dftbplus_step.band_structure — DFTB+ Step 2024.7.30 documentation + dftbplus_step.band_structure — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/band_structure_parameters.html b/_modules/dftbplus_step/band_structure_parameters.html index 26a60f5..46aba5a 100644 --- a/_modules/dftbplus_step/band_structure_parameters.html +++ b/_modules/dftbplus_step/band_structure_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.band_structure_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.band_structure_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/band_structure_step.html b/_modules/dftbplus_step/band_structure_step.html index eb3752b..f939a71 100644 --- a/_modules/dftbplus_step/band_structure_step.html +++ b/_modules/dftbplus_step/band_structure_step.html @@ -7,7 +7,7 @@ - dftbplus_step.band_structure_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.band_structure_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/base.html b/_modules/dftbplus_step/base.html index 8a7fe57..cac8317 100644 --- a/_modules/dftbplus_step/base.html +++ b/_modules/dftbplus_step/base.html @@ -7,7 +7,7 @@ - dftbplus_step.base — DFTB+ Step 2024.7.30 documentation + dftbplus_step.base — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + @@ -1200,6 +1200,16 @@

Source code for dftbplus_step.base

         except StopIteration:
             pass
 
+        # Create the standard properties needed for energy, gradients, etc.
+        property_data["energy"] = property_data["total_energy"]
+        property_data["energy,units"] = "e_H"
+        if "forces" in property_data:
+            property_data["gradients"] = [
+                [-v for v in row] for row in property_data["forces"]
+            ]
+            property_data["gradients,units"] = "E_h/Å"
+        property_data["model"] = self.model
+
         return property_data
diff --git a/_modules/dftbplus_step/choose_parameters.html b/_modules/dftbplus_step/choose_parameters.html index e4f5963..217391f 100644 --- a/_modules/dftbplus_step/choose_parameters.html +++ b/_modules/dftbplus_step/choose_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.choose_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.choose_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/choose_parameters_parameters.html b/_modules/dftbplus_step/choose_parameters_parameters.html index 47c3d3a..13f2d9b 100644 --- a/_modules/dftbplus_step/choose_parameters_parameters.html +++ b/_modules/dftbplus_step/choose_parameters_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.choose_parameters_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.choose_parameters_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/choose_parameters_step.html b/_modules/dftbplus_step/choose_parameters_step.html index 8b362c8..652024b 100644 --- a/_modules/dftbplus_step/choose_parameters_step.html +++ b/_modules/dftbplus_step/choose_parameters_step.html @@ -7,7 +7,7 @@ - dftbplus_step.choose_parameters_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.choose_parameters_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/computational_models.html b/_modules/dftbplus_step/computational_models.html index fd84203..2f3eb05 100644 --- a/_modules/dftbplus_step/computational_models.html +++ b/_modules/dftbplus_step/computational_models.html @@ -7,7 +7,7 @@ - dftbplus_step.computational_models — DFTB+ Step 2024.7.30 documentation + dftbplus_step.computational_models — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dftbplus.html b/_modules/dftbplus_step/dftbplus.html index 5e88056..8fad7e7 100644 --- a/_modules/dftbplus_step/dftbplus.html +++ b/_modules/dftbplus_step/dftbplus.html @@ -7,7 +7,7 @@ - dftbplus_step.dftbplus — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dftbplus — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dftbplus_parameters.html b/_modules/dftbplus_step/dftbplus_parameters.html index 44e8166..be0d30b 100644 --- a/_modules/dftbplus_step/dftbplus_parameters.html +++ b/_modules/dftbplus_step/dftbplus_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.dftbplus_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dftbplus_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dftbplus_step.html b/_modules/dftbplus_step/dftbplus_step.html index a74e9d6..1a11df8 100644 --- a/_modules/dftbplus_step/dftbplus_step.html +++ b/_modules/dftbplus_step/dftbplus_step.html @@ -7,7 +7,7 @@ - dftbplus_step.dftbplus_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dftbplus_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dos.html b/_modules/dftbplus_step/dos.html index 6be58eb..fbeb5e0 100644 --- a/_modules/dftbplus_step/dos.html +++ b/_modules/dftbplus_step/dos.html @@ -7,7 +7,7 @@ - dftbplus_step.dos — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dos — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dos_parameters.html b/_modules/dftbplus_step/dos_parameters.html index 948cc1b..2121913 100644 --- a/_modules/dftbplus_step/dos_parameters.html +++ b/_modules/dftbplus_step/dos_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.dos_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dos_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/dos_step.html b/_modules/dftbplus_step/dos_step.html index b9469af..04db4dd 100644 --- a/_modules/dftbplus_step/dos_step.html +++ b/_modules/dftbplus_step/dos_step.html @@ -7,7 +7,7 @@ - dftbplus_step.dos_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.dos_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/energy.html b/_modules/dftbplus_step/energy.html index fefd280..70f1db2 100644 --- a/_modules/dftbplus_step/energy.html +++ b/_modules/dftbplus_step/energy.html @@ -7,7 +7,7 @@ - dftbplus_step.energy — DFTB+ Step 2024.7.30 documentation + dftbplus_step.energy — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/energy_parameters.html b/_modules/dftbplus_step/energy_parameters.html index 3e31eff..5cafd2d 100644 --- a/_modules/dftbplus_step/energy_parameters.html +++ b/_modules/dftbplus_step/energy_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.energy_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.energy_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/energy_step.html b/_modules/dftbplus_step/energy_step.html index 4bcda0e..401a115 100644 --- a/_modules/dftbplus_step/energy_step.html +++ b/_modules/dftbplus_step/energy_step.html @@ -7,7 +7,7 @@ - dftbplus_step.energy_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.energy_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/installer.html b/_modules/dftbplus_step/installer.html index 2034b88..5f64f5f 100644 --- a/_modules/dftbplus_step/installer.html +++ b/_modules/dftbplus_step/installer.html @@ -7,7 +7,7 @@ - dftbplus_step.installer — DFTB+ Step 2024.7.30 documentation + dftbplus_step.installer — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/optimization.html b/_modules/dftbplus_step/optimization.html index 82ab42c..b3d0228 100644 --- a/_modules/dftbplus_step/optimization.html +++ b/_modules/dftbplus_step/optimization.html @@ -7,7 +7,7 @@ - dftbplus_step.optimization — DFTB+ Step 2024.7.30 documentation + dftbplus_step.optimization — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/optimization_parameters.html b/_modules/dftbplus_step/optimization_parameters.html index 5ab8c91..75699a8 100644 --- a/_modules/dftbplus_step/optimization_parameters.html +++ b/_modules/dftbplus_step/optimization_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.optimization_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.optimization_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/optimization_step.html b/_modules/dftbplus_step/optimization_step.html index 69e5843..8e55df3 100644 --- a/_modules/dftbplus_step/optimization_step.html +++ b/_modules/dftbplus_step/optimization_step.html @@ -7,7 +7,7 @@ - dftbplus_step.optimization_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step.optimization_step — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/slako.html b/_modules/dftbplus_step/slako.html index f5c941b..8d75ac8 100644 --- a/_modules/dftbplus_step/slako.html +++ b/_modules/dftbplus_step/slako.html @@ -7,7 +7,7 @@ - dftbplus_step.slako — DFTB+ Step 2024.7.30 documentation + dftbplus_step.slako — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_band_structure.html b/_modules/dftbplus_step/tk_band_structure.html index 5f79fc9..fa97830 100644 --- a/_modules/dftbplus_step/tk_band_structure.html +++ b/_modules/dftbplus_step/tk_band_structure.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_band_structure — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_band_structure — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_choose_parameters.html b/_modules/dftbplus_step/tk_choose_parameters.html index 7d6a7ce..bf1af77 100644 --- a/_modules/dftbplus_step/tk_choose_parameters.html +++ b/_modules/dftbplus_step/tk_choose_parameters.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_choose_parameters — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_choose_parameters — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_dftbplus.html b/_modules/dftbplus_step/tk_dftbplus.html index 04cb417..604f7c2 100644 --- a/_modules/dftbplus_step/tk_dftbplus.html +++ b/_modules/dftbplus_step/tk_dftbplus.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_dftbplus — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_dftbplus — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_dos.html b/_modules/dftbplus_step/tk_dos.html index c07527d..91e07ca 100644 --- a/_modules/dftbplus_step/tk_dos.html +++ b/_modules/dftbplus_step/tk_dos.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_dos — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_dos — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_energy.html b/_modules/dftbplus_step/tk_energy.html index 02d11c0..d74ea3f 100644 --- a/_modules/dftbplus_step/tk_energy.html +++ b/_modules/dftbplus_step/tk_energy.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_energy — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_energy — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/dftbplus_step/tk_optimization.html b/_modules/dftbplus_step/tk_optimization.html index 5bba537..942bcec 100644 --- a/_modules/dftbplus_step/tk_optimization.html +++ b/_modules/dftbplus_step/tk_optimization.html @@ -7,7 +7,7 @@ - dftbplus_step.tk_optimization — DFTB+ Step 2024.7.30 documentation + dftbplus_step.tk_optimization — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_modules/index.html b/_modules/index.html index 7d6d7f5..7112a82 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -7,7 +7,7 @@ - Overview: module code — DFTB+ Step 2024.7.30 documentation + Overview: module code — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/_sphinx_design_static/sphinx-design.min.css b/_sphinx_design_static/sphinx-design.min.css index a325746..860c36d 100644 --- a/_sphinx_design_static/sphinx-design.min.css +++ b/_sphinx_design_static/sphinx-design.min.css @@ -1 +1 @@ -.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} +.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em .6em .5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} diff --git a/_static/basic.css b/_static/basic.css index 2af6139..2a9e411 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -115,15 +108,11 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { diff --git a/_static/doctools.js b/_static/doctools.js index 4d67807..0398ebb 100644 --- a/_static/doctools.js +++ b/_static/doctools.js @@ -1,12 +1,5 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * * Base JavaScript utilities for all Sphinx HTML documentation. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; diff --git a/_static/documentation_options.js b/_static/documentation_options.js index afe073e..f60f03c 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '2024.7.30', + VERSION: '2024.10.20', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/_static/language_data.js b/_static/language_data.js index 367b8ed..c7fe6c6 100644 --- a/_static/language_data.js +++ b/_static/language_data.js @@ -1,13 +1,6 @@ /* - * language_data.js - * ~~~~~~~~~~~~~~~~ - * * This script contains the language-specific data used by searchtools.js, * namely the list of stopwords, stemmer, scorer and splitter. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; diff --git a/_static/searchtools.js b/_static/searchtools.js index b08d58c..2c774d1 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -1,12 +1,5 @@ /* - * searchtools.js - * ~~~~~~~~~~~~~~~~ - * * Sphinx JavaScript utilities for the full-text search. - * - * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ "use strict"; @@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") { // and returns the new score. /* score: result => { - const [docname, title, anchor, descr, score, filename] = result + const [docname, title, anchor, descr, score, filename, kind] = result return score }, */ @@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") { }; } +// Global search result kind enum, used by themes to style search results. +class SearchResultKind { + static get index() { return "index"; } + static get object() { return "object"; } + static get text() { return "text"; } + static get title() { return "title"; } +} + const _removeChildren = (element) => { while (element && element.lastChild) element.removeChild(element.lastChild); }; @@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => { const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; const contentRoot = document.documentElement.dataset.content_root; - const [docName, title, anchor, descr, score, _filename] = item; + const [docName, title, anchor, descr, score, _filename, kind] = item; let listItem = document.createElement("li"); + // Add a class representing the item's type: + // can be used by a theme's CSS selector for styling + // See SearchResultKind for the class names. + listItem.classList.add(`kind-${kind}`); let requestUrl; let linkUrl; if (docBuilder === "dirhtml") { @@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => { "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." ); else - Search.status.innerText = _( - "Search finished, found ${resultCount} page(s) matching the search query." + Search.status.innerText = Documentation.ngettext( + "Search finished, found one page matching the search query.", + "Search finished, found ${resultCount} pages matching the search query.", + resultCount, ).replace('${resultCount}', resultCount); }; const _displayNextItem = ( @@ -138,7 +145,7 @@ const _displayNextItem = ( else _finishSearch(resultCount); }; // Helper function used by query() to order search results. -// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Each input is an array of [docname, title, anchor, descr, score, filename, kind]. // Order the results by score (in opposite order of appearance, since the // `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. const _orderResultsByScoreThenName = (a, b) => { @@ -248,6 +255,7 @@ const Search = { searchSummary.classList.add("search-summary"); searchSummary.innerText = ""; const searchList = document.createElement("ul"); + searchList.setAttribute("role", "list"); searchList.classList.add("search"); const out = document.getElementById("search-results"); @@ -318,7 +326,7 @@ const Search = { const indexEntries = Search._index.indexentries; // Collect multiple result groups to be sorted separately and then ordered. - // Each is an array of [docname, title, anchor, descr, score, filename]. + // Each is an array of [docname, title, anchor, descr, score, filename, kind]. const normalResults = []; const nonMainIndexResults = []; @@ -337,6 +345,7 @@ const Search = { null, score + boost, filenames[file], + SearchResultKind.title, ]); } } @@ -354,6 +363,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.index, ]; if (isMain) { normalResults.push(result); @@ -475,6 +485,7 @@ const Search = { descr, score, filenames[match[0]], + SearchResultKind.object, ]); }; Object.keys(objects).forEach((prefix) => @@ -585,6 +596,7 @@ const Search = { null, score, filenames[file], + SearchResultKind.text, ]); } return results; diff --git a/_static/sphinx-design.min.css b/_static/sphinx-design.min.css index a325746..860c36d 100644 --- a/_static/sphinx-design.min.css +++ b/_static/sphinx-design.min.css @@ -1 +1 @@ -.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} +.sd-bg-primary{background-color:var(--sd-color-primary) !important}.sd-bg-text-primary{color:var(--sd-color-primary-text) !important}button.sd-bg-primary:focus,button.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}a.sd-bg-primary:focus,a.sd-bg-primary:hover{background-color:var(--sd-color-primary-highlight) !important}.sd-bg-secondary{background-color:var(--sd-color-secondary) !important}.sd-bg-text-secondary{color:var(--sd-color-secondary-text) !important}button.sd-bg-secondary:focus,button.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}a.sd-bg-secondary:focus,a.sd-bg-secondary:hover{background-color:var(--sd-color-secondary-highlight) !important}.sd-bg-success{background-color:var(--sd-color-success) !important}.sd-bg-text-success{color:var(--sd-color-success-text) !important}button.sd-bg-success:focus,button.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}a.sd-bg-success:focus,a.sd-bg-success:hover{background-color:var(--sd-color-success-highlight) !important}.sd-bg-info{background-color:var(--sd-color-info) !important}.sd-bg-text-info{color:var(--sd-color-info-text) !important}button.sd-bg-info:focus,button.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}a.sd-bg-info:focus,a.sd-bg-info:hover{background-color:var(--sd-color-info-highlight) !important}.sd-bg-warning{background-color:var(--sd-color-warning) !important}.sd-bg-text-warning{color:var(--sd-color-warning-text) !important}button.sd-bg-warning:focus,button.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}a.sd-bg-warning:focus,a.sd-bg-warning:hover{background-color:var(--sd-color-warning-highlight) !important}.sd-bg-danger{background-color:var(--sd-color-danger) !important}.sd-bg-text-danger{color:var(--sd-color-danger-text) !important}button.sd-bg-danger:focus,button.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}a.sd-bg-danger:focus,a.sd-bg-danger:hover{background-color:var(--sd-color-danger-highlight) !important}.sd-bg-light{background-color:var(--sd-color-light) !important}.sd-bg-text-light{color:var(--sd-color-light-text) !important}button.sd-bg-light:focus,button.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}a.sd-bg-light:focus,a.sd-bg-light:hover{background-color:var(--sd-color-light-highlight) !important}.sd-bg-muted{background-color:var(--sd-color-muted) !important}.sd-bg-text-muted{color:var(--sd-color-muted-text) !important}button.sd-bg-muted:focus,button.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}a.sd-bg-muted:focus,a.sd-bg-muted:hover{background-color:var(--sd-color-muted-highlight) !important}.sd-bg-dark{background-color:var(--sd-color-dark) !important}.sd-bg-text-dark{color:var(--sd-color-dark-text) !important}button.sd-bg-dark:focus,button.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}a.sd-bg-dark:focus,a.sd-bg-dark:hover{background-color:var(--sd-color-dark-highlight) !important}.sd-bg-black{background-color:var(--sd-color-black) !important}.sd-bg-text-black{color:var(--sd-color-black-text) !important}button.sd-bg-black:focus,button.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}a.sd-bg-black:focus,a.sd-bg-black:hover{background-color:var(--sd-color-black-highlight) !important}.sd-bg-white{background-color:var(--sd-color-white) !important}.sd-bg-text-white{color:var(--sd-color-white-text) !important}button.sd-bg-white:focus,button.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}a.sd-bg-white:focus,a.sd-bg-white:hover{background-color:var(--sd-color-white-highlight) !important}.sd-text-primary,.sd-text-primary>p{color:var(--sd-color-primary) !important}a.sd-text-primary:focus,a.sd-text-primary:hover{color:var(--sd-color-primary-highlight) !important}.sd-text-secondary,.sd-text-secondary>p{color:var(--sd-color-secondary) !important}a.sd-text-secondary:focus,a.sd-text-secondary:hover{color:var(--sd-color-secondary-highlight) !important}.sd-text-success,.sd-text-success>p{color:var(--sd-color-success) !important}a.sd-text-success:focus,a.sd-text-success:hover{color:var(--sd-color-success-highlight) !important}.sd-text-info,.sd-text-info>p{color:var(--sd-color-info) !important}a.sd-text-info:focus,a.sd-text-info:hover{color:var(--sd-color-info-highlight) !important}.sd-text-warning,.sd-text-warning>p{color:var(--sd-color-warning) !important}a.sd-text-warning:focus,a.sd-text-warning:hover{color:var(--sd-color-warning-highlight) !important}.sd-text-danger,.sd-text-danger>p{color:var(--sd-color-danger) !important}a.sd-text-danger:focus,a.sd-text-danger:hover{color:var(--sd-color-danger-highlight) !important}.sd-text-light,.sd-text-light>p{color:var(--sd-color-light) !important}a.sd-text-light:focus,a.sd-text-light:hover{color:var(--sd-color-light-highlight) !important}.sd-text-muted,.sd-text-muted>p{color:var(--sd-color-muted) !important}a.sd-text-muted:focus,a.sd-text-muted:hover{color:var(--sd-color-muted-highlight) !important}.sd-text-dark,.sd-text-dark>p{color:var(--sd-color-dark) !important}a.sd-text-dark:focus,a.sd-text-dark:hover{color:var(--sd-color-dark-highlight) !important}.sd-text-black,.sd-text-black>p{color:var(--sd-color-black) !important}a.sd-text-black:focus,a.sd-text-black:hover{color:var(--sd-color-black-highlight) !important}.sd-text-white,.sd-text-white>p{color:var(--sd-color-white) !important}a.sd-text-white:focus,a.sd-text-white:hover{color:var(--sd-color-white-highlight) !important}.sd-outline-primary{border-color:var(--sd-color-primary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-primary:focus,a.sd-outline-primary:hover{border-color:var(--sd-color-primary-highlight) !important}.sd-outline-secondary{border-color:var(--sd-color-secondary) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-secondary:focus,a.sd-outline-secondary:hover{border-color:var(--sd-color-secondary-highlight) !important}.sd-outline-success{border-color:var(--sd-color-success) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-success:focus,a.sd-outline-success:hover{border-color:var(--sd-color-success-highlight) !important}.sd-outline-info{border-color:var(--sd-color-info) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-info:focus,a.sd-outline-info:hover{border-color:var(--sd-color-info-highlight) !important}.sd-outline-warning{border-color:var(--sd-color-warning) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-warning:focus,a.sd-outline-warning:hover{border-color:var(--sd-color-warning-highlight) !important}.sd-outline-danger{border-color:var(--sd-color-danger) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-danger:focus,a.sd-outline-danger:hover{border-color:var(--sd-color-danger-highlight) !important}.sd-outline-light{border-color:var(--sd-color-light) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-light:focus,a.sd-outline-light:hover{border-color:var(--sd-color-light-highlight) !important}.sd-outline-muted{border-color:var(--sd-color-muted) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-muted:focus,a.sd-outline-muted:hover{border-color:var(--sd-color-muted-highlight) !important}.sd-outline-dark{border-color:var(--sd-color-dark) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-dark:focus,a.sd-outline-dark:hover{border-color:var(--sd-color-dark-highlight) !important}.sd-outline-black{border-color:var(--sd-color-black) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-black:focus,a.sd-outline-black:hover{border-color:var(--sd-color-black-highlight) !important}.sd-outline-white{border-color:var(--sd-color-white) !important;border-style:solid !important;border-width:1px !important}a.sd-outline-white:focus,a.sd-outline-white:hover{border-color:var(--sd-color-white-highlight) !important}.sd-bg-transparent{background-color:transparent !important}.sd-outline-transparent{border-color:transparent !important}.sd-text-transparent{color:transparent !important}.sd-p-0{padding:0 !important}.sd-pt-0,.sd-py-0{padding-top:0 !important}.sd-pr-0,.sd-px-0{padding-right:0 !important}.sd-pb-0,.sd-py-0{padding-bottom:0 !important}.sd-pl-0,.sd-px-0{padding-left:0 !important}.sd-p-1{padding:.25rem !important}.sd-pt-1,.sd-py-1{padding-top:.25rem !important}.sd-pr-1,.sd-px-1{padding-right:.25rem !important}.sd-pb-1,.sd-py-1{padding-bottom:.25rem !important}.sd-pl-1,.sd-px-1{padding-left:.25rem !important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem !important}.sd-pr-2,.sd-px-2{padding-right:.5rem !important}.sd-pb-2,.sd-py-2{padding-bottom:.5rem !important}.sd-pl-2,.sd-px-2{padding-left:.5rem !important}.sd-p-3{padding:1rem !important}.sd-pt-3,.sd-py-3{padding-top:1rem !important}.sd-pr-3,.sd-px-3{padding-right:1rem !important}.sd-pb-3,.sd-py-3{padding-bottom:1rem !important}.sd-pl-3,.sd-px-3{padding-left:1rem !important}.sd-p-4{padding:1.5rem !important}.sd-pt-4,.sd-py-4{padding-top:1.5rem !important}.sd-pr-4,.sd-px-4{padding-right:1.5rem !important}.sd-pb-4,.sd-py-4{padding-bottom:1.5rem !important}.sd-pl-4,.sd-px-4{padding-left:1.5rem !important}.sd-p-5{padding:3rem !important}.sd-pt-5,.sd-py-5{padding-top:3rem !important}.sd-pr-5,.sd-px-5{padding-right:3rem !important}.sd-pb-5,.sd-py-5{padding-bottom:3rem !important}.sd-pl-5,.sd-px-5{padding-left:3rem !important}.sd-m-auto{margin:auto !important}.sd-mt-auto,.sd-my-auto{margin-top:auto !important}.sd-mr-auto,.sd-mx-auto{margin-right:auto !important}.sd-mb-auto,.sd-my-auto{margin-bottom:auto !important}.sd-ml-auto,.sd-mx-auto{margin-left:auto !important}.sd-m-0{margin:0 !important}.sd-mt-0,.sd-my-0{margin-top:0 !important}.sd-mr-0,.sd-mx-0{margin-right:0 !important}.sd-mb-0,.sd-my-0{margin-bottom:0 !important}.sd-ml-0,.sd-mx-0{margin-left:0 !important}.sd-m-1{margin:.25rem !important}.sd-mt-1,.sd-my-1{margin-top:.25rem !important}.sd-mr-1,.sd-mx-1{margin-right:.25rem !important}.sd-mb-1,.sd-my-1{margin-bottom:.25rem !important}.sd-ml-1,.sd-mx-1{margin-left:.25rem !important}.sd-m-2{margin:.5rem !important}.sd-mt-2,.sd-my-2{margin-top:.5rem !important}.sd-mr-2,.sd-mx-2{margin-right:.5rem !important}.sd-mb-2,.sd-my-2{margin-bottom:.5rem !important}.sd-ml-2,.sd-mx-2{margin-left:.5rem !important}.sd-m-3{margin:1rem !important}.sd-mt-3,.sd-my-3{margin-top:1rem !important}.sd-mr-3,.sd-mx-3{margin-right:1rem !important}.sd-mb-3,.sd-my-3{margin-bottom:1rem !important}.sd-ml-3,.sd-mx-3{margin-left:1rem !important}.sd-m-4{margin:1.5rem !important}.sd-mt-4,.sd-my-4{margin-top:1.5rem !important}.sd-mr-4,.sd-mx-4{margin-right:1.5rem !important}.sd-mb-4,.sd-my-4{margin-bottom:1.5rem !important}.sd-ml-4,.sd-mx-4{margin-left:1.5rem !important}.sd-m-5{margin:3rem !important}.sd-mt-5,.sd-my-5{margin-top:3rem !important}.sd-mr-5,.sd-mx-5{margin-right:3rem !important}.sd-mb-5,.sd-my-5{margin-bottom:3rem !important}.sd-ml-5,.sd-mx-5{margin-left:3rem !important}.sd-w-25{width:25% !important}.sd-w-50{width:50% !important}.sd-w-75{width:75% !important}.sd-w-100{width:100% !important}.sd-w-auto{width:auto !important}.sd-h-25{height:25% !important}.sd-h-50{height:50% !important}.sd-h-75{height:75% !important}.sd-h-100{height:100% !important}.sd-h-auto{height:auto !important}.sd-d-none{display:none !important}.sd-d-inline{display:inline !important}.sd-d-inline-block{display:inline-block !important}.sd-d-block{display:block !important}.sd-d-grid{display:grid !important}.sd-d-flex-row{display:-ms-flexbox !important;display:flex !important;flex-direction:row !important}.sd-d-flex-column{display:-ms-flexbox !important;display:flex !important;flex-direction:column !important}.sd-d-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.sd-d-sm-none{display:none !important}.sd-d-sm-inline{display:inline !important}.sd-d-sm-inline-block{display:inline-block !important}.sd-d-sm-block{display:block !important}.sd-d-sm-grid{display:grid !important}.sd-d-sm-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-sm-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.sd-d-md-none{display:none !important}.sd-d-md-inline{display:inline !important}.sd-d-md-inline-block{display:inline-block !important}.sd-d-md-block{display:block !important}.sd-d-md-grid{display:grid !important}.sd-d-md-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-md-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 992px){.sd-d-lg-none{display:none !important}.sd-d-lg-inline{display:inline !important}.sd-d-lg-inline-block{display:inline-block !important}.sd-d-lg-block{display:block !important}.sd-d-lg-grid{display:grid !important}.sd-d-lg-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-lg-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.sd-d-xl-none{display:none !important}.sd-d-xl-inline{display:inline !important}.sd-d-xl-inline-block{display:inline-block !important}.sd-d-xl-block{display:block !important}.sd-d-xl-grid{display:grid !important}.sd-d-xl-flex{display:-ms-flexbox !important;display:flex !important}.sd-d-xl-inline-flex{display:-ms-inline-flexbox !important;display:inline-flex !important}}.sd-align-major-start{justify-content:flex-start !important}.sd-align-major-end{justify-content:flex-end !important}.sd-align-major-center{justify-content:center !important}.sd-align-major-justify{justify-content:space-between !important}.sd-align-major-spaced{justify-content:space-evenly !important}.sd-align-minor-start{align-items:flex-start !important}.sd-align-minor-end{align-items:flex-end !important}.sd-align-minor-center{align-items:center !important}.sd-align-minor-stretch{align-items:stretch !important}.sd-text-justify{text-align:justify !important}.sd-text-left{text-align:left !important}.sd-text-right{text-align:right !important}.sd-text-center{text-align:center !important}.sd-font-weight-light{font-weight:300 !important}.sd-font-weight-lighter{font-weight:lighter !important}.sd-font-weight-normal{font-weight:400 !important}.sd-font-weight-bold{font-weight:700 !important}.sd-font-weight-bolder{font-weight:bolder !important}.sd-font-italic{font-style:italic !important}.sd-text-decoration-none{text-decoration:none !important}.sd-text-lowercase{text-transform:lowercase !important}.sd-text-uppercase{text-transform:uppercase !important}.sd-text-capitalize{text-transform:capitalize !important}.sd-text-wrap{white-space:normal !important}.sd-text-nowrap{white-space:nowrap !important}.sd-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-fs-1,.sd-fs-1>p{font-size:calc(1.375rem + 1.5vw) !important;line-height:unset !important}.sd-fs-2,.sd-fs-2>p{font-size:calc(1.325rem + 0.9vw) !important;line-height:unset !important}.sd-fs-3,.sd-fs-3>p{font-size:calc(1.3rem + 0.6vw) !important;line-height:unset !important}.sd-fs-4,.sd-fs-4>p{font-size:calc(1.275rem + 0.3vw) !important;line-height:unset !important}.sd-fs-5,.sd-fs-5>p{font-size:1.25rem !important;line-height:unset !important}.sd-fs-6,.sd-fs-6>p{font-size:1rem !important;line-height:unset !important}.sd-border-0{border:0 solid !important}.sd-border-top-0{border-top:0 solid !important}.sd-border-bottom-0{border-bottom:0 solid !important}.sd-border-right-0{border-right:0 solid !important}.sd-border-left-0{border-left:0 solid !important}.sd-border-1{border:1px solid !important}.sd-border-top-1{border-top:1px solid !important}.sd-border-bottom-1{border-bottom:1px solid !important}.sd-border-right-1{border-right:1px solid !important}.sd-border-left-1{border-left:1px solid !important}.sd-border-2{border:2px solid !important}.sd-border-top-2{border-top:2px solid !important}.sd-border-bottom-2{border-bottom:2px solid !important}.sd-border-right-2{border-right:2px solid !important}.sd-border-left-2{border-left:2px solid !important}.sd-border-3{border:3px solid !important}.sd-border-top-3{border-top:3px solid !important}.sd-border-bottom-3{border-bottom:3px solid !important}.sd-border-right-3{border-right:3px solid !important}.sd-border-left-3{border-left:3px solid !important}.sd-border-4{border:4px solid !important}.sd-border-top-4{border-top:4px solid !important}.sd-border-bottom-4{border-bottom:4px solid !important}.sd-border-right-4{border-right:4px solid !important}.sd-border-left-4{border-left:4px solid !important}.sd-border-5{border:5px solid !important}.sd-border-top-5{border-top:5px solid !important}.sd-border-bottom-5{border-bottom:5px solid !important}.sd-border-right-5{border-right:5px solid !important}.sd-border-left-5{border-left:5px solid !important}.sd-rounded-0{border-radius:0 !important}.sd-rounded-1{border-radius:.2rem !important}.sd-rounded-2{border-radius:.3rem !important}.sd-rounded-3{border-radius:.5rem !important}.sd-rounded-pill{border-radius:50rem !important}.sd-rounded-circle{border-radius:50% !important}.shadow-none{box-shadow:none !important}.sd-shadow-sm{box-shadow:0 .125rem .25rem var(--sd-color-shadow) !important}.sd-shadow-md{box-shadow:0 .5rem 1rem var(--sd-color-shadow) !important}.sd-shadow-lg{box-shadow:0 1rem 3rem var(--sd-color-shadow) !important}@keyframes sd-slide-from-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes sd-slide-from-right{0%{transform:translateX(200%)}100%{transform:translateX(0)}}@keyframes sd-grow100{0%{transform:scale(0);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50{0%{transform:scale(0.5);opacity:.5}100%{transform:scale(1);opacity:1}}@keyframes sd-grow50-rot20{0%{transform:scale(0.5) rotateZ(-20deg);opacity:.5}75%{transform:scale(1) rotateZ(5deg);opacity:1}95%{transform:scale(1) rotateZ(-1deg);opacity:1}100%{transform:scale(1) rotateZ(0);opacity:1}}.sd-animate-slide-from-left{animation:1s ease-out 0s 1 normal none running sd-slide-from-left}.sd-animate-slide-from-right{animation:1s ease-out 0s 1 normal none running sd-slide-from-right}.sd-animate-grow100{animation:1s ease-out 0s 1 normal none running sd-grow100}.sd-animate-grow50{animation:1s ease-out 0s 1 normal none running sd-grow50}.sd-animate-grow50-rot20{animation:1s ease-out 0s 1 normal none running sd-grow50-rot20}.sd-badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.sd-badge:empty{display:none}a.sd-badge{text-decoration:none}.sd-btn .sd-badge{position:relative;top:-1px}.sd-btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;cursor:pointer;display:inline-block;font-weight:400;font-size:1rem;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none}.sd-btn:hover{text-decoration:none}@media(prefers-reduced-motion: reduce){.sd-btn{transition:none}}.sd-btn-primary,.sd-btn-outline-primary:hover,.sd-btn-outline-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-primary:hover,.sd-btn-primary:focus{color:var(--sd-color-primary-text) !important;background-color:var(--sd-color-primary-highlight) !important;border-color:var(--sd-color-primary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-primary{color:var(--sd-color-primary) !important;border-color:var(--sd-color-primary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary,.sd-btn-outline-secondary:hover,.sd-btn-outline-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-secondary:hover,.sd-btn-secondary:focus{color:var(--sd-color-secondary-text) !important;background-color:var(--sd-color-secondary-highlight) !important;border-color:var(--sd-color-secondary-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-secondary{color:var(--sd-color-secondary) !important;border-color:var(--sd-color-secondary) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success,.sd-btn-outline-success:hover,.sd-btn-outline-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-success:hover,.sd-btn-success:focus{color:var(--sd-color-success-text) !important;background-color:var(--sd-color-success-highlight) !important;border-color:var(--sd-color-success-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-success{color:var(--sd-color-success) !important;border-color:var(--sd-color-success) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info,.sd-btn-outline-info:hover,.sd-btn-outline-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-info:hover,.sd-btn-info:focus{color:var(--sd-color-info-text) !important;background-color:var(--sd-color-info-highlight) !important;border-color:var(--sd-color-info-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-info{color:var(--sd-color-info) !important;border-color:var(--sd-color-info) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning,.sd-btn-outline-warning:hover,.sd-btn-outline-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-warning:hover,.sd-btn-warning:focus{color:var(--sd-color-warning-text) !important;background-color:var(--sd-color-warning-highlight) !important;border-color:var(--sd-color-warning-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-warning{color:var(--sd-color-warning) !important;border-color:var(--sd-color-warning) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger,.sd-btn-outline-danger:hover,.sd-btn-outline-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-danger:hover,.sd-btn-danger:focus{color:var(--sd-color-danger-text) !important;background-color:var(--sd-color-danger-highlight) !important;border-color:var(--sd-color-danger-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-danger{color:var(--sd-color-danger) !important;border-color:var(--sd-color-danger) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light,.sd-btn-outline-light:hover,.sd-btn-outline-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-light:hover,.sd-btn-light:focus{color:var(--sd-color-light-text) !important;background-color:var(--sd-color-light-highlight) !important;border-color:var(--sd-color-light-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-light{color:var(--sd-color-light) !important;border-color:var(--sd-color-light) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted,.sd-btn-outline-muted:hover,.sd-btn-outline-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-muted:hover,.sd-btn-muted:focus{color:var(--sd-color-muted-text) !important;background-color:var(--sd-color-muted-highlight) !important;border-color:var(--sd-color-muted-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-muted{color:var(--sd-color-muted) !important;border-color:var(--sd-color-muted) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark,.sd-btn-outline-dark:hover,.sd-btn-outline-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-dark:hover,.sd-btn-dark:focus{color:var(--sd-color-dark-text) !important;background-color:var(--sd-color-dark-highlight) !important;border-color:var(--sd-color-dark-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-dark{color:var(--sd-color-dark) !important;border-color:var(--sd-color-dark) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black,.sd-btn-outline-black:hover,.sd-btn-outline-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-black:hover,.sd-btn-black:focus{color:var(--sd-color-black-text) !important;background-color:var(--sd-color-black-highlight) !important;border-color:var(--sd-color-black-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-black{color:var(--sd-color-black) !important;border-color:var(--sd-color-black) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white,.sd-btn-outline-white:hover,.sd-btn-outline-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-btn-white:hover,.sd-btn-white:focus{color:var(--sd-color-white-text) !important;background-color:var(--sd-color-white-highlight) !important;border-color:var(--sd-color-white-highlight) !important;border-width:1px !important;border-style:solid !important}.sd-btn-outline-white{color:var(--sd-color-white) !important;border-color:var(--sd-color-white) !important;border-width:1px !important;border-style:solid !important}.sd-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.sd-hide-link-text{font-size:0}.sd-octicon,.sd-material-icon{display:inline-block;fill:currentColor;vertical-align:middle}.sd-avatar-xs{border-radius:50%;object-fit:cover;object-position:center;width:1rem;height:1rem}.sd-avatar-sm{border-radius:50%;object-fit:cover;object-position:center;width:3rem;height:3rem}.sd-avatar-md{border-radius:50%;object-fit:cover;object-position:center;width:5rem;height:5rem}.sd-avatar-lg{border-radius:50%;object-fit:cover;object-position:center;width:7rem;height:7rem}.sd-avatar-xl{border-radius:50%;object-fit:cover;object-position:center;width:10rem;height:10rem}.sd-avatar-inherit{border-radius:50%;object-fit:cover;object-position:center;width:inherit;height:inherit}.sd-avatar-initial{border-radius:50%;object-fit:cover;object-position:center;width:initial;height:initial}.sd-card{background-clip:border-box;background-color:var(--sd-color-card-background);border:1px solid var(--sd-color-card-border);border-radius:.25rem;color:var(--sd-color-card-text);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative;word-wrap:break-word}.sd-card>hr{margin-left:0;margin-right:0}.sd-card-hover:hover{border-color:var(--sd-color-card-border-hover);transform:scale(1.01)}.sd-card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem 1rem}.sd-card-title{margin-bottom:.5rem}.sd-card-subtitle{margin-top:-0.25rem;margin-bottom:0}.sd-card-text:last-child{margin-bottom:0}.sd-card-link:hover{text-decoration:none}.sd-card-link+.card-link{margin-left:1rem}.sd-card-header{padding:.5rem 1rem;margin-bottom:0;background-color:var(--sd-color-card-header);border-bottom:1px solid var(--sd-color-card-border)}.sd-card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.sd-card-footer{padding:.5rem 1rem;background-color:var(--sd-color-card-footer);border-top:1px solid var(--sd-color-card-border)}.sd-card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.sd-card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.sd-card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.sd-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom,.sd-card-img-top{width:100%}.sd-card-img,.sd-card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.sd-card-img,.sd-card-img-bottom{border-bottom-left-radius:calc(0.25rem - 1px);border-bottom-right-radius:calc(0.25rem - 1px)}.sd-cards-carousel{width:100%;display:flex;flex-wrap:nowrap;-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;scroll-snap-type:x mandatory}.sd-cards-carousel.sd-show-scrollbar{overflow-x:auto}.sd-cards-carousel:hover,.sd-cards-carousel:focus{overflow-x:auto}.sd-cards-carousel>.sd-card{flex-shrink:0;scroll-snap-align:start}.sd-cards-carousel>.sd-card:not(:last-child){margin-right:3px}.sd-card-cols-1>.sd-card{width:90%}.sd-card-cols-2>.sd-card{width:45%}.sd-card-cols-3>.sd-card{width:30%}.sd-card-cols-4>.sd-card{width:22.5%}.sd-card-cols-5>.sd-card{width:18%}.sd-card-cols-6>.sd-card{width:15%}.sd-card-cols-7>.sd-card{width:12.8571428571%}.sd-card-cols-8>.sd-card{width:11.25%}.sd-card-cols-9>.sd-card{width:10%}.sd-card-cols-10>.sd-card{width:9%}.sd-card-cols-11>.sd-card{width:8.1818181818%}.sd-card-cols-12>.sd-card{width:7.5%}.sd-container,.sd-container-fluid,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container-xl{margin-left:auto;margin-right:auto;padding-left:var(--sd-gutter-x, 0.75rem);padding-right:var(--sd-gutter-x, 0.75rem);width:100%}@media(min-width: 576px){.sd-container-sm,.sd-container{max-width:540px}}@media(min-width: 768px){.sd-container-md,.sd-container-sm,.sd-container{max-width:720px}}@media(min-width: 992px){.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:960px}}@media(min-width: 1200px){.sd-container-xl,.sd-container-lg,.sd-container-md,.sd-container-sm,.sd-container{max-width:1140px}}.sd-row{--sd-gutter-x: 1.5rem;--sd-gutter-y: 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--sd-gutter-y) * -1);margin-right:calc(var(--sd-gutter-x) * -0.5);margin-left:calc(var(--sd-gutter-x) * -0.5)}.sd-row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--sd-gutter-x) * 0.5);padding-left:calc(var(--sd-gutter-x) * 0.5);margin-top:var(--sd-gutter-y)}.sd-col{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-auto>*{flex:0 0 auto;width:auto}.sd-row-cols-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}@media(min-width: 576px){.sd-col-sm{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-sm-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-sm-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-sm-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-sm-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-sm-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-sm-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-sm-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-sm-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-sm-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-sm-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-sm-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-sm-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-sm-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 768px){.sd-col-md{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-md-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-md-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-md-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-md-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-md-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-md-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-md-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-md-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-md-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-md-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-md-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-md-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-md-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 992px){.sd-col-lg{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-lg-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-lg-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-lg-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-lg-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-lg-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-lg-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-lg-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-lg-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-lg-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-lg-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-lg-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-lg-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-lg-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}@media(min-width: 1200px){.sd-col-xl{flex:1 0 0%;-ms-flex:1 0 0%}.sd-row-cols-xl-auto{flex:1 0 auto;-ms-flex:1 0 auto;width:100%}.sd-row-cols-xl-1>*{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-row-cols-xl-2>*{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-row-cols-xl-3>*{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-row-cols-xl-4>*{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-row-cols-xl-5>*{flex:0 0 auto;-ms-flex:0 0 auto;width:20%}.sd-row-cols-xl-6>*{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-row-cols-xl-7>*{flex:0 0 auto;-ms-flex:0 0 auto;width:14.2857142857%}.sd-row-cols-xl-8>*{flex:0 0 auto;-ms-flex:0 0 auto;width:12.5%}.sd-row-cols-xl-9>*{flex:0 0 auto;-ms-flex:0 0 auto;width:11.1111111111%}.sd-row-cols-xl-10>*{flex:0 0 auto;-ms-flex:0 0 auto;width:10%}.sd-row-cols-xl-11>*{flex:0 0 auto;-ms-flex:0 0 auto;width:9.0909090909%}.sd-row-cols-xl-12>*{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}}.sd-col-auto{flex:0 0 auto;-ms-flex:0 0 auto;width:auto}.sd-col-1{flex:0 0 auto;-ms-flex:0 0 auto;width:8.3333333333%}.sd-col-2{flex:0 0 auto;-ms-flex:0 0 auto;width:16.6666666667%}.sd-col-3{flex:0 0 auto;-ms-flex:0 0 auto;width:25%}.sd-col-4{flex:0 0 auto;-ms-flex:0 0 auto;width:33.3333333333%}.sd-col-5{flex:0 0 auto;-ms-flex:0 0 auto;width:41.6666666667%}.sd-col-6{flex:0 0 auto;-ms-flex:0 0 auto;width:50%}.sd-col-7{flex:0 0 auto;-ms-flex:0 0 auto;width:58.3333333333%}.sd-col-8{flex:0 0 auto;-ms-flex:0 0 auto;width:66.6666666667%}.sd-col-9{flex:0 0 auto;-ms-flex:0 0 auto;width:75%}.sd-col-10{flex:0 0 auto;-ms-flex:0 0 auto;width:83.3333333333%}.sd-col-11{flex:0 0 auto;-ms-flex:0 0 auto;width:91.6666666667%}.sd-col-12{flex:0 0 auto;-ms-flex:0 0 auto;width:100%}.sd-g-0,.sd-gy-0{--sd-gutter-y: 0}.sd-g-0,.sd-gx-0{--sd-gutter-x: 0}.sd-g-1,.sd-gy-1{--sd-gutter-y: 0.25rem}.sd-g-1,.sd-gx-1{--sd-gutter-x: 0.25rem}.sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x: 0.5rem}.sd-g-3,.sd-gy-3{--sd-gutter-y: 1rem}.sd-g-3,.sd-gx-3{--sd-gutter-x: 1rem}.sd-g-4,.sd-gy-4{--sd-gutter-y: 1.5rem}.sd-g-4,.sd-gx-4{--sd-gutter-x: 1.5rem}.sd-g-5,.sd-gy-5{--sd-gutter-y: 3rem}.sd-g-5,.sd-gx-5{--sd-gutter-x: 3rem}@media(min-width: 576px){.sd-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-sm-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-sm-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-sm-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-sm-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-sm-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-sm-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-sm-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-sm-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-sm-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-sm-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-sm-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-sm-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-sm-0,.sd-gy-sm-0{--sd-gutter-y: 0}.sd-g-sm-0,.sd-gx-sm-0{--sd-gutter-x: 0}.sd-g-sm-1,.sd-gy-sm-1{--sd-gutter-y: 0.25rem}.sd-g-sm-1,.sd-gx-sm-1{--sd-gutter-x: 0.25rem}.sd-g-sm-2,.sd-gy-sm-2{--sd-gutter-y: 0.5rem}.sd-g-sm-2,.sd-gx-sm-2{--sd-gutter-x: 0.5rem}.sd-g-sm-3,.sd-gy-sm-3{--sd-gutter-y: 1rem}.sd-g-sm-3,.sd-gx-sm-3{--sd-gutter-x: 1rem}.sd-g-sm-4,.sd-gy-sm-4{--sd-gutter-y: 1.5rem}.sd-g-sm-4,.sd-gx-sm-4{--sd-gutter-x: 1.5rem}.sd-g-sm-5,.sd-gy-sm-5{--sd-gutter-y: 3rem}.sd-g-sm-5,.sd-gx-sm-5{--sd-gutter-x: 3rem}}@media(min-width: 768px){.sd-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-md-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-md-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-md-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-md-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-md-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-md-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-md-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-md-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-md-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-md-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-md-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-md-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-md-0,.sd-gy-md-0{--sd-gutter-y: 0}.sd-g-md-0,.sd-gx-md-0{--sd-gutter-x: 0}.sd-g-md-1,.sd-gy-md-1{--sd-gutter-y: 0.25rem}.sd-g-md-1,.sd-gx-md-1{--sd-gutter-x: 0.25rem}.sd-g-md-2,.sd-gy-md-2{--sd-gutter-y: 0.5rem}.sd-g-md-2,.sd-gx-md-2{--sd-gutter-x: 0.5rem}.sd-g-md-3,.sd-gy-md-3{--sd-gutter-y: 1rem}.sd-g-md-3,.sd-gx-md-3{--sd-gutter-x: 1rem}.sd-g-md-4,.sd-gy-md-4{--sd-gutter-y: 1.5rem}.sd-g-md-4,.sd-gx-md-4{--sd-gutter-x: 1.5rem}.sd-g-md-5,.sd-gy-md-5{--sd-gutter-y: 3rem}.sd-g-md-5,.sd-gx-md-5{--sd-gutter-x: 3rem}}@media(min-width: 992px){.sd-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-lg-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-lg-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-lg-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-lg-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-lg-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-lg-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-lg-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-lg-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-lg-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-lg-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-lg-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-lg-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-lg-0,.sd-gy-lg-0{--sd-gutter-y: 0}.sd-g-lg-0,.sd-gx-lg-0{--sd-gutter-x: 0}.sd-g-lg-1,.sd-gy-lg-1{--sd-gutter-y: 0.25rem}.sd-g-lg-1,.sd-gx-lg-1{--sd-gutter-x: 0.25rem}.sd-g-lg-2,.sd-gy-lg-2{--sd-gutter-y: 0.5rem}.sd-g-lg-2,.sd-gx-lg-2{--sd-gutter-x: 0.5rem}.sd-g-lg-3,.sd-gy-lg-3{--sd-gutter-y: 1rem}.sd-g-lg-3,.sd-gx-lg-3{--sd-gutter-x: 1rem}.sd-g-lg-4,.sd-gy-lg-4{--sd-gutter-y: 1.5rem}.sd-g-lg-4,.sd-gx-lg-4{--sd-gutter-x: 1.5rem}.sd-g-lg-5,.sd-gy-lg-5{--sd-gutter-y: 3rem}.sd-g-lg-5,.sd-gx-lg-5{--sd-gutter-x: 3rem}}@media(min-width: 1200px){.sd-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.sd-col-xl-1{-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}.sd-col-xl-2{-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.sd-col-xl-3{-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.sd-col-xl-4{-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.sd-col-xl-5{-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}.sd-col-xl-6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.sd-col-xl-7{-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}.sd-col-xl-8{-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}.sd-col-xl-9{-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.sd-col-xl-10{-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}.sd-col-xl-11{-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}.sd-col-xl-12{-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.sd-g-xl-0,.sd-gy-xl-0{--sd-gutter-y: 0}.sd-g-xl-0,.sd-gx-xl-0{--sd-gutter-x: 0}.sd-g-xl-1,.sd-gy-xl-1{--sd-gutter-y: 0.25rem}.sd-g-xl-1,.sd-gx-xl-1{--sd-gutter-x: 0.25rem}.sd-g-xl-2,.sd-gy-xl-2{--sd-gutter-y: 0.5rem}.sd-g-xl-2,.sd-gx-xl-2{--sd-gutter-x: 0.5rem}.sd-g-xl-3,.sd-gy-xl-3{--sd-gutter-y: 1rem}.sd-g-xl-3,.sd-gx-xl-3{--sd-gutter-x: 1rem}.sd-g-xl-4,.sd-gy-xl-4{--sd-gutter-y: 1.5rem}.sd-g-xl-4,.sd-gx-xl-4{--sd-gutter-x: 1.5rem}.sd-g-xl-5,.sd-gy-xl-5{--sd-gutter-y: 3rem}.sd-g-xl-5,.sd-gx-xl-5{--sd-gutter-x: 3rem}}.sd-flex-row-reverse{flex-direction:row-reverse !important}details.sd-dropdown{position:relative;font-size:var(--sd-fontsize-dropdown)}details.sd-dropdown:hover{cursor:pointer}details.sd-dropdown .sd-summary-content{cursor:default}details.sd-dropdown summary.sd-summary-title{padding:.5em .6em .5em 1em;font-size:var(--sd-fontsize-dropdown-title);font-weight:var(--sd-fontweight-dropdown-title);user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;list-style:none;display:inline-flex;justify-content:space-between}details.sd-dropdown summary.sd-summary-title::-webkit-details-marker{display:none}details.sd-dropdown summary.sd-summary-title:focus{outline:none}details.sd-dropdown summary.sd-summary-title .sd-summary-icon{margin-right:.6em;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-icon svg{opacity:.8}details.sd-dropdown summary.sd-summary-title .sd-summary-text{flex-grow:1;line-height:1.5;padding-right:.5rem}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker{pointer-events:none;display:inline-flex;align-items:center}details.sd-dropdown summary.sd-summary-title .sd-summary-state-marker svg{opacity:.6}details.sd-dropdown summary.sd-summary-title:hover .sd-summary-state-marker svg{opacity:1;transform:scale(1.1)}details.sd-dropdown[open] summary .sd-octicon.no-title{visibility:hidden}details.sd-dropdown .sd-summary-chevron-right{transition:.25s}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-right{transform:rotate(90deg)}details.sd-dropdown[open]>.sd-summary-title .sd-summary-chevron-down{transform:rotate(180deg)}details.sd-dropdown:not([open]).sd-card{border:none}details.sd-dropdown:not([open])>.sd-card-header{border:1px solid var(--sd-color-card-border);border-radius:.25rem}details.sd-dropdown.sd-fade-in[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out;animation:sd-fade-in .5s ease-in-out}details.sd-dropdown.sd-fade-in-slide-down[open] summary~*{-moz-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;-webkit-animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out;animation:sd-fade-in .5s ease-in-out,sd-slide-down .5s ease-in-out}.sd-col>.sd-dropdown{width:100%}.sd-summary-content>.sd-tab-set:first-child{margin-top:0}@keyframes sd-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes sd-slide-down{0%{transform:translate(0, -10px)}100%{transform:translate(0, 0)}}.sd-tab-set{border-radius:.125rem;display:flex;flex-wrap:wrap;margin:1em 0;position:relative}.sd-tab-set>input{opacity:0;position:absolute}.sd-tab-set>input:checked+label{border-color:var(--sd-color-tabs-underline-active);color:var(--sd-color-tabs-label-active)}.sd-tab-set>input:checked+label+.sd-tab-content{display:block}.sd-tab-set>input:not(:checked)+label:hover{color:var(--sd-color-tabs-label-hover);border-color:var(--sd-color-tabs-underline-hover)}.sd-tab-set>input:focus+label{outline-style:auto}.sd-tab-set>input:not(.focus-visible)+label{outline:none;-webkit-tap-highlight-color:transparent}.sd-tab-set>label{border-bottom:.125rem solid transparent;margin-bottom:0;color:var(--sd-color-tabs-label-inactive);border-color:var(--sd-color-tabs-underline-inactive);cursor:pointer;font-size:var(--sd-fontsize-tabs-label);font-weight:700;padding:1em 1.25em .5em;transition:color 250ms;width:auto;z-index:1}html .sd-tab-set>label:hover{color:var(--sd-color-tabs-label-active)}.sd-col>.sd-tab-set{width:100%}.sd-tab-content{box-shadow:0 -0.0625rem var(--sd-color-tabs-overline),0 .0625rem var(--sd-color-tabs-underline);display:none;order:99;padding-bottom:.75rem;padding-top:.75rem;width:100%}.sd-tab-content>:first-child{margin-top:0 !important}.sd-tab-content>:last-child{margin-bottom:0 !important}.sd-tab-content>.sd-tab-set{margin:0}.sd-sphinx-override,.sd-sphinx-override *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.sd-sphinx-override p{margin-top:0}:root{--sd-color-primary: #0071bc;--sd-color-secondary: #6c757d;--sd-color-success: #28a745;--sd-color-info: #17a2b8;--sd-color-warning: #f0b37e;--sd-color-danger: #dc3545;--sd-color-light: #f8f9fa;--sd-color-muted: #6c757d;--sd-color-dark: #212529;--sd-color-black: black;--sd-color-white: white;--sd-color-primary-highlight: #0060a0;--sd-color-secondary-highlight: #5c636a;--sd-color-success-highlight: #228e3b;--sd-color-info-highlight: #148a9c;--sd-color-warning-highlight: #cc986b;--sd-color-danger-highlight: #bb2d3b;--sd-color-light-highlight: #d3d4d5;--sd-color-muted-highlight: #5c636a;--sd-color-dark-highlight: #1c1f23;--sd-color-black-highlight: black;--sd-color-white-highlight: #d9d9d9;--sd-color-primary-bg: rgba(0, 113, 188, 0.2);--sd-color-secondary-bg: rgba(108, 117, 125, 0.2);--sd-color-success-bg: rgba(40, 167, 69, 0.2);--sd-color-info-bg: rgba(23, 162, 184, 0.2);--sd-color-warning-bg: rgba(240, 179, 126, 0.2);--sd-color-danger-bg: rgba(220, 53, 69, 0.2);--sd-color-light-bg: rgba(248, 249, 250, 0.2);--sd-color-muted-bg: rgba(108, 117, 125, 0.2);--sd-color-dark-bg: rgba(33, 37, 41, 0.2);--sd-color-black-bg: rgba(0, 0, 0, 0.2);--sd-color-white-bg: rgba(255, 255, 255, 0.2);--sd-color-primary-text: #fff;--sd-color-secondary-text: #fff;--sd-color-success-text: #fff;--sd-color-info-text: #fff;--sd-color-warning-text: #212529;--sd-color-danger-text: #fff;--sd-color-light-text: #212529;--sd-color-muted-text: #fff;--sd-color-dark-text: #fff;--sd-color-black-text: #fff;--sd-color-white-text: #212529;--sd-color-shadow: rgba(0, 0, 0, 0.15);--sd-color-card-border: rgba(0, 0, 0, 0.125);--sd-color-card-border-hover: hsla(231, 99%, 66%, 1);--sd-color-card-background: transparent;--sd-color-card-text: inherit;--sd-color-card-header: transparent;--sd-color-card-footer: transparent;--sd-color-tabs-label-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-hover: hsla(231, 99%, 66%, 1);--sd-color-tabs-label-inactive: hsl(0, 0%, 66%);--sd-color-tabs-underline-active: hsla(231, 99%, 66%, 1);--sd-color-tabs-underline-hover: rgba(178, 206, 245, 0.62);--sd-color-tabs-underline-inactive: transparent;--sd-color-tabs-overline: rgb(222, 222, 222);--sd-color-tabs-underline: rgb(222, 222, 222);--sd-fontsize-tabs-label: 1rem;--sd-fontsize-dropdown: inherit;--sd-fontsize-dropdown-title: 1rem;--sd-fontweight-dropdown-title: 700} diff --git a/api/dftbplus_step.html b/api/dftbplus_step.html index ec3efb9..f79856b 100644 --- a/api/dftbplus_step.html +++ b/api/dftbplus_step.html @@ -8,7 +8,7 @@ - dftbplus_step package — DFTB+ Step 2024.7.30 documentation + dftbplus_step package — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + @@ -1669,7 +1669,7 @@

Submodules
-dftbplus_step.metadata.metadata = {'computational models': {'DFTB': {'models': {'3ob': {'parameterizations': {'3ob': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-freq': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-hhmod': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-nhmod': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-ophyd': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'auorg': {'parameterizations': {'auorg': {'code': 'dftb+', 'elements': '1,6,7,8,16,79', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'borg': {'parameterizations': {'borg': {'code': 'dftb+', 'elements': '1,5', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'halorg': {'parameterizations': {'halorg': {'code': 'dftb+', 'elements': '1,6,7,8,9,15,16,17,35,53', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'matsci': {'parameterizations': {'magsil': {'code': 'dftb+', 'elements': '1,5,6,7,8,11,12,13,14,15,22,29', 'optimization': True, 'periodic': True, 'reactions': True}, 'matsci': {'code': 'dftb+', 'elements': '1,5,6,7,8,11,13,14,15,22,29', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'mio': {'parameterizations': {'chalc': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,33', 'optimization': True, 'periodic': True, 'reactions': True}, 'hyb': {'code': 'dftb+', 'elements': '1,6,7,8,14,15,16,31,33,47', 'optimization': True, 'periodic': True, 'reactions': True}, 'mio': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'miomod-hh': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'miomod-nh': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'tiorg': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,22', 'optimization': True, 'periodic': True, 'reactions': True}, 'trans3d': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,21,22,26,27,28', 'optimization': True, 'periodic': True, 'reactions': True}, 'znorg': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,30', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'pbc': {'parameterizations': {'pbc': {'code': 'dftb+', 'elements': '1,6,7,8,9,14', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'rare': {'parameterizations': {'rare': {'code': 'dftb+', 'elements': '7,31,63', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'siband': {'parameterizations': {'siband': {'code': 'dftb+', 'elements': '1,8,14', 'optimization': True, 'periodic': True, 'reactions': True}}}}}, 'xTB': {'models': {'GFN1': {'parameterizations': {'GFN1': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'GFN2': {'parameterizations': {'GFN2': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'IPEA1': {'parameterizations': {'IPEA1': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}}}}, 'results': {'#_primitive_cells': {'calculation': ['energy', 'optimization'], 'description': 'The number of primitive cells in the unit cell', 'dimensionality': 'scalar', 'type': 'integer'}, 'Z': {'calculation': ['energy', 'optimization'], 'description': 'The number of empirical formula u its in the system', 'dimensionality': 'scalar', 'type': 'integer'}, 'atomic_dipole_moment': {'calculation': ['energy', 'optimization'], 'description': 'The dipole moments of the atoms', 'dimensionality': [3, 'natoms'], 'type': 'float'}, 'cell_volume': {'calculation': ['energy', 'optimization'], 'description': 'The volume of the unit cell', 'dimensionality': 'scalar', 'property': 'unit cell volume', 'type': 'float', 'units': 'Å^3'}, 'dipole_moments': {'calculation': ['energy', 'optimization'], 'description': 'The dipole moments of the system', 'dimensionality': [3, 'nspins'], 'type': 'float'}, 'eigenvalues': {'calculation': ['energy', 'optimization'], 'description': 'The eigenvalues', 'dimensionality': ['norbitals'], 'type': 'float', 'units': 'E_h'}, 'empirical_formula': {'calculation': ['energy', 'optimization'], 'description': 'The empirical formula of the system', 'dimensionality': 'scalar', 'type': 'string'}, 'energy of formation': {'calculation': ['energy', 'optimization'], 'description': 'The energy of formation', 'dimensionality': 'scalar', 'property': 'energy of formation#DFTB+#{model}', 'type': 'float', 'units': 'kJ/mol'}, 'energy_per_formula_unit': {'calculation': ['energy', 'optimization'], 'description': 'The energy per empirical formula unit', 'dimensionality': 'scalar', 'property': 'total energy per formula unit#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}, 'extrapolated0_energy': {'calculation': ['energy', 'optimization'], 'description': 'The energy extrapolated to no smearing', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'fermi_level': {'calculation': ['energy', 'optimization'], 'description': 'The Fermi level', 'dimensionality': 'scalar', 'property': 'Fermi level#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}, 'filling': {'calculation': ['energy', 'optimization'], 'description': 'The orbital occupancy', 'dimensionality': ['norbitals'], 'type': 'float'}, 'forcerelated_energy': {'calculation': ['energy', 'optimization'], 'description': 'The force-related energy', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'forces': {'calculation': ['optimization'], 'description': 'The forces on the atoms', 'dimensionality': [3, 'natoms'], 'type': 'float', 'units': 'E_h/bohr'}, 'formula': {'calculation': ['energy', 'optimization'], 'description': 'The chemical formula of the system', 'dimensionality': 'scalar', 'type': 'string'}, 'gross_atomic_charges': {'calculation': ['energy', 'optimization'], 'description': 'The charges on the atoms', 'dimensionality': ['natoms'], 'type': 'float'}, 'gross_atomic_spins': {'calculation': ['energy', 'optimization'], 'description': 'The spins on the atoms', 'dimensionality': ['natoms'], 'type': 'float'}, 'mermin_energy': {'calculation': ['energy', 'optimization'], 'description': 'The Mermin energy', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'number_of_electrons': {'calculation': ['energy', 'optimization'], 'description': 'The number of electrons', 'dimensionality': [2], 'type': 'float'}, 'orbital_charges': {'calculation': ['energy', 'optimization'], 'description': 'The orbital charges', 'dimensionality': ['natoms', 'natoms'], 'type': 'float'}, 'scaled_dipole': {'calculation': ['energy', 'optimization'], 'description': 'The scaled dipole moments of the system', 'dimensionality': [3, 'nspins'], 'type': 'float'}, 'stress': {'calculation': ['energy', 'optimization'], 'description': 'The stress', 'dimensionality': [3, 3], 'type': 'float', 'units': 'Å^3'}, 'total_energy': {'calculation': ['energy', 'optimization'], 'description': 'The total energy', 'dimensionality': 'scalar', 'property': 'total energy#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}}}#
+dftbplus_step.metadata.metadata = {'computational models': {'DFTB': {'models': {'3ob': {'parameterizations': {'3ob': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-freq': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-hhmod': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-nhmod': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}, '3ob-ophyd': {'code': 'dftb+', 'elements': '1,6,7,8,9,11,12,15,16,17,19,20,30,35,53', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'auorg': {'parameterizations': {'auorg': {'code': 'dftb+', 'elements': '1,6,7,8,16,79', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'borg': {'parameterizations': {'borg': {'code': 'dftb+', 'elements': '1,5', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'halorg': {'parameterizations': {'halorg': {'code': 'dftb+', 'elements': '1,6,7,8,9,15,16,17,35,53', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'matsci': {'parameterizations': {'magsil': {'code': 'dftb+', 'elements': '1,5,6,7,8,11,12,13,14,15,22,29', 'optimization': True, 'periodic': True, 'reactions': True}, 'matsci': {'code': 'dftb+', 'elements': '1,5,6,7,8,11,13,14,15,22,29', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'mio': {'parameterizations': {'chalc': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,33', 'optimization': True, 'periodic': True, 'reactions': True}, 'hyb': {'code': 'dftb+', 'elements': '1,6,7,8,14,15,16,31,33,47', 'optimization': True, 'periodic': True, 'reactions': True}, 'mio': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'miomod-hh': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'miomod-nh': {'code': 'dftb+', 'elements': '1,6,7,8,15,16', 'optimization': True, 'periodic': True, 'reactions': True}, 'tiorg': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,22', 'optimization': True, 'periodic': True, 'reactions': True}, 'trans3d': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,21,22,26,27,28', 'optimization': True, 'periodic': True, 'reactions': True}, 'znorg': {'code': 'dftb+', 'elements': '1,6,7,8,15,16,30', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'pbc': {'parameterizations': {'pbc': {'code': 'dftb+', 'elements': '1,6,7,8,9,14', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'rare': {'parameterizations': {'rare': {'code': 'dftb+', 'elements': '7,31,63', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'siband': {'parameterizations': {'siband': {'code': 'dftb+', 'elements': '1,8,14', 'optimization': True, 'periodic': True, 'reactions': True}}}}}, 'xTB': {'models': {'GFN1': {'parameterizations': {'GFN1': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'GFN2': {'parameterizations': {'GFN2': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}, 'IPEA1': {'parameterizations': {'IPEA1': {'code': 'dftb+', 'elements': '1-86', 'optimization': True, 'periodic': True, 'reactions': True}}}}}}, 'results': {'#_primitive_cells': {'calculation': ['energy', 'optimization'], 'description': 'The number of primitive cells in the unit cell', 'dimensionality': 'scalar', 'type': 'integer'}, 'Z': {'calculation': ['energy', 'optimization'], 'description': 'The number of empirical formula u its in the system', 'dimensionality': 'scalar', 'type': 'integer'}, 'atomic_dipole_moment': {'calculation': ['energy', 'optimization'], 'description': 'The dipole moments of the atoms', 'dimensionality': [3, 'natoms'], 'type': 'float'}, 'cell_volume': {'calculation': ['energy', 'optimization'], 'description': 'The volume of the unit cell', 'dimensionality': 'scalar', 'property': 'unit cell volume', 'type': 'float', 'units': 'Å^3'}, 'dipole_moments': {'calculation': ['energy', 'optimization'], 'description': 'The dipole moments of the system', 'dimensionality': [3, 'nspins'], 'type': 'float'}, 'eigenvalues': {'calculation': ['energy', 'optimization'], 'description': 'The eigenvalues', 'dimensionality': ['norbitals'], 'type': 'float', 'units': 'E_h'}, 'empirical_formula': {'calculation': ['energy', 'optimization'], 'description': 'The empirical formula of the system', 'dimensionality': 'scalar', 'type': 'string'}, 'energy': {'description': 'electronic energy', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'energy of formation': {'calculation': ['energy', 'optimization'], 'description': 'The energy of formation', 'dimensionality': 'scalar', 'property': 'energy of formation#DFTB+#{model}', 'type': 'float', 'units': 'kJ/mol'}, 'energy_per_formula_unit': {'calculation': ['energy', 'optimization'], 'description': 'The energy per empirical formula unit', 'dimensionality': 'scalar', 'property': 'total energy per formula unit#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}, 'extrapolated0_energy': {'calculation': ['energy', 'optimization'], 'description': 'The energy extrapolated to no smearing', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'fermi_level': {'calculation': ['energy', 'optimization'], 'description': 'The Fermi level', 'dimensionality': 'scalar', 'property': 'Fermi level#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}, 'filling': {'calculation': ['energy', 'optimization'], 'description': 'The orbital occupancy', 'dimensionality': ['norbitals'], 'type': 'float'}, 'forcerelated_energy': {'calculation': ['energy', 'optimization'], 'description': 'The force-related energy', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'forces': {'calculation': ['energy', 'optimization'], 'description': 'The forces on the atoms', 'dimensionality': [3, 'natoms'], 'type': 'float', 'units': 'E_h/bohr'}, 'formula': {'calculation': ['energy', 'optimization'], 'description': 'The chemical formula of the system', 'dimensionality': 'scalar', 'type': 'string'}, 'gradients': {'description': 'gradients on the atoms', 'dimensionality': [3, 'n_atoms'], 'type': 'float', 'units': 'E_h/Å'}, 'gross_atomic_charges': {'calculation': ['energy', 'optimization'], 'description': 'The charges on the atoms', 'dimensionality': ['natoms'], 'type': 'float'}, 'gross_atomic_spins': {'calculation': ['energy', 'optimization'], 'description': 'The spins on the atoms', 'dimensionality': ['natoms'], 'type': 'float'}, 'mermin_energy': {'calculation': ['energy', 'optimization'], 'description': 'The Mermin energy', 'dimensionality': 'scalar', 'type': 'float', 'units': 'E_h'}, 'model': {'description': 'The model string', 'dimensionality': 'scalar', 'type': 'string'}, 'number_of_electrons': {'calculation': ['energy', 'optimization'], 'description': 'The number of electrons', 'dimensionality': [2], 'type': 'float'}, 'orbital_charges': {'calculation': ['energy', 'optimization'], 'description': 'The orbital charges', 'dimensionality': ['natoms', 'natoms'], 'type': 'float'}, 'scaled_dipole': {'calculation': ['energy', 'optimization'], 'description': 'The scaled dipole moments of the system', 'dimensionality': [3, 'nspins'], 'type': 'float'}, 'stress': {'calculation': ['energy', 'optimization'], 'description': 'The stress', 'dimensionality': [3, 3], 'type': 'float', 'units': 'Å^3'}, 'total_energy': {'calculation': ['energy', 'optimization'], 'description': 'The total energy', 'dimensionality': 'scalar', 'property': 'total energy#DFTB+#{model}', 'type': 'float', 'units': 'E_h'}}}#

Properties that DFTB+ produces, depending on the type of calculation.

diff --git a/api/index.html b/api/index.html index cac0839..6873aea 100644 --- a/api/index.html +++ b/api/index.html @@ -8,7 +8,7 @@ - API Documentation — DFTB+ Step 2024.7.30 documentation + API Documentation — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/api/modules.html b/api/modules.html index 3477921..c09e8f4 100644 --- a/api/modules.html +++ b/api/modules.html @@ -8,7 +8,7 @@ - dftbplus_step — DFTB+ Step 2024.7.30 documentation + dftbplus_step — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/authors.html b/authors.html index c25005e..be86338 100644 --- a/authors.html +++ b/authors.html @@ -8,7 +8,7 @@ - Credits — DFTB+ Step 2024.7.30 documentation + Credits — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/developer_guide/contributing.html b/developer_guide/contributing.html index ec71766..8fc390f 100644 --- a/developer_guide/contributing.html +++ b/developer_guide/contributing.html @@ -8,7 +8,7 @@ - Contributing — DFTB+ Step 2024.7.30 documentation + Contributing — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/developer_guide/index.html b/developer_guide/index.html index 20e05dd..21cdad4 100644 --- a/developer_guide/index.html +++ b/developer_guide/index.html @@ -8,7 +8,7 @@ - Developer Documentation — DFTB+ Step 2024.7.30 documentation + Developer Documentation — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/developer_guide/installation.html b/developer_guide/installation.html index 6753a35..b13fd5c 100644 --- a/developer_guide/installation.html +++ b/developer_guide/installation.html @@ -8,7 +8,7 @@ - Installation — DFTB+ Step 2024.7.30 documentation + Installation — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/developer_guide/readme.html b/developer_guide/readme.html index 2538cdc..18bb677 100644 --- a/developer_guide/readme.html +++ b/developer_guide/readme.html @@ -8,7 +8,7 @@ - DFTB+ Step — DFTB+ Step 2024.7.30 documentation + DFTB+ Step — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/developer_guide/usage.html b/developer_guide/usage.html index 4f1a74a..ea40863 100644 --- a/developer_guide/usage.html +++ b/developer_guide/usage.html @@ -8,7 +8,7 @@ - Usage — DFTB+ Step 2024.7.30 documentation + Usage — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/genindex.html b/genindex.html index 47aefb3..7988bcb 100644 --- a/genindex.html +++ b/genindex.html @@ -7,7 +7,7 @@ - Index — DFTB+ Step 2024.7.30 documentation + Index — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/getting_started/index.html b/getting_started/index.html index fc6aa5e..8061d02 100644 --- a/getting_started/index.html +++ b/getting_started/index.html @@ -8,7 +8,7 @@ - Getting Started — DFTB+ Step 2024.7.30 documentation + Getting Started — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/history.html b/history.html index f3e8bc2..815008d 100644 --- a/history.html +++ b/history.html @@ -8,7 +8,7 @@ - History — DFTB+ Step 2024.7.30 documentation + History — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + @@ -512,6 +512,13 @@

History#

+
+
2024.10.20 – Added the standard results for drivers
    +
  • Added the standard results – energy, gradients, and model – that can be written +to Results.json for drivers like Structure Step and Thermochemistry Step.

  • +
+
+

2024.7.30 – Fix: the Docker build needed updating for changes in SEAMM

2024.7.29 – Bugfix: initial version of dftbplus.ini
    diff --git a/index.html b/index.html index 5b6a985..64f0189 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - DFTB+ Step — DFTB+ Step 2024.7.30 documentation + DFTB+ Step — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/objects.inv b/objects.inv index 98d1887..ca71efe 100644 Binary files a/objects.inv and b/objects.inv differ diff --git a/py-modindex.html b/py-modindex.html index 568bfae..85e5835 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -7,7 +7,7 @@ - Python Module Index — DFTB+ Step 2024.7.30 documentation + Python Module Index — DFTB+ Step 2024.10.20 documentation @@ -29,7 +29,7 @@ - + @@ -45,8 +45,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/search.html b/search.html index 005693f..c00a9c3 100644 --- a/search.html +++ b/search.html @@ -6,7 +6,7 @@ - Search - DFTB+ Step 2024.7.30 documentation + Search - DFTB+ Step 2024.10.20 documentation @@ -28,7 +28,7 @@ - + @@ -44,8 +44,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/searchindex.js b/searchindex.js index b639641..334d818 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"2020.12.2 (2 December 2020)": [[10, "december-2020"]], "2021.2.10 (10 February 2021)": [[10, "february-2021"]], "2021.2.3 (3 February 2021)": [[10, "id1"]], "API Documentation": [[1, null]], "Contributing": [[4, null]], "Contributors": [[3, "contributors"]], "Credits": [[3, null], [7, "credits"]], "DFTB+ Recipes": [[13, null]], "DFTB+ Step": [[7, null], [11, null]], "Description": [[7, "description"]], "Developer Documentation": [[5, null]], "Development Lead": [[3, "development-lead"]], "Features": [[7, "features"]], "Fix Bugs": [[4, "fix-bugs"]], "From sources": [[6, "from-sources"]], "Get Started!": [[4, "get-started"]], "Getting Started": [[9, null]], "History": [[10, null]], "Implement Features": [[4, "implement-features"]], "Index": [[12, "index"]], "Indices and tables": [[1, "indices-and-tables"]], "Installation": [[6, null], [9, "installation"]], "Introduction": [[15, "introduction"], [16, "introduction"]], "Looking at the Results": [[16, "looking-at-the-results"]], "Module contents": [[0, "module-dftbplus_step"]], "More Information": [[11, "more-information"]], "Pull Request Guidelines": [[4, "pull-request-guidelines"]], "Recipe 1 extended: More flexible, useful workflows": [[15, null]], "Recipe 1: First Calculation with DFTB+ in SEAMM": [[14, null]], "Recipe 2: Band structure, DOS and PDOS in SEAMM": [[16, null]], "Replace this!": [[9, "replace-this"]], "Report Bugs": [[4, "report-bugs"]], "Stable release": [[6, "stable-release"]], "Submit Feedback": [[4, "submit-feedback"]], "Submodules": [[0, "submodules"]], "Summary": [[14, "summary"], [15, "summary"], [16, "summary"]], "Tips": [[4, "tips"]], "Tutorial": [[14, "tutorial"], [15, "tutorial"], [16, "tutorial"]], "Types of Contributions": [[4, "types-of-contributions"]], "Usage": [[8, null]], "User Guide": [[12, null]], "Write Documentation": [[4, "write-documentation"]], "dftbplus_step": [[2, null]], "dftbplus_step package": [[0, null]], "dftbplus_step.band_structure module": [[0, "module-dftbplus_step.band_structure"]], "dftbplus_step.band_structure_parameters module": [[0, "module-dftbplus_step.band_structure_parameters"]], "dftbplus_step.band_structure_step module": [[0, "module-dftbplus_step.band_structure_step"]], "dftbplus_step.base module": [[0, "module-dftbplus_step.base"]], "dftbplus_step.choose_parameters module": [[0, "module-dftbplus_step.choose_parameters"]], "dftbplus_step.choose_parameters_parameters module": [[0, "module-dftbplus_step.choose_parameters_parameters"]], "dftbplus_step.choose_parameters_step module": [[0, "module-dftbplus_step.choose_parameters_step"]], "dftbplus_step.computational_models module": [[0, "module-dftbplus_step.computational_models"]], "dftbplus_step.dftbplus module": [[0, "module-dftbplus_step.dftbplus"]], "dftbplus_step.dftbplus_parameters module": [[0, "module-dftbplus_step.dftbplus_parameters"]], "dftbplus_step.dftbplus_step module": [[0, "module-dftbplus_step.dftbplus_step"]], "dftbplus_step.dos module": [[0, "module-dftbplus_step.dos"]], "dftbplus_step.dos_parameters module": [[0, "module-dftbplus_step.dos_parameters"]], "dftbplus_step.dos_step module": [[0, "module-dftbplus_step.dos_step"]], "dftbplus_step.energy module": [[0, "module-dftbplus_step.energy"]], "dftbplus_step.energy_parameters module": [[0, "module-dftbplus_step.energy_parameters"]], "dftbplus_step.energy_step module": [[0, "module-dftbplus_step.energy_step"]], "dftbplus_step.installer module": [[0, "module-dftbplus_step.installer"]], "dftbplus_step.metadata module": [[0, "module-dftbplus_step.metadata"]], "dftbplus_step.optimization module": [[0, "module-dftbplus_step.optimization"]], "dftbplus_step.optimization_parameters module": [[0, "module-dftbplus_step.optimization_parameters"]], "dftbplus_step.optimization_step module": [[0, "module-dftbplus_step.optimization_step"]], "dftbplus_step.slako module": [[0, "module-dftbplus_step.slako"]], "dftbplus_step.tk_band_structure module": [[0, "module-dftbplus_step.tk_band_structure"]], "dftbplus_step.tk_choose_parameters module": [[0, "module-dftbplus_step.tk_choose_parameters"]], "dftbplus_step.tk_dftbplus module": [[0, "module-dftbplus_step.tk_dftbplus"]], "dftbplus_step.tk_dos module": [[0, "module-dftbplus_step.tk_dos"]], "dftbplus_step.tk_energy module": [[0, "module-dftbplus_step.tk_energy"]], "dftbplus_step.tk_optimization module": [[0, "module-dftbplus_step.tk_optimization"]]}, "docnames": ["api/dftbplus_step", "api/index", "api/modules", "authors", "developer_guide/contributing", "developer_guide/index", "developer_guide/installation", "developer_guide/readme", "developer_guide/usage", "getting_started/index", "history", "index", "user_guide/index", "user_guide/recipes/index", "user_guide/recipes/recipe_1", "user_guide/recipes/recipe_1_extended", "user_guide/recipes/recipe_2"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["api/dftbplus_step.rst", "api/index.rst", "api/modules.rst", "authors.rst", "developer_guide/contributing.rst", "developer_guide/index.rst", "developer_guide/installation.rst", "developer_guide/readme.rst", "developer_guide/usage.rst", "getting_started/index.rst", "history.rst", "index.rst", "user_guide/index.rst", "user_guide/recipes/index.rst", "user_guide/recipes/recipe_1.rst", "user_guide/recipes/recipe_1_extended.rst", "user_guide/recipes/recipe_2.rst"], "indexentries": {"add_wavefunction() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.add_wavefunction", false]], "analyze() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.analyze", false]], "analyze() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.analyze", false]], "analyze() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.analyze", false]], "analyze() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.analyze", false]], "analyze() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.analyze", false]], "analyze() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.analyze", false]], "analyze_directory() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.analyze_directory", false]], "band_structure() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.band_structure", false]], "bandstructure (class in dftbplus_step.band_structure)": [[0, "dftbplus_step.band_structure.BandStructure", false]], "bandstructureparameters (class in dftbplus_step.band_structure_parameters)": [[0, "dftbplus_step.band_structure_parameters.BandStructureParameters", false]], "bandstructurestep (class in dftbplus_step.band_structure_step)": [[0, "dftbplus_step.band_structure_step.BandStructureStep", false]], "check() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.check", false]], "chooseparameters (class in dftbplus_step.choose_parameters)": [[0, "dftbplus_step.choose_parameters.ChooseParameters", false]], "chooseparametersparameters (class in dftbplus_step.choose_parameters_parameters)": [[0, "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters", false]], "chooseparametersstep (class in dftbplus_step.choose_parameters_step)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep", false]], "computational_models_metadata() (in module dftbplus_step.computational_models)": [[0, "dftbplus_step.computational_models.computational_models_metadata", false]], "create_band_structure_data() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.create_band_structure_data", false]], "create_datafile() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.create_datafile", false]], "create_dialog() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.create_dialog", false]], "create_dialog() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.create_dialog", false]], "create_dialog() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.create_dialog", false]], "create_dialog() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.create_dialog", false]], "create_dialog() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.create_dialog", false]], "create_dialog() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.create_dialog", false]], "create_dos_data() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.create_dos_data", false]], "create_node() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.create_node", false]], "create_node() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.create_node", false]], "create_node() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.create_node", false]], "create_node() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.create_node", false]], "create_node() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.create_node", false]], "create_node() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.create_node", false]], "create_parser() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.create_parser", false]], "create_tk_node() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.create_tk_node", false]], "deep_merge() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.deep_merge", false]], "description() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.description", false]], "description() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.description", false]], "description() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.description", false]], "description() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.description", false]], "description() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.description", false]], "description() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.description", false]], "description_text() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.description_text", false]], "description_text() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.description_text", false]], "description_text() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.description_text", false]], "description_text() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.description_text", false]], "description_text() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.description_text", false]], "description_text() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.description_text", false]], "dftbbase (class in dftbplus_step.base)": [[0, "dftbplus_step.base.DftbBase", false]], "dftbplus (class in dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.Dftbplus", false]], "dftbplus_step": [[0, "module-dftbplus_step", false]], "dftbplus_step.band_structure": [[0, "module-dftbplus_step.band_structure", false]], "dftbplus_step.band_structure_parameters": [[0, "module-dftbplus_step.band_structure_parameters", false]], "dftbplus_step.band_structure_step": [[0, "module-dftbplus_step.band_structure_step", false]], "dftbplus_step.base": [[0, "module-dftbplus_step.base", false]], "dftbplus_step.choose_parameters": [[0, "module-dftbplus_step.choose_parameters", false]], "dftbplus_step.choose_parameters_parameters": [[0, "module-dftbplus_step.choose_parameters_parameters", false]], "dftbplus_step.choose_parameters_step": [[0, "module-dftbplus_step.choose_parameters_step", false]], "dftbplus_step.computational_models": [[0, "module-dftbplus_step.computational_models", false]], "dftbplus_step.dftbplus": [[0, "module-dftbplus_step.dftbplus", false]], "dftbplus_step.dftbplus_parameters": [[0, "module-dftbplus_step.dftbplus_parameters", false]], "dftbplus_step.dftbplus_step": [[0, "module-dftbplus_step.dftbplus_step", false]], "dftbplus_step.dos": [[0, "module-dftbplus_step.dos", false]], "dftbplus_step.dos_parameters": [[0, "module-dftbplus_step.dos_parameters", false]], "dftbplus_step.dos_step": [[0, "module-dftbplus_step.dos_step", false]], "dftbplus_step.energy": [[0, "module-dftbplus_step.energy", false]], "dftbplus_step.energy_parameters": [[0, "module-dftbplus_step.energy_parameters", false]], "dftbplus_step.energy_step": [[0, "module-dftbplus_step.energy_step", false]], "dftbplus_step.installer": [[0, "module-dftbplus_step.installer", false]], "dftbplus_step.metadata": [[0, "module-dftbplus_step.metadata", false]], "dftbplus_step.optimization": [[0, "module-dftbplus_step.optimization", false]], "dftbplus_step.optimization_parameters": [[0, "module-dftbplus_step.optimization_parameters", false]], "dftbplus_step.optimization_step": [[0, "module-dftbplus_step.optimization_step", false]], "dftbplus_step.slako": [[0, "module-dftbplus_step.slako", false]], "dftbplus_step.tk_band_structure": [[0, "module-dftbplus_step.tk_band_structure", false]], "dftbplus_step.tk_choose_parameters": [[0, "module-dftbplus_step.tk_choose_parameters", false]], "dftbplus_step.tk_dftbplus": [[0, "module-dftbplus_step.tk_dftbplus", false]], "dftbplus_step.tk_dos": [[0, "module-dftbplus_step.tk_dos", false]], "dftbplus_step.tk_energy": [[0, "module-dftbplus_step.tk_energy", false]], "dftbplus_step.tk_optimization": [[0, "module-dftbplus_step.tk_optimization", false]], "dftbplusparameters (class in dftbplus_step.dftbplus_parameters)": [[0, "dftbplus_step.dftbplus_parameters.DftbplusParameters", false]], "dftbplusstep (class in dftbplus_step.dftbplus_step)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep", false]], "dict_to_hsd() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.dict_to_hsd", false]], "dos (class in dftbplus_step.dos)": [[0, "dftbplus_step.dos.DOS", false]], "dos() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.dos", false]], "dosparameters (class in dftbplus_step.dos_parameters)": [[0, "dftbplus_step.dos_parameters.DOSParameters", false]], "dosstep (class in dftbplus_step.dos_step)": [[0, "dftbplus_step.dos_step.DOSStep", false]], "edit() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.edit", false]], "energy (class in dftbplus_step.energy)": [[0, "dftbplus_step.energy.Energy", false]], "energyparameters (class in dftbplus_step.energy_parameters)": [[0, "dftbplus_step.energy_parameters.EnergyParameters", false]], "energystep (class in dftbplus_step.energy_step)": [[0, "dftbplus_step.energy_step.EnergyStep", false]], "exe_config (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.exe_config", false]], "exe_config (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.exe_config", false]], "exe_version() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.exe_version", false]], "expand_range_list() (in module dftbplus_step.tk_choose_parameters)": [[0, "dftbplus_step.tk_choose_parameters.expand_range_list", false]], "find_previous_step() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.find_previous_step", false]], "find_sets() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.find_sets", false]], "fix_label() (in module dftbplus_step.band_structure)": [[0, "dftbplus_step.band_structure.fix_label", false]], "from_flowchart() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.from_flowchart", false]], "geometry() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.geometry", false]], "get_exe_config() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.get_exe_config", false]], "get_input() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.get_input", false]], "get_input() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.get_input", false]], "get_input() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.get_input", false]], "get_input() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.get_input", false]], "get_input() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.get_input", false]], "get_previous_charges() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.get_previous_charges", false]], "git_revision (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.git_revision", false]], "git_revision (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.git_revision", false]], "git_revision (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.git_revision", false]], "git_revision (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.git_revision", false]], "git_revision (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.git_revision", false]], "git_revision (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.git_revision", false]], "handle_dialog() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.handle_dialog", false]], "handle_help() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.handle_help", false]], "header (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.header", false]], "header (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.header", false]], "header (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.header", false]], "header (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.header", false]], "header (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.header", false]], "install() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.install", false]], "install_files() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.install_files", false]], "installer (class in dftbplus_step.installer)": [[0, "dftbplus_step.installer.Installer", false]], "is_runable (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.is_runable", false]], "is_runable (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.is_runable", false]], "kpoints() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.kpoints", false]], "kpoints() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.kpoints", false]], "list_partners() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.list_partners", false]], "make_plots() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.make_plots", false]], "metadata (in module dftbplus_step.metadata)": [[0, "dftbplus_step.metadata.metadata", false]], "model (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.model", false]], "module": [[0, "module-dftbplus_step", false], [0, "module-dftbplus_step.band_structure", false], [0, "module-dftbplus_step.band_structure_parameters", false], [0, "module-dftbplus_step.band_structure_step", false], [0, "module-dftbplus_step.base", false], [0, "module-dftbplus_step.choose_parameters", false], [0, "module-dftbplus_step.choose_parameters_parameters", false], [0, "module-dftbplus_step.choose_parameters_step", false], [0, "module-dftbplus_step.computational_models", false], [0, "module-dftbplus_step.dftbplus", false], [0, "module-dftbplus_step.dftbplus_parameters", false], [0, "module-dftbplus_step.dftbplus_step", false], [0, "module-dftbplus_step.dos", false], [0, "module-dftbplus_step.dos_parameters", false], [0, "module-dftbplus_step.dos_step", false], [0, "module-dftbplus_step.energy", false], [0, "module-dftbplus_step.energy_parameters", false], [0, "module-dftbplus_step.energy_step", false], [0, "module-dftbplus_step.installer", false], [0, "module-dftbplus_step.metadata", false], [0, "module-dftbplus_step.optimization", false], [0, "module-dftbplus_step.optimization_parameters", false], [0, "module-dftbplus_step.optimization_step", false], [0, "module-dftbplus_step.slako", false], [0, "module-dftbplus_step.tk_band_structure", false], [0, "module-dftbplus_step.tk_choose_parameters", false], [0, "module-dftbplus_step.tk_dftbplus", false], [0, "module-dftbplus_step.tk_dos", false], [0, "module-dftbplus_step.tk_energy", false], [0, "module-dftbplus_step.tk_optimization", false]], "my_description (dftbplus_step.band_structure_step.bandstructurestep attribute)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.my_description", false]], "my_description (dftbplus_step.choose_parameters_step.chooseparametersstep attribute)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.my_description", false]], "my_description (dftbplus_step.dftbplus_step.dftbplusstep attribute)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.my_description", false]], "my_description (dftbplus_step.dos_step.dosstep attribute)": [[0, "dftbplus_step.dos_step.DOSStep.my_description", false]], "my_description (dftbplus_step.energy_step.energystep attribute)": [[0, "dftbplus_step.energy_step.EnergyStep.my_description", false]], "my_description (dftbplus_step.optimization_step.optimizationstep attribute)": [[0, "dftbplus_step.optimization_step.OptimizationStep.my_description", false]], "optimization (class in dftbplus_step.optimization)": [[0, "dftbplus_step.optimization.Optimization", false]], "optimizationparameters (class in dftbplus_step.optimization_parameters)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters", false]], "optimizationstep (class in dftbplus_step.optimization_step)": [[0, "dftbplus_step.optimization_step.OptimizationStep", false]], "output (dftbplus_step.energy_parameters.energyparameters attribute)": [[0, "dftbplus_step.energy_parameters.EnergyParameters.output", false]], "parameters (dftbplus_step.band_structure_parameters.bandstructureparameters attribute)": [[0, "dftbplus_step.band_structure_parameters.BandStructureParameters.parameters", false]], "parameters (dftbplus_step.choose_parameters_parameters.chooseparametersparameters attribute)": [[0, "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters.parameters", false]], "parameters (dftbplus_step.dftbplus_parameters.dftbplusparameters attribute)": [[0, "dftbplus_step.dftbplus_parameters.DftbplusParameters.parameters", false]], "parameters (dftbplus_step.dos_parameters.dosparameters attribute)": [[0, "dftbplus_step.dos_parameters.DOSParameters.parameters", false]], "parameters (dftbplus_step.energy_parameters.energyparameters attribute)": [[0, "dftbplus_step.energy_parameters.EnergyParameters.parameters", false]], "parameters (dftbplus_step.optimization_parameters.optimizationparameters attribute)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters.parameters", false]], "parse_file() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.parse_file", false]], "parse_gen_file() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.parse_gen_file", false]], "parse_results() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.parse_results", false]], "partners() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.partners", false]], "partners2() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.partners2", false]], "redimension() (in module dftbplus_step.base)": [[0, "dftbplus_step.base.redimension", false]], "reset_dialog() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.reset_dialog", false]], "reset_energy_frame() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_energy_frame", false]], "reset_optimization_frame() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.reset_optimization_frame", false]], "reset_plotting() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_plotting", false]], "right_click() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.right_click", false]], "right_click() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.right_click", false]], "right_click() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.right_click", false]], "right_click() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.right_click", false]], "right_click() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.right_click", false]], "right_click() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.right_click", false]], "run() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.run", false]], "run() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.run", false]], "set_id() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.set_id", false]], "test_one() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.test_one", false]], "tkbandstructure (class in dftbplus_step.tk_band_structure)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure", false]], "tkchooseparameters (class in dftbplus_step.tk_choose_parameters)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters", false]], "tkdftbplus (class in dftbplus_step.tk_dftbplus)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus", false]], "tkdos (class in dftbplus_step.tk_dos)": [[0, "dftbplus_step.tk_dos.TkDOS", false]], "tkenergy (class in dftbplus_step.tk_energy)": [[0, "dftbplus_step.tk_energy.TkEnergy", false]], "tkoptimization (class in dftbplus_step.tk_optimization)": [[0, "dftbplus_step.tk_optimization.TkOptimization", false]], "uninstall() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.uninstall", false]], "update() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.update", false]], "update() (dftbplus_step.optimization_parameters.optimizationparameters method)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters.update", false]], "update_flowchart() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.update_flowchart", false]], "version (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.version", false]], "version (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.version", false]], "version (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.version", false]], "version (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.version", false]], "version (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.version", false]], "version (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.version", false]]}, "objects": {"": [[0, 0, 0, "-", "dftbplus_step"]], "dftbplus_step": [[0, 0, 0, "-", "band_structure"], [0, 0, 0, "-", "band_structure_parameters"], [0, 0, 0, "-", "band_structure_step"], [0, 0, 0, "-", "base"], [0, 0, 0, "-", "choose_parameters"], [0, 0, 0, "-", "choose_parameters_parameters"], [0, 0, 0, "-", "choose_parameters_step"], [0, 0, 0, "-", "computational_models"], [0, 0, 0, "-", "dftbplus"], [0, 0, 0, "-", "dftbplus_parameters"], [0, 0, 0, "-", "dftbplus_step"], [0, 0, 0, "-", "dos"], [0, 0, 0, "-", "dos_parameters"], [0, 0, 0, "-", "dos_step"], [0, 0, 0, "-", "energy"], [0, 0, 0, "-", "energy_parameters"], [0, 0, 0, "-", "energy_step"], [0, 0, 0, "-", "installer"], [0, 0, 0, "-", "metadata"], [0, 0, 0, "-", "optimization"], [0, 0, 0, "-", "optimization_parameters"], [0, 0, 0, "-", "optimization_step"], [0, 0, 0, "-", "slako"], [0, 0, 0, "-", "tk_band_structure"], [0, 0, 0, "-", "tk_choose_parameters"], [0, 0, 0, "-", "tk_dftbplus"], [0, 0, 0, "-", "tk_dos"], [0, 0, 0, "-", "tk_energy"], [0, 0, 0, "-", "tk_optimization"]], "dftbplus_step.band_structure": [[0, 1, 1, "", "BandStructure"], [0, 4, 1, "", "fix_label"]], "dftbplus_step.band_structure.BandStructure": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "kpoints"], [0, 3, 1, "", "version"]], "dftbplus_step.band_structure_parameters": [[0, 1, 1, "", "BandStructureParameters"]], "dftbplus_step.band_structure_parameters.BandStructureParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.band_structure_step": [[0, 1, 1, "", "BandStructureStep"]], "dftbplus_step.band_structure_step.BandStructureStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.base": [[0, 1, 1, "", "DftbBase"], [0, 4, 1, "", "redimension"]], "dftbplus_step.base.DftbBase": [[0, 2, 1, "", "band_structure"], [0, 2, 1, "", "create_band_structure_data"], [0, 2, 1, "", "create_dos_data"], [0, 2, 1, "", "dos"], [0, 3, 1, "", "exe_config"], [0, 2, 1, "", "find_previous_step"], [0, 2, 1, "", "geometry"], [0, 2, 1, "", "get_previous_charges"], [0, 3, 1, "", "is_runable"], [0, 3, 1, "", "model"], [0, 2, 1, "", "parse_results"], [0, 2, 1, "", "run"]], "dftbplus_step.choose_parameters": [[0, 1, 1, "", "ChooseParameters"]], "dftbplus_step.choose_parameters.ChooseParameters": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 3, 1, "", "is_runable"], [0, 3, 1, "", "version"]], "dftbplus_step.choose_parameters_parameters": [[0, 1, 1, "", "ChooseParametersParameters"]], "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.choose_parameters_step": [[0, 1, 1, "", "ChooseParametersStep"]], "dftbplus_step.choose_parameters_step.ChooseParametersStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.computational_models": [[0, 4, 1, "", "computational_models_metadata"]], "dftbplus_step.dftbplus": [[0, 1, 1, "", "Dftbplus"], [0, 4, 1, "", "deep_merge"], [0, 4, 1, "", "dict_to_hsd"], [0, 4, 1, "", "parse_gen_file"]], "dftbplus_step.dftbplus.Dftbplus": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "create_parser"], [0, 2, 1, "", "description_text"], [0, 3, 1, "", "exe_config"], [0, 2, 1, "", "get_exe_config"], [0, 3, 1, "", "git_revision"], [0, 2, 1, "", "run"], [0, 2, 1, "", "set_id"], [0, 3, 1, "", "version"]], "dftbplus_step.dftbplus_parameters": [[0, 1, 1, "", "DftbplusParameters"]], "dftbplus_step.dftbplus_parameters.DftbplusParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.dftbplus_step": [[0, 1, 1, "", "DftbplusStep"]], "dftbplus_step.dftbplus_step.DftbplusStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.dos": [[0, 1, 1, "", "DOS"]], "dftbplus_step.dos.DOS": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "kpoints"], [0, 3, 1, "", "version"]], "dftbplus_step.dos_parameters": [[0, 1, 1, "", "DOSParameters"]], "dftbplus_step.dos_parameters.DOSParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.dos_step": [[0, 1, 1, "", "DOSStep"]], "dftbplus_step.dos_step.DOSStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.energy": [[0, 1, 1, "", "Energy"]], "dftbplus_step.energy.Energy": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "make_plots"], [0, 3, 1, "", "version"]], "dftbplus_step.energy_parameters": [[0, 1, 1, "", "EnergyParameters"]], "dftbplus_step.energy_parameters.EnergyParameters": [[0, 5, 1, "", "output"], [0, 5, 1, "", "parameters"]], "dftbplus_step.energy_step": [[0, 1, 1, "", "EnergyStep"]], "dftbplus_step.energy_step.EnergyStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.installer": [[0, 1, 1, "", "Installer"]], "dftbplus_step.installer.Installer": [[0, 2, 1, "", "check"], [0, 2, 1, "", "exe_version"], [0, 2, 1, "", "install"], [0, 2, 1, "", "install_files"], [0, 2, 1, "", "uninstall"], [0, 2, 1, "", "update"]], "dftbplus_step.metadata": [[0, 6, 1, "", "metadata"]], "dftbplus_step.optimization": [[0, 1, 1, "", "Optimization"]], "dftbplus_step.optimization.Optimization": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 3, 1, "", "version"]], "dftbplus_step.optimization_parameters": [[0, 1, 1, "", "OptimizationParameters"]], "dftbplus_step.optimization_parameters.OptimizationParameters": [[0, 5, 1, "", "parameters"], [0, 2, 1, "", "update"]], "dftbplus_step.optimization_step": [[0, 1, 1, "", "OptimizationStep"]], "dftbplus_step.optimization_step.OptimizationStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.slako": [[0, 4, 1, "", "add_wavefunction"], [0, 4, 1, "", "analyze_directory"], [0, 4, 1, "", "create_datafile"], [0, 4, 1, "", "find_sets"], [0, 4, 1, "", "list_partners"], [0, 4, 1, "", "parse_file"], [0, 4, 1, "", "partners"], [0, 4, 1, "", "partners2"], [0, 4, 1, "", "test_one"]], "dftbplus_step.tk_band_structure": [[0, 1, 1, "", "TkBandStructure"]], "dftbplus_step.tk_band_structure.TkBandStructure": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_choose_parameters": [[0, 1, 1, "", "TkChooseParameters"], [0, 4, 1, "", "expand_range_list"]], "dftbplus_step.tk_choose_parameters.TkChooseParameters": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_dftbplus": [[0, 1, 1, "", "TkDftbplus"]], "dftbplus_step.tk_dftbplus.TkDftbplus": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "edit"], [0, 2, 1, "", "from_flowchart"], [0, 2, 1, "", "handle_dialog"], [0, 2, 1, "", "handle_help"], [0, 2, 1, "", "right_click"], [0, 2, 1, "", "update_flowchart"]], "dftbplus_step.tk_dos": [[0, 1, 1, "", "TkDOS"]], "dftbplus_step.tk_dos.TkDOS": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_energy": [[0, 1, 1, "", "TkEnergy"]], "dftbplus_step.tk_energy.TkEnergy": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "reset_energy_frame"], [0, 2, 1, "", "reset_plotting"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_optimization": [[0, 1, 1, "", "TkOptimization"]], "dftbplus_step.tk_optimization.TkOptimization": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "reset_optimization_frame"], [0, 2, 1, "", "right_click"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "property", "Python property"], "4": ["py", "function", "Python function"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:property", "4": "py:function", "5": "py:attribute", "6": "py:data"}, "terms": {"": [0, 4, 14, 15], "0": [0, 14, 16], "00": 14, "000000": 0, "00000000000": 0, "0000000000000000": 0, "0000000000000000e": 0, "0000000000000001e": 0, "00000000e": 14, "000006": 14, "0001": [0, 14], "002": 0, "004": 0, "005": 0, "01": [0, 14], "02": 14, "05": [0, 14], "07": 14, "0779379339": 14, "077938": 14, "1": [0, 10, 12, 13, 16], "10": [0, 14, 15], "100": [0, 14, 16], "100000": 0, "1063": 14, "11": [0, 10], "110": 14, "1186": 14, "12": [0, 14], "120": 0, "124101": 14, "13": [0, 10, 14], "14": [0, 10], "14908557e": 14, "15": [0, 10], "152": 14, "1547580": 7, "16": [0, 10], "17": [0, 10], "1758": 14, "18": 10, "19": [0, 10], "1e": [0, 14], "1f": 0, "2": [0, 4, 12, 13, 14], "20": [0, 10], "200": [0, 14], "20000000000000001": 0, "2011": 14, "20115717e": 14, "2020": 14, "2021": 14, "2022": [10, 14], "2023": 10, "2024": 10, "21": [0, 10], "21681791e": 14, "22": [0, 10], "2207031250000000e": 0, "23": 10, "24": [10, 14], "25": [10, 14], "26": [0, 10], "26422777e": 14, "27": 0, "27122328e": 14, "28": 0, "280551e": 14, "284": 14, "29": [0, 10], "2946": 14, "3": [0, 4, 7, 14, 16], "30": [0, 10], "300": 0, "31": 0, "3232943": 0, "33": [0, 14], "35": 0, "356773": 0, "3ob": [0, 10, 14, 15], "3rd": [0, 12, 14], "4": [0, 4, 10, 14, 16], "40": [0, 15], "41": 14, "41505816e": 14, "47": 0, "5": [0, 4, 10, 14, 16], "50": [0, 15], "500": 10, "5143190": 14, "5153984": 14, "5159800": 14, "5281": [14, 15], "53": 0, "59": 14, "6": [0, 4, 10, 14], "63": 0, "7": [0, 4, 10, 14], "7013212": 15, "713546": 0, "79": 0, "8": [0, 10], "86": 0, "8x8x8": 16, "9": [0, 10], "9663": 14, "99": 0, "A": [0, 7, 11, 14, 16], "And": [15, 16], "As": [0, 15], "At": 7, "But": 16, "By": [10, 15], "For": [0, 9, 12, 14], "If": [0, 4, 6, 9, 14, 15, 16], "In": [0, 9, 14, 15, 16], "It": [0, 14, 16], "No": 0, "Not": [0, 14], "Of": 15, "One": 0, "Or": 6, "That": [0, 9, 14, 15, 16], "The": [0, 4, 6, 7, 9, 10, 11, 12, 14, 15, 16], "Then": 16, "There": [0, 15], "These": [10, 14, 15], "To": [4, 6, 8, 10, 11], "With": 15, "_ab_": 12, "_initio_": 12, "_paramet": 0, "_primitive_cel": 0, "a_0": 14, "a_u_tim": 0, "abil": [12, 16], "about": [0, 4, 7, 9, 10, 14, 15, 16], "abov": [10, 14, 16], "absolut": 0, "access": [0, 12], "accident": 15, "accomplish": 10, "accord": 0, "accuraci": 16, "achiev": 0, "aci": 7, "across": [10, 16], "activ": 16, "actual": [10, 14, 16], "ad": [0, 7, 10, 11], "adapt": 16, "add": [0, 4, 10, 15, 16], "add_wavefunct": [0, 2], "addit": 0, "addition": 12, "adequ": 0, "adjust": 16, "after": [0, 16], "again": [15, 16], "agreement": 15, "aim": 0, "algorithm": 0, "all": [0, 4, 10, 14, 16], "allow": [0, 10, 15, 16], "almost": [14, 16], "along": [0, 16], "alpha": 0, "alreadi": [0, 9, 14], "also": [0, 9, 10, 14, 15, 16], "alwai": [4, 6], "american": 16, "an": [0, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16], "analysi": 0, "analyz": [0, 2], "analyze_directori": [0, 2], "anatas": 16, "angstrom": 0, "ani": [0, 4, 7, 14, 15, 16], "anoth": [0, 14], "answer": 14, "anyth": 4, "apar": 0, "api": 11, "appear": 15, "appli": [0, 10], "applic": 0, "appreci": 4, "approach": [15, 16], "appropri": [0, 9, 10, 14], "approxim": [7, 12, 14, 15], "ar": [0, 4, 7, 10, 14, 15, 16], "aradi": 14, "arbitrari": [0, 12], "archiv": 15, "area": 15, "aren": 14, "arg": 0, "argpars": 0, "argument": [0, 10], "around": 15, "arrai": 10, "articl": 4, "assum": 4, "atom": [0, 10, 14, 16], "atomic_dipole_mo": 0, "atomist": 14, "attempt": 0, "auorg": 0, "automat": [0, 10, 16], "avail": [0, 10, 11, 15], "awar": 15, "award": 7, "b": [0, 4, 7, 14], "babel": 14, "back": 16, "background": 10, "banck": 14, "band": [0, 10, 12, 13], "band_structur": [2, 16], "band_structure_paramet": 2, "band_structure_step": 2, "bandstructur": [0, 2, 10], "bandstructureparamet": [0, 2], "bandstructurestep": [0, 2], "base": [2, 7, 11, 12, 14, 15, 16], "becaus": [15, 16], "becom": [10, 14, 15], "been": [10, 14], "befor": [0, 4, 14], "being": [0, 10, 12, 14], "belong": 0, "below": [0, 16], "best": [4, 10], "better": [10, 15, 16], "between": [0, 16], "bfg": 0, "bin": 14, "bind": [0, 11], "bit": [4, 15, 16], "blacksburg": 14, "blank": 10, "blog": 4, "blum": 14, "bodi": 12, "bohr": [0, 14], "bonaf\u00e9": 14, "bond": [0, 15], "bool": 0, "boolean": 0, "borg": 0, "both": [9, 16], "bottom": 16, "box": 9, "boyl": 14, "br": 0, "branch": 4, "brillouin": [0, 16], "brows": 15, "browser": [14, 16], "broyden": 0, "bsd": 7, "buccheri": 14, "bug": [10, 11], "bugfix": [4, 10], "build": [0, 10, 14], "built": [0, 14], "button": [0, 15, 16], "c": [0, 14], "calcul": [0, 7, 10, 12, 13, 15, 16], "calculategradi": 10, "call": 16, "camacho": 14, "came": 16, "can": [0, 4, 6, 9, 10, 12, 14, 15, 16], "cancel": [0, 10, 15], "cannot": 0, "canva": 0, "capabl": 12, "care": 16, "carri": 7, "case": [0, 14, 16], "caus": 10, "cd": 4, "cell": [0, 10, 16], "cell_volum": 0, "center": 0, "cevallo": 14, "chalc": 0, "challeng": 14, "chang": [0, 4, 10, 14, 15], "charact": 0, "charg": [0, 10, 14, 16], "check": [0, 2, 4, 9, 16], "checkout": 4, "chemic": [0, 14], "cheminformat": 14, "chemist": 14, "chemistri": 0, "choic": [0, 16], "choos": [0, 14, 16], "choose_paramet": 2, "choose_parameters_paramet": 2, "choose_parameters_step": 2, "chooseparamet": [0, 2, 10], "chooseparametersparamet": [0, 2], "chooseparametersstep": [0, 2], "chosen": 0, "chri": 14, "ci": [4, 10], "cif": 16, "citat": 14, "cl": 0, "class": [0, 10], "claus": 7, "clean": 10, "clear": [0, 10], "click": [0, 9, 14, 15, 16], "clone": [4, 6], "close": [0, 14, 16], "cluster": 12, "cmd": [14, 15], "co": 0, "code": [0, 7, 10, 11, 14, 15], "colinear": 12, "collinear": 0, "column": 14, "com": [0, 4, 6, 14], "combin": [10, 14, 16], "command": [0, 6, 10, 13, 14], "commit": 4, "common": 0, "commun": 15, "compar": [14, 16], "compat": [0, 10], "complet": [0, 11, 16], "compon": [0, 9, 14], "compound": 14, "comput": 0, "computational_model": 2, "computational_models_metadata": [0, 2], "concentr": 14, "concept": 15, "conda": [0, 9], "condit": 12, "conduct": 16, "config": 0, "configargpars": 0, "configur": [0, 10, 14], "conform": 15, "conjug": 14, "consid": 15, "consider": [10, 16], "consist": [0, 10, 14, 16], "construct": [14, 15], "contain": [0, 10, 11, 14, 15], "content": [1, 2, 5], "contrast": 15, "contribut": [5, 11], "control": [0, 10, 12], "conveni": 14, "conveninet": 14, "convent": [10, 16], "convention": 16, "converg": [0, 14], "convergentscconli": 0, "convers": 16, "convert": 0, "cookiecutt": 7, "coordin": [0, 14], "copi": [0, 4, 6], "core": 10, "correct": [0, 10, 12, 14], "correctli": 10, "correspond": [0, 14, 16], "cost": 16, "could": [4, 14, 15], "count": 10, "coupl": 16, "cours": [15, 16], "cover": [12, 16], "craig": 14, "crash": 10, "creat": [0, 4, 7, 14, 15, 16], "create_band_structure_data": [0, 2], "create_datafil": [0, 2], "create_dialog": [0, 2], "create_dos_data": [0, 2], "create_nod": [0, 2], "create_pars": [0, 2], "create_tk_nod": [0, 2], "credit": [4, 5, 11], "criteria": 0, "criterion": [0, 14], "crude": 16, "crystal": [0, 7, 16], "crystallin": [15, 16], "ctrl": [14, 15, 16], "cube": 10, "cumbersom": 15, "curl": 6, "current": [0, 12, 14], "current_input": 0, "custom": [0, 16], "cycl": 0, "d": [0, 7, 16], "d3": 12, "d3h5": 0, "d4": 12, "damp": 0, "dashboard": [10, 14, 15, 16], "data": [0, 10, 15], "databas": [10, 14, 15, 16], "datafil": 0, "dataset": [0, 10], "date": 9, "daylight": 14, "decim": 14, "decreas": 0, "deep": 0, "deep_merg": [0, 2], "deepli": 0, "default": [0, 10, 14, 15, 16], "default_unit": 0, "defect": 10, "defin": [0, 15, 16], "definit": [0, 16], "delet": 0, "delta": 0, "demand": 16, "densiti": [0, 7, 10, 11, 12, 14, 16], "depend": [0, 10, 16], "depth": 0, "der": 14, "deriv": 0, "descent": 0, "describ": 0, "descript": [0, 2, 4, 5, 10, 14, 15], "description_text": [0, 2], "deshay": 14, "desir": 0, "destruct": 0, "detail": [4, 9, 12, 14, 15, 16], "detect": 16, "determin": [0, 14], "develop": [0, 4, 7, 11], "dft": 7, "dftb": [0, 4, 5, 6, 8, 9, 10, 12, 15, 16], "dftb3": [0, 12], "dftb_in": 14, "dftbbase": [0, 2], "dftbplu": [2, 9, 10], "dftbplus_paramet": 2, "dftbplus_step": [1, 4, 6, 7, 8, 14], "dftbplusparamet": [0, 2], "dftbplusstep": [0, 2], "diaglimit": 0, "diagon": 0, "dialog": [0, 14, 15, 16], "dict": 0, "dict_to_hsd": [0, 2], "dictionari": 0, "did": [14, 16], "didn": 14, "diff": 14, "differ": [0, 10, 15, 16], "differenti": 0, "difficult": 15, "digest": 0, "dimens": 0, "dimension": 0, "dipol": [0, 10], "dipole_mo": 0, "dir": 0, "direct": [0, 9], "directli": 15, "directori": [0, 14], "disk": 16, "dispers": [0, 12], "displac": 0, "displai": [0, 10, 14], "divid": 14, "djpinn": 0, "do": [2, 10, 12, 13, 14], "doc": 4, "docker": 10, "docstr": 4, "document": [7, 10, 14, 15], "doe": [0, 7, 14, 16], "doesn": [0, 14, 16], "doi": [14, 15], "dollar": [15, 16], "domin": 16, "dominguez": 14, "don": [0, 6, 15], "done": [4, 14, 16], "dos_paramet": 2, "dos_step": 2, "dosparamet": [0, 2], "dosstep": [0, 2], "doubl": 16, "down": 16, "download": [6, 16], "drag": [14, 16], "draw": 0, "driven": 4, "driver": 14, "dt": 0, "due": [0, 10], "dumitric\u0103": 14, "dure": [0, 10], "dxi": 0, "dynam": 0, "e": [10, 14, 16], "e_h": [0, 14], "each": 0, "earlier": 10, "easi": 15, "easier": 4, "easiest": 9, "easili": 15, "edit": [0, 2, 14, 15], "editor": 13, "efermi": 0, "effici": 14, "eh": 14, "ehlert": 14, "eigenvalu": 0, "either": [6, 15, 16], "electricfield": 0, "electron": [0, 10, 12, 14, 16], "electrostat": 0, "element": [0, 10, 14], "eliseo": 14, "els": 0, "elsewher": 0, "elstner": [10, 14], "empir": [0, 10], "empirical_formula": 0, "enabl": 0, "end": 14, "energi": [2, 7, 10, 14, 15, 16], "energy_paramet": 2, "energy_per_formula_unit": 0, "energy_step": 2, "energyparamet": [0, 2], "energystep": [0, 2], "engin": 0, "enhanc": [4, 10], "enough": [9, 16], "ensembl": 15, "ensiti": 7, "ensur": [0, 9], "enter": 14, "enthalpi": 14, "entri": [10, 16], "entryfield": 16, "enum": 0, "enumer": 0, "environ": [0, 9, 10, 14], "epa": 14, "equal": 16, "equat": 14, "equilibrium": 12, "equival": [0, 15], "error": [0, 10, 14], "essenti": 16, "etc": [0, 14, 15], "ev": [0, 14], "even": 4, "event": 0, "everi": [4, 15], "everyth": 0, "examin": 14, "exampl": [0, 9, 14, 15], "excel": 15, "except": 14, "exe_config": [0, 2], "exe_vers": [0, 2], "execut": [0, 10], "exisit": 15, "exist": 0, "exit": 15, "expand": 0, "expand_range_list": [0, 2], "expect": 10, "experiment": 15, "expert": 0, "explain": 4, "explicit": [0, 16], "expon": 0, "expos": 11, "express": 0, "ext": [0, 14], "extend": [0, 10, 12, 13], "extens": [0, 11], "extra": 0, "extract": [0, 12], "extrapol": 0, "extrapolated0_energi": 0, "f": [7, 12, 14], "factor": 0, "falpha": 0, "fals": 0, "familair": 16, "familiar": [14, 15], "fantast": 15, "far": 11, "fast": [0, 7], "faster": [7, 12], "fatal": 10, "fdec": 0, "featur": [5, 10, 11, 12], "fermi": [0, 10, 16], "fermi_level": 0, "fi": 0, "fi2mdt2": 0, "field": [0, 15], "file": [0, 4, 10, 14, 15, 16], "filenam": 0, "fill": [0, 15], "filter": 0, "final": [10, 14, 16], "final_structur": 14, "finc": 0, "find": [0, 14, 15, 16], "find_previous_step": [0, 2], "find_set": [0, 2], "fine": [14, 16], "finish": [14, 15, 16], "finitediff": 0, "fire": 0, "first": [0, 3, 10, 12, 13, 15, 16], "fix": [0, 10, 11, 16], "fix_label": [0, 2], "flake8": 4, "fletcher": 0, "flexibl": [12, 13], "float": 0, "floppi": 15, "flowchart": [0, 14, 15, 16], "focuss": 14, "fold": 0, "folder": [14, 16], "follow": [0, 9, 12, 16], "forc": [0, 14], "forceevalu": 0, "forcerelated_energi": 0, "fork": 4, "form": 0, "format": [0, 10, 14], "format_str": 0, "formula": [0, 10], "found": [0, 7], "foundat": 7, "frame": 0, "frauenheim": 14, "free": [7, 14, 16], "freq": 0, "friendli": 0, "from": [0, 5, 7, 10, 14, 15, 16], "from_flowchart": [0, 2], "from_smiles_step": 14, "front": 16, "full": [0, 10, 12], "fulli": 10, "function": [0, 4, 7, 9, 10, 11, 12, 14], "fund": 7, "further": 0, "futur": [10, 16], "g": [10, 14, 16], "ga": 0, "gamma": 0, "gammafunct": 0, "gaussian": 0, "gen": 0, "gener": [0, 10, 13, 14, 15, 16], "gentl": 14, "geoffrei": 14, "geometri": [0, 2, 7, 12, 14, 16], "get": [0, 5, 10, 11, 14, 15, 16], "get_exe_config": [0, 2], "get_input": [0, 2], "get_previous_charg": [0, 2], "gfn1": 0, "gfn2": 0, "git": [0, 4, 6], "git_revis": [0, 2], "github": [4, 6, 7, 14], "give": [0, 10, 14, 16], "given": [0, 4, 14], "global": [0, 15], "gloss": 16, "go": [14, 15, 16], "goe": 0, "goldfarb": 0, "good": 16, "gradient": 14, "graph": [0, 10, 16], "graphic": [0, 7, 9], "great": 15, "greatli": 4, "greek": 0, "green": 16, "grid": [0, 14, 16], "gross_atomic_charg": 0, "gross_atomic_spin": 0, "group": [0, 10, 11], "guess": 10, "gui": [0, 7], "guid": [6, 9, 11], "guidelin": 5, "h": [0, 14], "ha": [10, 14, 16], "had": [10, 14, 15], "halorg": 0, "hamiltonian": [0, 12], "hand": 16, "handl": [0, 7, 10, 15, 16], "handle_dialog": [0, 2], "handle_help": [0, 2], "happen": 14, "hard": [14, 15], "hartre": [0, 14], "have": [0, 4, 6, 10, 14, 15, 16], "hcorrect": 0, "head": [14, 15], "header": [0, 2], "heat": 14, "heid": 14, "height": 0, "help": [0, 4, 14, 16], "help_text": 0, "helper": 0, "henc": 14, "here": [4, 9, 14, 16], "hermann": 14, "hessian": 0, "hh": 0, "hhmod": 0, "histori": 11, "homo": 0, "hopefulli": 15, "hourahin": 14, "how": [0, 4, 10, 14, 15, 16], "howev": 14, "hsd": [0, 14], "html": 7, "http": [0, 4, 6, 7, 14, 15], "huge": 0, "human": 0, "hutchison": 14, "hyb": 0, "hydrogen": [0, 14], "h\u2082": 14, "h\u2082o": 14, "i": [0, 4, 6, 7, 9, 10, 11, 14, 15, 16], "icon": 16, "id": 0, "ight": 7, "ignor": [0, 10], "imag": 10, "immedi": [14, 16], "implement": 11, "import": [0, 8, 10, 14], "improv": 10, "includ": [0, 4, 14], "incom": 0, "incorrect": 10, "increas": [0, 15], "ind": 7, "indent": [0, 10], "index": [1, 7], "indic": [0, 15], "inerti": 0, "info": 10, "inform": [0, 10, 14], "inher": 15, "ini": [0, 10], "initi": [0, 10, 14, 16], "initialcharg": 0, "innefici": 10, "input": [0, 10, 14, 15, 16], "input_path": 0, "ins": 15, "instal": [2, 4, 5, 10], "install_fil": [0, 2], "installerbas": 0, "instanc": 0, "institut": [7, 14], "insul": 16, "int": 0, "integ": 0, "integr": [0, 16], "interact": [0, 14, 16], "interest": [15, 16], "interfac": [0, 7], "intern": 10, "internet": [15, 16], "introduc": 15, "introduct": [11, 14], "inversejacobiweight": 0, "io": 7, "ipea1": 0, "irl": 14, "is_run": [0, 2], "iscc": 14, "issu": [4, 10, 15, 16], "item": 0, "iter": [0, 14, 16], "ith": 0, "its": [0, 14], "j": 14, "jame": 14, "jessica": 14, "job": [14, 15, 16], "job_000041": 14, "journal": 14, "just": [0, 4, 14, 15, 16], "k": [0, 10, 12, 14, 16], "keep": [4, 16], "kei": 0, "kewei": 10, "keyword": [0, 10, 14], "kind": 0, "kj": [0, 14, 15], "know": 14, "koster": [0, 10, 14], "kowalczyk": 14, "kpoint": [0, 2], "kranz": 14, "kuba\u0159": 14, "kwarg": 0, "k\u00f6hler": 14, "l": 14, "label": 0, "lack": 10, "languag": 15, "larg": [10, 16], "larger": [10, 16], "last": [0, 14], "later": 15, "latest": 10, "lattic": [0, 12], "latticeopt": 0, "latticevector": 0, "layout": 0, "lbfg": 0, "learn": [15, 16], "least": 0, "leav": [0, 16], "lee": 14, "left": [14, 16], "legend": 16, "less": 16, "let": [14, 15], "letter": 0, "level": [0, 10], "like": [0, 16], "limit": [0, 10, 14, 15], "line": [0, 10, 13, 14, 15], "linux": 10, "list": [0, 4, 10, 12, 14], "list_partn": [0, 2], "literatur": 0, "littl": [4, 15, 16], "ll": 16, "load": 0, "local": [0, 4, 15], "locat": [0, 15], "logger": 0, "long": [0, 14, 15], "longer": [0, 15], "look": [4, 14, 15], "loos": 14, "lower": 0, "lumo": 0, "lutsker": 14, "m": [0, 4, 14], "mac": [14, 15], "machin": [0, 10], "made": [10, 16], "magnet": [10, 16], "magnitud": [7, 12], "magsil": 0, "mai": [0, 16], "mail": 10, "main": [0, 10, 14], "mainli": [0, 10, 14, 16], "make": [4, 10, 13, 14, 15, 16], "make_plot": [0, 2], "manag": 14, "mani": [4, 10, 11, 12, 14, 15, 16], "manual": 15, "marin": 14, "mass": 0, "massag": 0, "master": 6, "match": 14, "materi": [7, 16], "matsci": 0, "maurer": 14, "maxangularmomentum": 0, "maxforcecompon": 0, "maxim": [0, 14], "maximalweight": 0, "maximum": [0, 14], "maxscciter": 0, "maxstep": 0, "meaning": 0, "measur": 16, "mechan": [7, 12], "meet": 4, "memori": 0, "menu": 0, "merg": 0, "mermin": [0, 14], "mermin_energi": 0, "mesh": [10, 16], "metadata": [2, 10], "methfessel": 0, "method": [0, 6, 7, 11, 14], "michael": 14, "might": [0, 4, 15, 16], "min": 14, "minerologist": 16, "minima": 15, "minimalweight": 0, "minimum": [0, 15], "minor": 10, "mint": 15, "minut": 16, "mio": [0, 10, 14, 16], "miomod": 0, "mirror": 13, "miss": [10, 14], "missing_ok": 0, "mitchel": 14, "mixer": 0, "mixingparamet": 0, "mkvirtualenv": 4, "mmcif": 14, "model": [0, 2, 10, 14], "modifi": 10, "modul": [1, 2], "mohammad": 14, "mol": [0, 14, 15], "molecul": [7, 12, 14, 15], "molecula": 14, "molecular": [0, 7, 14], "molssi": [0, 3, 4, 6, 7, 14], "molsystem": 10, "moment": [0, 7], "monkhorst": 14, "more": [0, 4, 9, 10, 12, 13, 14, 16], "morlei": 14, "most": [6, 11, 14, 15], "mostafanejad": 14, "mous": 14, "move": 10, "movedatom": 0, "much": 16, "must": [0, 15], "my": 14, "my_descript": [0, 2], "my_logg": 0, "n": 14, "na": 0, "name": [0, 4, 10, 14], "namespac": 0, "narrow": [4, 16], "nash": 14, "nation": 7, "natom": 0, "navig": 16, "nb": 0, "nc": 0, "necessari": 0, "necessarili": 15, "need": [0, 10, 14, 16], "negr": 14, "nest": 0, "new": [0, 4, 10, 15], "newer": [14, 15], "next": [0, 9, 14, 15, 16], "nh": 0, "nhmod": 0, "nice": 14, "niehau": 14, "niklasson": 14, "nmin": 0, "node": 0, "node_id": 0, "noel": 14, "non": [0, 7, 9, 12], "noncollinear": 0, "none": [0, 3], "nongraph": 0, "nor": 14, "norbit": 0, "normal": 0, "note": [0, 14, 15, 16], "noth": 0, "now": [4, 10, 14, 15, 16], "npoint": 0, "nspin": 0, "null": 0, "number": [0, 10, 14, 16], "number_of_electron": 0, "numer": [0, 16], "nx": 0, "ny": 0, "nz": 0, "o": [0, 14, 15, 16], "o_p": 16, "ob2": 0, "object": 0, "obsolet": 0, "obtain": 0, "occasion": 14, "occup": 0, "off": 16, "offer": 12, "offici": 4, "ok": [0, 16], "ol": 6, "old": 0, "oldskinterpol": 0, "onc": [6, 15, 16], "one": [0, 9, 12, 14, 15, 16], "onli": [0, 7, 10, 14, 15], "onsitecorrect": 0, "open": [4, 14, 15, 16], "oper": 4, "ophyd": 0, "optim": [2, 7, 10, 12, 14, 15, 16], "optimis": [0, 12], "optimization_paramet": 2, "optimization_step": 2, "optimizationparamet": [0, 2], "optimizationstep": [0, 2], "optimizer_conv": 0, "option": [0, 10], "orbit": [0, 10, 12, 16], "orbital_charg": 0, "order": [0, 7, 10, 12, 14], "org": [0, 3, 4, 14, 15], "organ": [14, 15], "origin": [4, 11, 14, 15, 16], "other": [0, 4, 11, 12, 14, 15, 16], "otherwis": [0, 14], "our": [0, 14, 16], "out": [0, 7, 14, 15, 16], "output": [0, 2, 10, 14, 15], "over": [10, 14, 15, 16], "overkil": 16, "overrid": 0, "overwrit": 14, "oxygen": 16, "o\u2082": 14, "p": [0, 14, 16], "pack": 14, "packag": [1, 2, 7, 12, 14], "page": [1, 14], "pane": 14, "paramat": 0, "paramet": [0, 2, 7, 10, 14, 15, 16], "parameter": [0, 15, 16], "pars": 0, "parse_fil": [0, 2], "parse_gen_fil": [0, 2], "parse_result": [0, 2], "parser": 0, "part": [0, 4, 14], "partial": [0, 16], "partic": 16, "particular": 15, "particularli": [14, 15, 16], "partner": [0, 2], "partners2": [0, 2], "pass": [0, 4], "path": [0, 10, 16], "path_nam": 0, "pathlib": 0, "paul": [3, 14], "paxton": 0, "pbc": 0, "pdo": [12, 13], "pecchia": 14, "penazzi": 14, "per": [0, 10], "perform": 16, "perhap": 16, "period": [0, 7, 10, 12, 14, 16], "persson": 14, "phase": 14, "physic": 14, "pictur": [0, 14, 16], "pip": [0, 4, 6], "pixel": 0, "place": [0, 10, 14], "pleas": 4, "plot": [0, 10, 16], "plu": 14, "plug": [0, 7, 9, 10, 11, 12, 14, 15, 16], "plugin": [0, 7], "pmw": 0, "point": [0, 7, 12, 14, 16], "polar": [0, 10, 12], "polynomialrepuls": 0, "popul": 0, "portion": 16, "possibl": [0, 4], "post": 4, "potenti": [0, 10, 15], "power": 14, "practic": 15, "precis": 0, "prefer": 6, "prefix": 15, "prepar": 0, "prescript": 16, "present": 0, "pressur": 0, "pretti": 0, "previou": [0, 10], "primari": 14, "primit": [0, 10, 16], "princip": 15, "principl": 14, "print": [0, 10, 14], "printabl": 0, "printer": 0, "printgradi": 10, "probabl": [0, 9, 11], "problem": [10, 14], "process": [6, 15], "produc": [0, 16], "prof": 10, "program": 0, "project": [4, 7, 8, 14], "prompt": 0, "properti": [0, 10], "propos": 4, "provid": [0, 7, 10, 16], "psax": [3, 14], "pubchem": 15, "public": [6, 14, 16], "pull": [5, 14], "pull_request": 4, "push": 4, "put": [0, 4, 9, 10], "py": [0, 4, 6, 10], "pypi": [4, 10], "python": [0, 4, 6, 10], "quantiti": 12, "quantum": [7, 12], "question": 0, "quick": 16, "quit": [14, 15, 16], "r": [14, 15, 16], "rais": 0, "ran": 14, "rang": 0, "rangesepar": 0, "rapidli": 15, "rare": 0, "rather": [13, 14, 15, 16], "ration": [0, 14], "re": 4, "reach": 0, "reaction": [0, 14], "read": [0, 14, 15, 16], "readabl": 0, "readi": [4, 16], "readinitialcharg": 0, "readm": [4, 10], "reason": [10, 15, 16], "receiv": 7, "recent": 6, "recip": [10, 12], "reciproc": [0, 10, 16], "recommend": 0, "recreat": 0, "rectangl": 16, "red": 16, "redimens": [0, 2], "refer": [10, 11, 14, 15], "refresh": 16, "region": 0, "regist": 0, "rel": [14, 16], "relat": 0, "relativelyrobust": 0, "relax": 0, "relaxtotalspin": 0, "releas": [5, 7, 10, 15, 16], "remain": [0, 16], "rememb": [0, 4], "replac": 0, "repo": [4, 6], "report": [0, 14], "repositori": 6, "repres": 0, "represent": [0, 14], "reproduc": [4, 14], "request": [0, 5], "requir": [10, 16], "reset": 0, "reset_dialog": [0, 2], "reset_energy_fram": [0, 2], "reset_optimization_fram": [0, 2], "reset_plot": [0, 2], "resolv": [0, 12], "resourc": 15, "respect": 0, "rest": 16, "restart": 14, "restructur": 10, "result": [0, 10, 11, 14, 15], "return": 0, "right": [0, 14, 16], "right_click": [0, 2], "rimoldi": 14, "root": 0, "rotat": [14, 15], "round": 14, "rst": 4, "run": [0, 2, 4, 6, 10, 14, 15, 16], "same": [10, 14, 15], "sampl": [12, 15, 16], "save": [0, 14, 16], "sax": [3, 14], "scalar": [0, 10], "scale": [0, 10], "scaled_dipol": 0, "scan": 0, "scc": [0, 12, 14, 16], "scctoler": 0, "scheffler": 12, "scienc": [7, 14, 15], "scope": 4, "scroll": 16, "sdf": 10, "seamm": [0, 4, 6, 7, 9, 10, 12, 13, 15], "search": [1, 15, 16], "searchabl": 10, "second": [0, 9, 10, 14, 16], "secondari": 14, "section": [0, 12, 13, 14, 15], "see": [9, 12, 14, 15, 16], "seem": 10, "seen": 15, "select": [0, 7, 9, 10, 15, 16], "self": [0, 14, 16], "semant": 0, "send": 4, "sens": [14, 15], "senseibl": 16, "separ": 0, "sequenti": 10, "set": [0, 4, 7, 10, 14, 15, 16], "set_id": [0, 2], "setup": [0, 4, 6, 10, 14, 15], "sever": 0, "shanno": 0, "share": 15, "shell": 0, "shellresolvedscc": 0, "shellresolvedspin": 0, "shift": [10, 16], "short": [0, 10], "shortcut": [9, 15], "shorthand": 0, "should": [0, 4, 9, 15, 16], "show": [0, 13, 14, 15, 16], "shown": 14, "siband": 0, "side": 16, "sign": [15, 16], "significantli": 10, "silent": 10, "similar": [0, 7, 12, 14, 15, 16], "simpl": [11, 14, 15, 16], "simpli": 9, "simul": [0, 7, 12, 14], "sinc": 16, "singl": [0, 7], "size": [0, 15, 16], "skf": 0, "slako": 2, "slater": [0, 10, 14], "slaterkosterfil": 0, "slightli": 15, "small": [14, 15, 16], "smaller": [10, 16], "smear": 0, "smile": [14, 15], "so": [0, 10, 11, 14, 15, 16], "softwar": [7, 14], "solid": 12, "solvat": 0, "solver": 0, "some": [0, 10, 11, 13, 14, 15, 16], "someth": 15, "sometim": 10, "soon": 15, "sourc": [0, 5], "space": [0, 10, 14, 16], "special": [0, 16], "specif": [0, 10], "specifi": [0, 16], "spectra": 12, "spin": [0, 10, 12, 14], "spinpolaris": 0, "stabl": 5, "stackoverflow": 0, "stage": 0, "standard": [0, 7, 10, 14], "start": [5, 10, 11, 14, 15, 16], "state": [0, 12, 14, 16], "steepest": 0, "step": [0, 4, 5, 6, 8, 9, 10, 14, 15, 16], "stepsiz": 0, "sternberg": 14, "stevedor": 0, "still": 0, "stop": 0, "storag": 15, "store": [0, 15], "str": 0, "straightforward": [9, 14], "stress": 0, "string": [0, 14, 15], "structur": [0, 7, 10, 12, 13, 14, 15], "stuckenberg": 14, "st\u00f6hr": 14, "sub": [0, 10], "subclass": 0, "subflowchart": [0, 14], "subfold": [14, 16], "submit": [15, 16], "submodul": 2, "subset": [0, 4, 10, 12], "substep": [0, 10, 16], "supercel": 0, "support": [0, 4, 10, 11, 12, 15], "sure": [4, 15], "surfac": 15, "switch": [9, 10], "sym_nam": 0, "sym_point": 0, "symmetri": [10, 16], "system": [0, 4, 7, 10, 12, 14, 15, 16], "s\u00e1nchez": 14, "t": [0, 6, 7, 14, 15, 16], "tab": 9, "tabl": [0, 14], "tag": [0, 4, 10], "take": [0, 16], "taken": 16, "tarbal": 6, "tech": 14, "temperatur": 0, "templat": 7, "tend": 14, "term": 14, "termin": 6, "test": [0, 4, 10, 16], "test_dftbplus_step": 4, "test_on": [0, 2], "text": 0, "than": [7, 13, 14, 16], "thei": [0, 4, 14, 16], "them": [0, 4, 13, 15, 16], "theme": 10, "themselv": 0, "theori": [7, 12, 14], "therein": 15, "thermal": 14, "thi": [0, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16], "thing": [15, 16], "third": 0, "thirdord": 0, "thirdorderful": 0, "those": 0, "though": [14, 15], "thought": 15, "thread": 10, "threshold": 0, "through": [4, 6, 14, 16], "throw": 0, "thu": 16, "ti": 16, "ti_d": 16, "tight": [0, 11], "tim": 14, "time": [0, 10, 14, 15, 16], "tini": 14, "tiorg": [0, 16], "tip": 5, "titanium": 16, "titl": 0, "tk": 0, "tk_band_structur": 2, "tk_choose_paramet": 2, "tk_dftbplu": 2, "tk_do": 2, "tk_energi": 2, "tk_flowchart": 0, "tk_optim": 2, "tkatchenko": [12, 14], "tkbandstructur": [0, 2], "tkcanva": 0, "tkchooseparamet": [0, 2], "tkdftbplu": [0, 2], "tkdo": [0, 2], "tkenergi": [0, 2], "tkflowchart": 0, "tknode": 0, "tkoptim": [0, 2], "toler": 0, "toluen": 15, "took": 14, "tool": [12, 15], "toolbox": 14, "top": 16, "total": [0, 10, 14, 16], "total_energi": 0, "tox": 4, "tradit": 0, "traditon": 7, "trans3d": 0, "transform": [0, 16], "transport": 12, "travi": 4, "treat": [10, 12], "trivial": 15, "troubleshoot": 4, "true": 0, "try": [10, 15, 16], "tupl": 0, "turn": 16, "turno": 16, "tutori": 10, "twice": 16, "two": [0, 7, 9, 10, 12, 14, 16], "type": [0, 5, 9, 14, 16], "typenam": 0, "typesandcoordin": 0, "typic": [7, 14, 16], "u": [0, 16], "unction": 7, "under": [0, 7, 12], "underli": 10, "underpin": 15, "understand": [15, 16], "uninstal": [0, 2], "uniqu": 11, "unit": [0, 10, 14, 16], "unknown": 0, "unless": [0, 15], "unlik": 16, "up": [4, 7, 9, 10, 14, 15, 16], "upcom": 7, "updat": [0, 2, 4, 9, 10], "update_flowchart": [0, 2], "upload": 15, "us": [0, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16], "usa": 14, "usag": 5, "user": [0, 7, 9, 11, 14], "usual": [10, 15], "util": 0, "v": 14, "va": 14, "valenc": 16, "valu": 0, "van": 14, "vandermeersch": 14, "vari": 0, "variabl": [0, 10, 15, 16], "variou": [0, 11, 12, 14], "vector": [0, 10], "veloc": 0, "veri": [14, 15], "versatil": 11, "version": [0, 2, 4, 10, 14, 15], "via": 0, "view": [14, 16], "virginia": 14, "virtualenv": 4, "virtualenvwrapp": 4, "volum": 0, "volunt": 4, "w": [0, 14], "wa": [7, 10, 14, 15, 16], "wai": [0, 4, 7, 14, 15], "want": [4, 14, 15], "warn": [0, 14], "water": [14, 15], "we": [0, 14, 15, 16], "web": 4, "websit": [4, 7, 12, 13, 14, 15, 16], "weightfactor": 0, "welcom": 4, "well": [10, 15, 16], "were": 10, "wfc": 0, "what": [0, 14, 15], "when": [0, 4, 10, 14, 15], "whenev": 16, "where": [0, 10, 14, 15], "whether": [0, 4, 10, 14], "which": [0, 7, 10, 11, 14, 15, 16], "while": [0, 10, 12, 14, 16], "whoever": 4, "why": 3, "widget": 0, "width": 0, "wikipedia": 14, "window": [0, 16], "wire": [14, 15], "wish": 9, "won": 16, "work": [4, 10, 14, 15, 16], "workflow": [12, 13], "would": 4, "write": [0, 10], "written": [0, 14], "wrote": 14, "x": 0, "xtb": [0, 10, 12], "y": [0, 14], "ye": 0, "yet": [3, 14, 15], "you": [0, 4, 6, 9, 12, 14, 15, 16], "your": [0, 4, 6, 9, 14, 16], "your_name_her": 4, "yu": 14, "z": [0, 14], "zenod": 15, "zenodo": [14, 15], "zero": [10, 14, 16], "zhao": 10, "znorg": 0, "zone": [0, 16], "zoom": 16, "\u00bde": 14, "\u00bdo\u2082": 14, "\u00e5": [0, 14, 16], "\u0159ez\u00e1\u010d": 14, "\u03b4e_f": [14, 15], "\u03b4h_f": [14, 15]}, "titles": ["dftbplus_step package", "API Documentation", "dftbplus_step", "Credits", "Contributing", "Developer Documentation", "Installation", "DFTB+ Step", "Usage", "Getting Started", "History", "DFTB+ Step", "User Guide", "DFTB+ Recipes", "Recipe 1: First Calculation with DFTB+ in SEAMM", "Recipe 1 extended: More flexible, useful workflows", "Recipe 2: Band structure, DOS and PDOS in SEAMM"], "titleterms": {"1": [14, 15], "10": 10, "12": 10, "2": [10, 16], "2020": 10, "2021": 10, "3": 10, "api": 1, "band": 16, "band_structur": 0, "band_structure_paramet": 0, "band_structure_step": 0, "base": 0, "bug": 4, "calcul": 14, "choose_paramet": 0, "choose_parameters_paramet": 0, "choose_parameters_step": 0, "computational_model": 0, "content": 0, "contribut": 4, "contributor": 3, "credit": [3, 7], "decemb": 10, "descript": 7, "develop": [3, 5], "dftb": [7, 11, 13, 14], "dftbplu": 0, "dftbplus_paramet": 0, "dftbplus_step": [0, 2], "do": [0, 16], "document": [1, 4, 5], "dos_paramet": 0, "dos_step": 0, "energi": 0, "energy_paramet": 0, "energy_step": 0, "extend": 15, "featur": [4, 7], "februari": 10, "feedback": 4, "first": 14, "fix": 4, "flexibl": 15, "from": 6, "get": [4, 9], "guid": 12, "guidelin": 4, "histori": 10, "implement": 4, "index": 12, "indic": 1, "inform": 11, "instal": [0, 6, 9], "introduct": [15, 16], "lead": 3, "look": 16, "metadata": 0, "modul": 0, "more": [11, 15], "optim": 0, "optimization_paramet": 0, "optimization_step": 0, "packag": 0, "pdo": 16, "pull": 4, "recip": [13, 14, 15, 16], "releas": 6, "replac": 9, "report": 4, "request": 4, "result": 16, "seamm": [14, 16], "slako": 0, "sourc": 6, "stabl": 6, "start": [4, 9], "step": [7, 11], "structur": 16, "submit": 4, "submodul": 0, "summari": [14, 15, 16], "tabl": 1, "thi": 9, "tip": 4, "tk_band_structur": 0, "tk_choose_paramet": 0, "tk_dftbplu": 0, "tk_do": 0, "tk_energi": 0, "tk_optim": 0, "tutori": [14, 15, 16], "type": 4, "us": 15, "usag": 8, "user": 12, "workflow": 15, "write": 4}}) \ No newline at end of file +Search.setIndex({"alltitles": {"2020.12.2 (2 December 2020)": [[10, "december-2020"]], "2021.2.10 (10 February 2021)": [[10, "february-2021"]], "2021.2.3 (3 February 2021)": [[10, "id1"]], "API Documentation": [[1, null]], "Contributing": [[4, null]], "Contributors": [[3, "contributors"]], "Credits": [[3, null], [7, "credits"]], "DFTB+ Recipes": [[13, null]], "DFTB+ Step": [[7, null], [11, null]], "Description": [[7, "description"]], "Developer Documentation": [[5, null]], "Development Lead": [[3, "development-lead"]], "Features": [[7, "features"]], "Fix Bugs": [[4, "fix-bugs"]], "From sources": [[6, "from-sources"]], "Get Started!": [[4, "get-started"]], "Getting Started": [[9, null]], "History": [[10, null]], "Implement Features": [[4, "implement-features"]], "Index": [[12, "index"]], "Indices and tables": [[1, "indices-and-tables"]], "Installation": [[6, null], [9, "installation"]], "Introduction": [[15, "introduction"], [16, "introduction"]], "Looking at the Results": [[16, "looking-at-the-results"]], "Module contents": [[0, "module-dftbplus_step"]], "More Information": [[11, "more-information"]], "Pull Request Guidelines": [[4, "pull-request-guidelines"]], "Recipe 1 extended: More flexible, useful workflows": [[15, null]], "Recipe 1: First Calculation with DFTB+ in SEAMM": [[14, null]], "Recipe 2: Band structure, DOS and PDOS in SEAMM": [[16, null]], "Replace this!": [[9, "replace-this"]], "Report Bugs": [[4, "report-bugs"]], "Stable release": [[6, "stable-release"]], "Submit Feedback": [[4, "submit-feedback"]], "Submodules": [[0, "submodules"]], "Summary": [[14, "summary"], [15, "summary"], [16, "summary"]], "Tips": [[4, "tips"]], "Tutorial": [[14, "tutorial"], [15, "tutorial"], [16, "tutorial"]], "Types of Contributions": [[4, "types-of-contributions"]], "Usage": [[8, null]], "User Guide": [[12, null]], "Write Documentation": [[4, "write-documentation"]], "dftbplus_step": [[2, null]], "dftbplus_step package": [[0, null]], "dftbplus_step.band_structure module": [[0, "module-dftbplus_step.band_structure"]], "dftbplus_step.band_structure_parameters module": [[0, "module-dftbplus_step.band_structure_parameters"]], "dftbplus_step.band_structure_step module": [[0, "module-dftbplus_step.band_structure_step"]], "dftbplus_step.base module": [[0, "module-dftbplus_step.base"]], "dftbplus_step.choose_parameters module": [[0, "module-dftbplus_step.choose_parameters"]], "dftbplus_step.choose_parameters_parameters module": [[0, "module-dftbplus_step.choose_parameters_parameters"]], "dftbplus_step.choose_parameters_step module": [[0, "module-dftbplus_step.choose_parameters_step"]], "dftbplus_step.computational_models module": [[0, "module-dftbplus_step.computational_models"]], "dftbplus_step.dftbplus module": [[0, "module-dftbplus_step.dftbplus"]], "dftbplus_step.dftbplus_parameters module": [[0, "module-dftbplus_step.dftbplus_parameters"]], "dftbplus_step.dftbplus_step module": [[0, "module-dftbplus_step.dftbplus_step"]], "dftbplus_step.dos module": [[0, "module-dftbplus_step.dos"]], "dftbplus_step.dos_parameters module": [[0, "module-dftbplus_step.dos_parameters"]], "dftbplus_step.dos_step module": [[0, "module-dftbplus_step.dos_step"]], "dftbplus_step.energy module": [[0, "module-dftbplus_step.energy"]], "dftbplus_step.energy_parameters module": [[0, "module-dftbplus_step.energy_parameters"]], "dftbplus_step.energy_step module": [[0, "module-dftbplus_step.energy_step"]], "dftbplus_step.installer module": [[0, "module-dftbplus_step.installer"]], "dftbplus_step.metadata module": [[0, "module-dftbplus_step.metadata"]], "dftbplus_step.optimization module": [[0, "module-dftbplus_step.optimization"]], "dftbplus_step.optimization_parameters module": [[0, "module-dftbplus_step.optimization_parameters"]], "dftbplus_step.optimization_step module": [[0, "module-dftbplus_step.optimization_step"]], "dftbplus_step.slako module": [[0, "module-dftbplus_step.slako"]], "dftbplus_step.tk_band_structure module": [[0, "module-dftbplus_step.tk_band_structure"]], "dftbplus_step.tk_choose_parameters module": [[0, "module-dftbplus_step.tk_choose_parameters"]], "dftbplus_step.tk_dftbplus module": [[0, "module-dftbplus_step.tk_dftbplus"]], "dftbplus_step.tk_dos module": [[0, "module-dftbplus_step.tk_dos"]], "dftbplus_step.tk_energy module": [[0, "module-dftbplus_step.tk_energy"]], "dftbplus_step.tk_optimization module": [[0, "module-dftbplus_step.tk_optimization"]]}, "docnames": ["api/dftbplus_step", "api/index", "api/modules", "authors", "developer_guide/contributing", "developer_guide/index", "developer_guide/installation", "developer_guide/readme", "developer_guide/usage", "getting_started/index", "history", "index", "user_guide/index", "user_guide/recipes/index", "user_guide/recipes/recipe_1", "user_guide/recipes/recipe_1_extended", "user_guide/recipes/recipe_2"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["api/dftbplus_step.rst", "api/index.rst", "api/modules.rst", "authors.rst", "developer_guide/contributing.rst", "developer_guide/index.rst", "developer_guide/installation.rst", "developer_guide/readme.rst", "developer_guide/usage.rst", "getting_started/index.rst", "history.rst", "index.rst", "user_guide/index.rst", "user_guide/recipes/index.rst", "user_guide/recipes/recipe_1.rst", "user_guide/recipes/recipe_1_extended.rst", "user_guide/recipes/recipe_2.rst"], "indexentries": {"add_wavefunction() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.add_wavefunction", false]], "analyze() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.analyze", false]], "analyze() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.analyze", false]], "analyze() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.analyze", false]], "analyze() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.analyze", false]], "analyze() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.analyze", false]], "analyze() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.analyze", false]], "analyze_directory() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.analyze_directory", false]], "band_structure() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.band_structure", false]], "bandstructure (class in dftbplus_step.band_structure)": [[0, "dftbplus_step.band_structure.BandStructure", false]], "bandstructureparameters (class in dftbplus_step.band_structure_parameters)": [[0, "dftbplus_step.band_structure_parameters.BandStructureParameters", false]], "bandstructurestep (class in dftbplus_step.band_structure_step)": [[0, "dftbplus_step.band_structure_step.BandStructureStep", false]], "check() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.check", false]], "chooseparameters (class in dftbplus_step.choose_parameters)": [[0, "dftbplus_step.choose_parameters.ChooseParameters", false]], "chooseparametersparameters (class in dftbplus_step.choose_parameters_parameters)": [[0, "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters", false]], "chooseparametersstep (class in dftbplus_step.choose_parameters_step)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep", false]], "computational_models_metadata() (in module dftbplus_step.computational_models)": [[0, "dftbplus_step.computational_models.computational_models_metadata", false]], "create_band_structure_data() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.create_band_structure_data", false]], "create_datafile() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.create_datafile", false]], "create_dialog() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.create_dialog", false]], "create_dialog() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.create_dialog", false]], "create_dialog() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.create_dialog", false]], "create_dialog() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.create_dialog", false]], "create_dialog() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.create_dialog", false]], "create_dialog() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.create_dialog", false]], "create_dos_data() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.create_dos_data", false]], "create_node() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.create_node", false]], "create_node() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.create_node", false]], "create_node() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.create_node", false]], "create_node() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.create_node", false]], "create_node() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.create_node", false]], "create_node() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.create_node", false]], "create_parser() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.create_parser", false]], "create_tk_node() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.create_tk_node", false]], "create_tk_node() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.create_tk_node", false]], "deep_merge() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.deep_merge", false]], "description() (dftbplus_step.band_structure_step.bandstructurestep method)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.description", false]], "description() (dftbplus_step.choose_parameters_step.chooseparametersstep method)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.description", false]], "description() (dftbplus_step.dftbplus_step.dftbplusstep method)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.description", false]], "description() (dftbplus_step.dos_step.dosstep method)": [[0, "dftbplus_step.dos_step.DOSStep.description", false]], "description() (dftbplus_step.energy_step.energystep method)": [[0, "dftbplus_step.energy_step.EnergyStep.description", false]], "description() (dftbplus_step.optimization_step.optimizationstep method)": [[0, "dftbplus_step.optimization_step.OptimizationStep.description", false]], "description_text() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.description_text", false]], "description_text() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.description_text", false]], "description_text() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.description_text", false]], "description_text() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.description_text", false]], "description_text() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.description_text", false]], "description_text() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.description_text", false]], "dftbbase (class in dftbplus_step.base)": [[0, "dftbplus_step.base.DftbBase", false]], "dftbplus (class in dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.Dftbplus", false]], "dftbplus_step": [[0, "module-dftbplus_step", false]], "dftbplus_step.band_structure": [[0, "module-dftbplus_step.band_structure", false]], "dftbplus_step.band_structure_parameters": [[0, "module-dftbplus_step.band_structure_parameters", false]], "dftbplus_step.band_structure_step": [[0, "module-dftbplus_step.band_structure_step", false]], "dftbplus_step.base": [[0, "module-dftbplus_step.base", false]], "dftbplus_step.choose_parameters": [[0, "module-dftbplus_step.choose_parameters", false]], "dftbplus_step.choose_parameters_parameters": [[0, "module-dftbplus_step.choose_parameters_parameters", false]], "dftbplus_step.choose_parameters_step": [[0, "module-dftbplus_step.choose_parameters_step", false]], "dftbplus_step.computational_models": [[0, "module-dftbplus_step.computational_models", false]], "dftbplus_step.dftbplus": [[0, "module-dftbplus_step.dftbplus", false]], "dftbplus_step.dftbplus_parameters": [[0, "module-dftbplus_step.dftbplus_parameters", false]], "dftbplus_step.dftbplus_step": [[0, "module-dftbplus_step.dftbplus_step", false]], "dftbplus_step.dos": [[0, "module-dftbplus_step.dos", false]], "dftbplus_step.dos_parameters": [[0, "module-dftbplus_step.dos_parameters", false]], "dftbplus_step.dos_step": [[0, "module-dftbplus_step.dos_step", false]], "dftbplus_step.energy": [[0, "module-dftbplus_step.energy", false]], "dftbplus_step.energy_parameters": [[0, "module-dftbplus_step.energy_parameters", false]], "dftbplus_step.energy_step": [[0, "module-dftbplus_step.energy_step", false]], "dftbplus_step.installer": [[0, "module-dftbplus_step.installer", false]], "dftbplus_step.metadata": [[0, "module-dftbplus_step.metadata", false]], "dftbplus_step.optimization": [[0, "module-dftbplus_step.optimization", false]], "dftbplus_step.optimization_parameters": [[0, "module-dftbplus_step.optimization_parameters", false]], "dftbplus_step.optimization_step": [[0, "module-dftbplus_step.optimization_step", false]], "dftbplus_step.slako": [[0, "module-dftbplus_step.slako", false]], "dftbplus_step.tk_band_structure": [[0, "module-dftbplus_step.tk_band_structure", false]], "dftbplus_step.tk_choose_parameters": [[0, "module-dftbplus_step.tk_choose_parameters", false]], "dftbplus_step.tk_dftbplus": [[0, "module-dftbplus_step.tk_dftbplus", false]], "dftbplus_step.tk_dos": [[0, "module-dftbplus_step.tk_dos", false]], "dftbplus_step.tk_energy": [[0, "module-dftbplus_step.tk_energy", false]], "dftbplus_step.tk_optimization": [[0, "module-dftbplus_step.tk_optimization", false]], "dftbplusparameters (class in dftbplus_step.dftbplus_parameters)": [[0, "dftbplus_step.dftbplus_parameters.DftbplusParameters", false]], "dftbplusstep (class in dftbplus_step.dftbplus_step)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep", false]], "dict_to_hsd() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.dict_to_hsd", false]], "dos (class in dftbplus_step.dos)": [[0, "dftbplus_step.dos.DOS", false]], "dos() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.dos", false]], "dosparameters (class in dftbplus_step.dos_parameters)": [[0, "dftbplus_step.dos_parameters.DOSParameters", false]], "dosstep (class in dftbplus_step.dos_step)": [[0, "dftbplus_step.dos_step.DOSStep", false]], "edit() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.edit", false]], "energy (class in dftbplus_step.energy)": [[0, "dftbplus_step.energy.Energy", false]], "energyparameters (class in dftbplus_step.energy_parameters)": [[0, "dftbplus_step.energy_parameters.EnergyParameters", false]], "energystep (class in dftbplus_step.energy_step)": [[0, "dftbplus_step.energy_step.EnergyStep", false]], "exe_config (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.exe_config", false]], "exe_config (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.exe_config", false]], "exe_version() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.exe_version", false]], "expand_range_list() (in module dftbplus_step.tk_choose_parameters)": [[0, "dftbplus_step.tk_choose_parameters.expand_range_list", false]], "find_previous_step() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.find_previous_step", false]], "find_sets() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.find_sets", false]], "fix_label() (in module dftbplus_step.band_structure)": [[0, "dftbplus_step.band_structure.fix_label", false]], "from_flowchart() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.from_flowchart", false]], "geometry() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.geometry", false]], "get_exe_config() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.get_exe_config", false]], "get_input() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.get_input", false]], "get_input() (dftbplus_step.choose_parameters.chooseparameters method)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.get_input", false]], "get_input() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.get_input", false]], "get_input() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.get_input", false]], "get_input() (dftbplus_step.optimization.optimization method)": [[0, "dftbplus_step.optimization.Optimization.get_input", false]], "get_previous_charges() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.get_previous_charges", false]], "git_revision (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.git_revision", false]], "git_revision (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.git_revision", false]], "git_revision (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.git_revision", false]], "git_revision (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.git_revision", false]], "git_revision (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.git_revision", false]], "git_revision (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.git_revision", false]], "handle_dialog() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.handle_dialog", false]], "handle_help() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.handle_help", false]], "header (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.header", false]], "header (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.header", false]], "header (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.header", false]], "header (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.header", false]], "header (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.header", false]], "install() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.install", false]], "install_files() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.install_files", false]], "installer (class in dftbplus_step.installer)": [[0, "dftbplus_step.installer.Installer", false]], "is_runable (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.is_runable", false]], "is_runable (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.is_runable", false]], "kpoints() (dftbplus_step.band_structure.bandstructure method)": [[0, "dftbplus_step.band_structure.BandStructure.kpoints", false]], "kpoints() (dftbplus_step.dos.dos method)": [[0, "dftbplus_step.dos.DOS.kpoints", false]], "list_partners() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.list_partners", false]], "make_plots() (dftbplus_step.energy.energy method)": [[0, "dftbplus_step.energy.Energy.make_plots", false]], "metadata (in module dftbplus_step.metadata)": [[0, "dftbplus_step.metadata.metadata", false]], "model (dftbplus_step.base.dftbbase property)": [[0, "dftbplus_step.base.DftbBase.model", false]], "module": [[0, "module-dftbplus_step", false], [0, "module-dftbplus_step.band_structure", false], [0, "module-dftbplus_step.band_structure_parameters", false], [0, "module-dftbplus_step.band_structure_step", false], [0, "module-dftbplus_step.base", false], [0, "module-dftbplus_step.choose_parameters", false], [0, "module-dftbplus_step.choose_parameters_parameters", false], [0, "module-dftbplus_step.choose_parameters_step", false], [0, "module-dftbplus_step.computational_models", false], [0, "module-dftbplus_step.dftbplus", false], [0, "module-dftbplus_step.dftbplus_parameters", false], [0, "module-dftbplus_step.dftbplus_step", false], [0, "module-dftbplus_step.dos", false], [0, "module-dftbplus_step.dos_parameters", false], [0, "module-dftbplus_step.dos_step", false], [0, "module-dftbplus_step.energy", false], [0, "module-dftbplus_step.energy_parameters", false], [0, "module-dftbplus_step.energy_step", false], [0, "module-dftbplus_step.installer", false], [0, "module-dftbplus_step.metadata", false], [0, "module-dftbplus_step.optimization", false], [0, "module-dftbplus_step.optimization_parameters", false], [0, "module-dftbplus_step.optimization_step", false], [0, "module-dftbplus_step.slako", false], [0, "module-dftbplus_step.tk_band_structure", false], [0, "module-dftbplus_step.tk_choose_parameters", false], [0, "module-dftbplus_step.tk_dftbplus", false], [0, "module-dftbplus_step.tk_dos", false], [0, "module-dftbplus_step.tk_energy", false], [0, "module-dftbplus_step.tk_optimization", false]], "my_description (dftbplus_step.band_structure_step.bandstructurestep attribute)": [[0, "dftbplus_step.band_structure_step.BandStructureStep.my_description", false]], "my_description (dftbplus_step.choose_parameters_step.chooseparametersstep attribute)": [[0, "dftbplus_step.choose_parameters_step.ChooseParametersStep.my_description", false]], "my_description (dftbplus_step.dftbplus_step.dftbplusstep attribute)": [[0, "dftbplus_step.dftbplus_step.DftbplusStep.my_description", false]], "my_description (dftbplus_step.dos_step.dosstep attribute)": [[0, "dftbplus_step.dos_step.DOSStep.my_description", false]], "my_description (dftbplus_step.energy_step.energystep attribute)": [[0, "dftbplus_step.energy_step.EnergyStep.my_description", false]], "my_description (dftbplus_step.optimization_step.optimizationstep attribute)": [[0, "dftbplus_step.optimization_step.OptimizationStep.my_description", false]], "optimization (class in dftbplus_step.optimization)": [[0, "dftbplus_step.optimization.Optimization", false]], "optimizationparameters (class in dftbplus_step.optimization_parameters)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters", false]], "optimizationstep (class in dftbplus_step.optimization_step)": [[0, "dftbplus_step.optimization_step.OptimizationStep", false]], "output (dftbplus_step.energy_parameters.energyparameters attribute)": [[0, "dftbplus_step.energy_parameters.EnergyParameters.output", false]], "parameters (dftbplus_step.band_structure_parameters.bandstructureparameters attribute)": [[0, "dftbplus_step.band_structure_parameters.BandStructureParameters.parameters", false]], "parameters (dftbplus_step.choose_parameters_parameters.chooseparametersparameters attribute)": [[0, "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters.parameters", false]], "parameters (dftbplus_step.dftbplus_parameters.dftbplusparameters attribute)": [[0, "dftbplus_step.dftbplus_parameters.DftbplusParameters.parameters", false]], "parameters (dftbplus_step.dos_parameters.dosparameters attribute)": [[0, "dftbplus_step.dos_parameters.DOSParameters.parameters", false]], "parameters (dftbplus_step.energy_parameters.energyparameters attribute)": [[0, "dftbplus_step.energy_parameters.EnergyParameters.parameters", false]], "parameters (dftbplus_step.optimization_parameters.optimizationparameters attribute)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters.parameters", false]], "parse_file() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.parse_file", false]], "parse_gen_file() (in module dftbplus_step.dftbplus)": [[0, "dftbplus_step.dftbplus.parse_gen_file", false]], "parse_results() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.parse_results", false]], "partners() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.partners", false]], "partners2() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.partners2", false]], "redimension() (in module dftbplus_step.base)": [[0, "dftbplus_step.base.redimension", false]], "reset_dialog() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_dialog", false]], "reset_dialog() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.reset_dialog", false]], "reset_energy_frame() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_energy_frame", false]], "reset_optimization_frame() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.reset_optimization_frame", false]], "reset_plotting() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.reset_plotting", false]], "right_click() (dftbplus_step.tk_band_structure.tkbandstructure method)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure.right_click", false]], "right_click() (dftbplus_step.tk_choose_parameters.tkchooseparameters method)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters.right_click", false]], "right_click() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.right_click", false]], "right_click() (dftbplus_step.tk_dos.tkdos method)": [[0, "dftbplus_step.tk_dos.TkDOS.right_click", false]], "right_click() (dftbplus_step.tk_energy.tkenergy method)": [[0, "dftbplus_step.tk_energy.TkEnergy.right_click", false]], "right_click() (dftbplus_step.tk_optimization.tkoptimization method)": [[0, "dftbplus_step.tk_optimization.TkOptimization.right_click", false]], "run() (dftbplus_step.base.dftbbase method)": [[0, "dftbplus_step.base.DftbBase.run", false]], "run() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.run", false]], "set_id() (dftbplus_step.dftbplus.dftbplus method)": [[0, "dftbplus_step.dftbplus.Dftbplus.set_id", false]], "test_one() (in module dftbplus_step.slako)": [[0, "dftbplus_step.slako.test_one", false]], "tkbandstructure (class in dftbplus_step.tk_band_structure)": [[0, "dftbplus_step.tk_band_structure.TkBandStructure", false]], "tkchooseparameters (class in dftbplus_step.tk_choose_parameters)": [[0, "dftbplus_step.tk_choose_parameters.TkChooseParameters", false]], "tkdftbplus (class in dftbplus_step.tk_dftbplus)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus", false]], "tkdos (class in dftbplus_step.tk_dos)": [[0, "dftbplus_step.tk_dos.TkDOS", false]], "tkenergy (class in dftbplus_step.tk_energy)": [[0, "dftbplus_step.tk_energy.TkEnergy", false]], "tkoptimization (class in dftbplus_step.tk_optimization)": [[0, "dftbplus_step.tk_optimization.TkOptimization", false]], "uninstall() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.uninstall", false]], "update() (dftbplus_step.installer.installer method)": [[0, "dftbplus_step.installer.Installer.update", false]], "update() (dftbplus_step.optimization_parameters.optimizationparameters method)": [[0, "dftbplus_step.optimization_parameters.OptimizationParameters.update", false]], "update_flowchart() (dftbplus_step.tk_dftbplus.tkdftbplus method)": [[0, "dftbplus_step.tk_dftbplus.TkDftbplus.update_flowchart", false]], "version (dftbplus_step.band_structure.bandstructure property)": [[0, "dftbplus_step.band_structure.BandStructure.version", false]], "version (dftbplus_step.choose_parameters.chooseparameters property)": [[0, "dftbplus_step.choose_parameters.ChooseParameters.version", false]], "version (dftbplus_step.dftbplus.dftbplus property)": [[0, "dftbplus_step.dftbplus.Dftbplus.version", false]], "version (dftbplus_step.dos.dos property)": [[0, "dftbplus_step.dos.DOS.version", false]], "version (dftbplus_step.energy.energy property)": [[0, "dftbplus_step.energy.Energy.version", false]], "version (dftbplus_step.optimization.optimization property)": [[0, "dftbplus_step.optimization.Optimization.version", false]]}, "objects": {"": [[0, 0, 0, "-", "dftbplus_step"]], "dftbplus_step": [[0, 0, 0, "-", "band_structure"], [0, 0, 0, "-", "band_structure_parameters"], [0, 0, 0, "-", "band_structure_step"], [0, 0, 0, "-", "base"], [0, 0, 0, "-", "choose_parameters"], [0, 0, 0, "-", "choose_parameters_parameters"], [0, 0, 0, "-", "choose_parameters_step"], [0, 0, 0, "-", "computational_models"], [0, 0, 0, "-", "dftbplus"], [0, 0, 0, "-", "dftbplus_parameters"], [0, 0, 0, "-", "dftbplus_step"], [0, 0, 0, "-", "dos"], [0, 0, 0, "-", "dos_parameters"], [0, 0, 0, "-", "dos_step"], [0, 0, 0, "-", "energy"], [0, 0, 0, "-", "energy_parameters"], [0, 0, 0, "-", "energy_step"], [0, 0, 0, "-", "installer"], [0, 0, 0, "-", "metadata"], [0, 0, 0, "-", "optimization"], [0, 0, 0, "-", "optimization_parameters"], [0, 0, 0, "-", "optimization_step"], [0, 0, 0, "-", "slako"], [0, 0, 0, "-", "tk_band_structure"], [0, 0, 0, "-", "tk_choose_parameters"], [0, 0, 0, "-", "tk_dftbplus"], [0, 0, 0, "-", "tk_dos"], [0, 0, 0, "-", "tk_energy"], [0, 0, 0, "-", "tk_optimization"]], "dftbplus_step.band_structure": [[0, 1, 1, "", "BandStructure"], [0, 4, 1, "", "fix_label"]], "dftbplus_step.band_structure.BandStructure": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "kpoints"], [0, 3, 1, "", "version"]], "dftbplus_step.band_structure_parameters": [[0, 1, 1, "", "BandStructureParameters"]], "dftbplus_step.band_structure_parameters.BandStructureParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.band_structure_step": [[0, 1, 1, "", "BandStructureStep"]], "dftbplus_step.band_structure_step.BandStructureStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.base": [[0, 1, 1, "", "DftbBase"], [0, 4, 1, "", "redimension"]], "dftbplus_step.base.DftbBase": [[0, 2, 1, "", "band_structure"], [0, 2, 1, "", "create_band_structure_data"], [0, 2, 1, "", "create_dos_data"], [0, 2, 1, "", "dos"], [0, 3, 1, "", "exe_config"], [0, 2, 1, "", "find_previous_step"], [0, 2, 1, "", "geometry"], [0, 2, 1, "", "get_previous_charges"], [0, 3, 1, "", "is_runable"], [0, 3, 1, "", "model"], [0, 2, 1, "", "parse_results"], [0, 2, 1, "", "run"]], "dftbplus_step.choose_parameters": [[0, 1, 1, "", "ChooseParameters"]], "dftbplus_step.choose_parameters.ChooseParameters": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 3, 1, "", "is_runable"], [0, 3, 1, "", "version"]], "dftbplus_step.choose_parameters_parameters": [[0, 1, 1, "", "ChooseParametersParameters"]], "dftbplus_step.choose_parameters_parameters.ChooseParametersParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.choose_parameters_step": [[0, 1, 1, "", "ChooseParametersStep"]], "dftbplus_step.choose_parameters_step.ChooseParametersStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.computational_models": [[0, 4, 1, "", "computational_models_metadata"]], "dftbplus_step.dftbplus": [[0, 1, 1, "", "Dftbplus"], [0, 4, 1, "", "deep_merge"], [0, 4, 1, "", "dict_to_hsd"], [0, 4, 1, "", "parse_gen_file"]], "dftbplus_step.dftbplus.Dftbplus": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "create_parser"], [0, 2, 1, "", "description_text"], [0, 3, 1, "", "exe_config"], [0, 2, 1, "", "get_exe_config"], [0, 3, 1, "", "git_revision"], [0, 2, 1, "", "run"], [0, 2, 1, "", "set_id"], [0, 3, 1, "", "version"]], "dftbplus_step.dftbplus_parameters": [[0, 1, 1, "", "DftbplusParameters"]], "dftbplus_step.dftbplus_parameters.DftbplusParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.dftbplus_step": [[0, 1, 1, "", "DftbplusStep"]], "dftbplus_step.dftbplus_step.DftbplusStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.dos": [[0, 1, 1, "", "DOS"]], "dftbplus_step.dos.DOS": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "kpoints"], [0, 3, 1, "", "version"]], "dftbplus_step.dos_parameters": [[0, 1, 1, "", "DOSParameters"]], "dftbplus_step.dos_parameters.DOSParameters": [[0, 5, 1, "", "parameters"]], "dftbplus_step.dos_step": [[0, 1, 1, "", "DOSStep"]], "dftbplus_step.dos_step.DOSStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.energy": [[0, 1, 1, "", "Energy"]], "dftbplus_step.energy.Energy": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 2, 1, "", "make_plots"], [0, 3, 1, "", "version"]], "dftbplus_step.energy_parameters": [[0, 1, 1, "", "EnergyParameters"]], "dftbplus_step.energy_parameters.EnergyParameters": [[0, 5, 1, "", "output"], [0, 5, 1, "", "parameters"]], "dftbplus_step.energy_step": [[0, 1, 1, "", "EnergyStep"]], "dftbplus_step.energy_step.EnergyStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.installer": [[0, 1, 1, "", "Installer"]], "dftbplus_step.installer.Installer": [[0, 2, 1, "", "check"], [0, 2, 1, "", "exe_version"], [0, 2, 1, "", "install"], [0, 2, 1, "", "install_files"], [0, 2, 1, "", "uninstall"], [0, 2, 1, "", "update"]], "dftbplus_step.metadata": [[0, 6, 1, "", "metadata"]], "dftbplus_step.optimization": [[0, 1, 1, "", "Optimization"]], "dftbplus_step.optimization.Optimization": [[0, 2, 1, "", "analyze"], [0, 2, 1, "", "description_text"], [0, 2, 1, "", "get_input"], [0, 3, 1, "", "git_revision"], [0, 3, 1, "", "header"], [0, 3, 1, "", "version"]], "dftbplus_step.optimization_parameters": [[0, 1, 1, "", "OptimizationParameters"]], "dftbplus_step.optimization_parameters.OptimizationParameters": [[0, 5, 1, "", "parameters"], [0, 2, 1, "", "update"]], "dftbplus_step.optimization_step": [[0, 1, 1, "", "OptimizationStep"]], "dftbplus_step.optimization_step.OptimizationStep": [[0, 2, 1, "", "create_node"], [0, 2, 1, "", "create_tk_node"], [0, 2, 1, "", "description"], [0, 5, 1, "", "my_description"]], "dftbplus_step.slako": [[0, 4, 1, "", "add_wavefunction"], [0, 4, 1, "", "analyze_directory"], [0, 4, 1, "", "create_datafile"], [0, 4, 1, "", "find_sets"], [0, 4, 1, "", "list_partners"], [0, 4, 1, "", "parse_file"], [0, 4, 1, "", "partners"], [0, 4, 1, "", "partners2"], [0, 4, 1, "", "test_one"]], "dftbplus_step.tk_band_structure": [[0, 1, 1, "", "TkBandStructure"]], "dftbplus_step.tk_band_structure.TkBandStructure": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_choose_parameters": [[0, 1, 1, "", "TkChooseParameters"], [0, 4, 1, "", "expand_range_list"]], "dftbplus_step.tk_choose_parameters.TkChooseParameters": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_dftbplus": [[0, 1, 1, "", "TkDftbplus"]], "dftbplus_step.tk_dftbplus.TkDftbplus": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "edit"], [0, 2, 1, "", "from_flowchart"], [0, 2, 1, "", "handle_dialog"], [0, 2, 1, "", "handle_help"], [0, 2, 1, "", "right_click"], [0, 2, 1, "", "update_flowchart"]], "dftbplus_step.tk_dos": [[0, 1, 1, "", "TkDOS"]], "dftbplus_step.tk_dos.TkDOS": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_energy": [[0, 1, 1, "", "TkEnergy"]], "dftbplus_step.tk_energy.TkEnergy": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "reset_energy_frame"], [0, 2, 1, "", "reset_plotting"], [0, 2, 1, "", "right_click"]], "dftbplus_step.tk_optimization": [[0, 1, 1, "", "TkOptimization"]], "dftbplus_step.tk_optimization.TkOptimization": [[0, 2, 1, "", "create_dialog"], [0, 2, 1, "", "reset_dialog"], [0, 2, 1, "", "reset_optimization_frame"], [0, 2, 1, "", "right_click"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "property", "Python property"], "4": ["py", "function", "Python function"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:property", "4": "py:function", "5": "py:attribute", "6": "py:data"}, "terms": {"": [0, 4, 14, 15], "0": [0, 14, 16], "00": 14, "000000": 0, "00000000000": 0, "0000000000000000": 0, "0000000000000000e": 0, "0000000000000001e": 0, "00000000e": 14, "000006": 14, "0001": [0, 14], "002": 0, "004": 0, "005": 0, "01": [0, 14], "02": 14, "05": [0, 14], "07": 14, "0779379339": 14, "077938": 14, "1": [0, 10, 12, 13, 16], "10": [0, 14, 15], "100": [0, 14, 16], "100000": 0, "1063": 14, "11": [0, 10], "110": 14, "1186": 14, "12": [0, 14], "120": 0, "124101": 14, "13": [0, 10, 14], "14": [0, 10], "14908557e": 14, "15": [0, 10], "152": 14, "1547580": 7, "16": [0, 10], "17": [0, 10], "1758": 14, "18": 10, "19": [0, 10], "1e": [0, 14], "1f": 0, "2": [0, 4, 12, 13, 14], "20": [0, 10], "200": [0, 14], "20000000000000001": 0, "2011": 14, "20115717e": 14, "2020": 14, "2021": 14, "2022": [10, 14], "2023": 10, "2024": 10, "21": [0, 10], "21681791e": 14, "22": [0, 10], "2207031250000000e": 0, "23": 10, "24": [10, 14], "25": [10, 14], "26": [0, 10], "26422777e": 14, "27": 0, "27122328e": 14, "28": 0, "280551e": 14, "284": 14, "29": [0, 10], "2946": 14, "3": [0, 4, 7, 14, 16], "30": [0, 10], "300": 0, "31": 0, "3232943": 0, "33": [0, 14], "35": 0, "356773": 0, "3ob": [0, 10, 14, 15], "3rd": [0, 12, 14], "4": [0, 4, 10, 14, 16], "40": [0, 15], "41": 14, "41505816e": 14, "47": 0, "5": [0, 4, 10, 14, 16], "50": [0, 15], "500": 10, "5143190": 14, "5153984": 14, "5159800": 14, "5281": [14, 15], "53": 0, "59": 14, "6": [0, 4, 10, 14], "63": 0, "7": [0, 4, 10, 14], "7013212": 15, "713546": 0, "79": 0, "8": [0, 10], "86": 0, "8x8x8": 16, "9": [0, 10], "9663": 14, "99": 0, "A": [0, 7, 11, 14, 16], "And": [15, 16], "As": [0, 15], "At": 7, "But": 16, "By": [10, 15], "For": [0, 9, 12, 14], "If": [0, 4, 6, 9, 14, 15, 16], "In": [0, 9, 14, 15, 16], "It": [0, 14, 16], "No": 0, "Not": [0, 14], "Of": 15, "One": 0, "Or": 6, "That": [0, 9, 14, 15, 16], "The": [0, 4, 6, 7, 9, 10, 11, 12, 14, 15, 16], "Then": 16, "There": [0, 15], "These": [10, 14, 15], "To": [4, 6, 8, 10, 11], "With": 15, "_ab_": 12, "_initio_": 12, "_paramet": 0, "_primitive_cel": 0, "a_0": 14, "a_u_tim": 0, "abil": [12, 16], "about": [0, 4, 7, 9, 10, 14, 15, 16], "abov": [10, 14, 16], "absolut": 0, "access": [0, 12], "accident": 15, "accomplish": 10, "accord": 0, "accuraci": 16, "achiev": 0, "aci": 7, "across": [10, 16], "activ": 16, "actual": [10, 14, 16], "ad": [0, 7, 10, 11], "adapt": 16, "add": [0, 4, 10, 15, 16], "add_wavefunct": [0, 2], "addit": 0, "addition": 12, "adequ": 0, "adjust": 16, "after": [0, 16], "again": [15, 16], "agreement": 15, "aim": 0, "algorithm": 0, "all": [0, 4, 10, 14, 16], "allow": [0, 10, 15, 16], "almost": [14, 16], "along": [0, 16], "alpha": 0, "alreadi": [0, 9, 14], "also": [0, 9, 10, 14, 15, 16], "alwai": [4, 6], "american": 16, "an": [0, 4, 7, 9, 10, 11, 12, 13, 14, 15, 16], "analysi": 0, "analyz": [0, 2], "analyze_directori": [0, 2], "anatas": 16, "angstrom": 0, "ani": [0, 4, 7, 14, 15, 16], "anoth": [0, 14], "answer": 14, "anyth": 4, "apar": 0, "api": 11, "appear": 15, "appli": [0, 10], "applic": 0, "appreci": 4, "approach": [15, 16], "appropri": [0, 9, 10, 14], "approxim": [7, 12, 14, 15], "ar": [0, 4, 7, 10, 14, 15, 16], "aradi": 14, "arbitrari": [0, 12], "archiv": 15, "area": 15, "aren": 14, "arg": 0, "argpars": 0, "argument": [0, 10], "around": 15, "arrai": 10, "articl": 4, "assum": 4, "atom": [0, 10, 14, 16], "atomic_dipole_mo": 0, "atomist": 14, "attempt": 0, "auorg": 0, "automat": [0, 10, 16], "avail": [0, 10, 11, 15], "awar": 15, "award": 7, "b": [0, 4, 7, 14], "babel": 14, "back": 16, "background": 10, "banck": 14, "band": [0, 10, 12, 13], "band_structur": [2, 16], "band_structure_paramet": 2, "band_structure_step": 2, "bandstructur": [0, 2, 10], "bandstructureparamet": [0, 2], "bandstructurestep": [0, 2], "base": [2, 7, 11, 12, 14, 15, 16], "becaus": [15, 16], "becom": [10, 14, 15], "been": [10, 14], "befor": [0, 4, 14], "being": [0, 10, 12, 14], "belong": 0, "below": [0, 16], "best": [4, 10], "better": [10, 15, 16], "between": [0, 16], "bfg": 0, "bin": 14, "bind": [0, 11], "bit": [4, 15, 16], "blacksburg": 14, "blank": 10, "blog": 4, "blum": 14, "bodi": 12, "bohr": [0, 14], "bonaf\u00e9": 14, "bond": [0, 15], "bool": 0, "boolean": 0, "borg": 0, "both": [9, 16], "bottom": 16, "box": 9, "boyl": 14, "br": 0, "branch": 4, "brillouin": [0, 16], "brows": 15, "browser": [14, 16], "broyden": 0, "bsd": 7, "buccheri": 14, "bug": [10, 11], "bugfix": [4, 10], "build": [0, 10, 14], "built": [0, 14], "button": [0, 15, 16], "c": [0, 14], "calcul": [0, 7, 10, 12, 13, 15, 16], "calculategradi": 10, "call": 16, "camacho": 14, "came": 16, "can": [0, 4, 6, 9, 10, 12, 14, 15, 16], "cancel": [0, 10, 15], "cannot": 0, "canva": 0, "capabl": 12, "care": 16, "carri": 7, "case": [0, 14, 16], "caus": 10, "cd": 4, "cell": [0, 10, 16], "cell_volum": 0, "center": 0, "cevallo": 14, "chalc": 0, "challeng": 14, "chang": [0, 4, 10, 14, 15], "charact": 0, "charg": [0, 10, 14, 16], "check": [0, 2, 4, 9, 16], "checkout": 4, "chemic": [0, 14], "cheminformat": 14, "chemist": 14, "chemistri": 0, "choic": [0, 16], "choos": [0, 14, 16], "choose_paramet": 2, "choose_parameters_paramet": 2, "choose_parameters_step": 2, "chooseparamet": [0, 2, 10], "chooseparametersparamet": [0, 2], "chooseparametersstep": [0, 2], "chosen": 0, "chri": 14, "ci": [4, 10], "cif": 16, "citat": 14, "cl": 0, "class": [0, 10], "claus": 7, "clean": 10, "clear": [0, 10], "click": [0, 9, 14, 15, 16], "clone": [4, 6], "close": [0, 14, 16], "cluster": 12, "cmd": [14, 15], "co": 0, "code": [0, 7, 10, 11, 14, 15], "colinear": 12, "collinear": 0, "column": 14, "com": [0, 4, 6, 14], "combin": [10, 14, 16], "command": [0, 6, 10, 13, 14], "commit": 4, "common": 0, "commun": 15, "compar": [14, 16], "compat": [0, 10], "complet": [0, 11, 16], "compon": [0, 9, 14], "compound": 14, "comput": 0, "computational_model": 2, "computational_models_metadata": [0, 2], "concentr": 14, "concept": 15, "conda": [0, 9], "condit": 12, "conduct": 16, "config": 0, "configargpars": 0, "configur": [0, 10, 14], "conform": 15, "conjug": 14, "consid": 15, "consider": [10, 16], "consist": [0, 10, 14, 16], "construct": [14, 15], "contain": [0, 10, 11, 14, 15], "content": [1, 2, 5], "contrast": 15, "contribut": [5, 11], "control": [0, 10, 12], "conveni": 14, "conveninet": 14, "convent": [10, 16], "convention": 16, "converg": [0, 14], "convergentscconli": 0, "convers": 16, "convert": 0, "cookiecutt": 7, "coordin": [0, 14], "copi": [0, 4, 6], "core": 10, "correct": [0, 10, 12, 14], "correctli": 10, "correspond": [0, 14, 16], "cost": 16, "could": [4, 14, 15], "count": 10, "coupl": 16, "cours": [15, 16], "cover": [12, 16], "craig": 14, "crash": 10, "creat": [0, 4, 7, 14, 15, 16], "create_band_structure_data": [0, 2], "create_datafil": [0, 2], "create_dialog": [0, 2], "create_dos_data": [0, 2], "create_nod": [0, 2], "create_pars": [0, 2], "create_tk_nod": [0, 2], "credit": [4, 5, 11], "criteria": 0, "criterion": [0, 14], "crude": 16, "crystal": [0, 7, 16], "crystallin": [15, 16], "ctrl": [14, 15, 16], "cube": 10, "cumbersom": 15, "curl": 6, "current": [0, 12, 14], "current_input": 0, "custom": [0, 16], "cycl": 0, "d": [0, 7, 16], "d3": 12, "d3h5": 0, "d4": 12, "damp": 0, "dashboard": [10, 14, 15, 16], "data": [0, 10, 15], "databas": [10, 14, 15, 16], "datafil": 0, "dataset": [0, 10], "date": 9, "daylight": 14, "decim": 14, "decreas": 0, "deep": 0, "deep_merg": [0, 2], "deepli": 0, "default": [0, 10, 14, 15, 16], "default_unit": 0, "defect": 10, "defin": [0, 15, 16], "definit": [0, 16], "delet": 0, "delta": 0, "demand": 16, "densiti": [0, 7, 10, 11, 12, 14, 16], "depend": [0, 10, 16], "depth": 0, "der": 14, "deriv": 0, "descent": 0, "describ": 0, "descript": [0, 2, 4, 5, 10, 14, 15], "description_text": [0, 2], "deshay": 14, "desir": 0, "destruct": 0, "detail": [4, 9, 12, 14, 15, 16], "detect": 16, "determin": [0, 14], "develop": [0, 4, 7, 11], "dft": 7, "dftb": [0, 4, 5, 6, 8, 9, 10, 12, 15, 16], "dftb3": [0, 12], "dftb_in": 14, "dftbbase": [0, 2], "dftbplu": [2, 9, 10], "dftbplus_paramet": 2, "dftbplus_step": [1, 4, 6, 7, 8, 14], "dftbplusparamet": [0, 2], "dftbplusstep": [0, 2], "diaglimit": 0, "diagon": 0, "dialog": [0, 14, 15, 16], "dict": 0, "dict_to_hsd": [0, 2], "dictionari": 0, "did": [14, 16], "didn": 14, "diff": 14, "differ": [0, 10, 15, 16], "differenti": 0, "difficult": 15, "digest": 0, "dimens": 0, "dimension": 0, "dipol": [0, 10], "dipole_mo": 0, "dir": 0, "direct": [0, 9], "directli": 15, "directori": [0, 14], "disk": 16, "dispers": [0, 12], "displac": 0, "displai": [0, 10, 14], "divid": 14, "djpinn": 0, "do": [2, 10, 12, 13, 14], "doc": 4, "docker": 10, "docstr": 4, "document": [7, 10, 14, 15], "doe": [0, 7, 14, 16], "doesn": [0, 14, 16], "doi": [14, 15], "dollar": [15, 16], "domin": 16, "dominguez": 14, "don": [0, 6, 15], "done": [4, 14, 16], "dos_paramet": 2, "dos_step": 2, "dosparamet": [0, 2], "dosstep": [0, 2], "doubl": 16, "down": 16, "download": [6, 16], "drag": [14, 16], "draw": 0, "driven": 4, "driver": [10, 14], "dt": 0, "due": [0, 10], "dumitric\u0103": 14, "dure": [0, 10], "dxi": 0, "dynam": 0, "e": [10, 14, 16], "e_h": [0, 14], "each": 0, "earlier": 10, "easi": 15, "easier": 4, "easiest": 9, "easili": 15, "edit": [0, 2, 14, 15], "editor": 13, "efermi": 0, "effici": 14, "eh": 14, "ehlert": 14, "eigenvalu": 0, "either": [6, 15, 16], "electricfield": 0, "electron": [0, 10, 12, 14, 16], "electrostat": 0, "element": [0, 10, 14], "eliseo": 14, "els": 0, "elsewher": 0, "elstner": [10, 14], "empir": [0, 10], "empirical_formula": 0, "enabl": 0, "end": 14, "energi": [2, 7, 10, 14, 15, 16], "energy_paramet": 2, "energy_per_formula_unit": 0, "energy_step": 2, "energyparamet": [0, 2], "energystep": [0, 2], "engin": 0, "enhanc": [4, 10], "enough": [9, 16], "ensembl": 15, "ensiti": 7, "ensur": [0, 9], "enter": 14, "enthalpi": 14, "entri": [10, 16], "entryfield": 16, "enum": 0, "enumer": 0, "environ": [0, 9, 10, 14], "epa": 14, "equal": 16, "equat": 14, "equilibrium": 12, "equival": [0, 15], "error": [0, 10, 14], "essenti": 16, "etc": [0, 14, 15], "ev": [0, 14], "even": 4, "event": 0, "everi": [4, 15], "everyth": 0, "examin": 14, "exampl": [0, 9, 14, 15], "excel": 15, "except": 14, "exe_config": [0, 2], "exe_vers": [0, 2], "execut": [0, 10], "exisit": 15, "exist": 0, "exit": 15, "expand": 0, "expand_range_list": [0, 2], "expect": 10, "experiment": 15, "expert": 0, "explain": 4, "explicit": [0, 16], "expon": 0, "expos": 11, "express": 0, "ext": [0, 14], "extend": [0, 10, 12, 13], "extens": [0, 11], "extra": 0, "extract": [0, 12], "extrapol": 0, "extrapolated0_energi": 0, "f": [7, 12, 14], "factor": 0, "falpha": 0, "fals": 0, "familair": 16, "familiar": [14, 15], "fantast": 15, "far": 11, "fast": [0, 7], "faster": [7, 12], "fatal": 10, "fdec": 0, "featur": [5, 10, 11, 12], "fermi": [0, 10, 16], "fermi_level": 0, "fi": 0, "fi2mdt2": 0, "field": [0, 15], "file": [0, 4, 10, 14, 15, 16], "filenam": 0, "fill": [0, 15], "filter": 0, "final": [10, 14, 16], "final_structur": 14, "finc": 0, "find": [0, 14, 15, 16], "find_previous_step": [0, 2], "find_set": [0, 2], "fine": [14, 16], "finish": [14, 15, 16], "finitediff": 0, "fire": 0, "first": [0, 3, 10, 12, 13, 15, 16], "fix": [0, 10, 11, 16], "fix_label": [0, 2], "flake8": 4, "fletcher": 0, "flexibl": [12, 13], "float": 0, "floppi": 15, "flowchart": [0, 14, 15, 16], "focuss": 14, "fold": 0, "folder": [14, 16], "follow": [0, 9, 12, 16], "forc": [0, 14], "forceevalu": 0, "forcerelated_energi": 0, "fork": 4, "form": 0, "format": [0, 10, 14], "format_str": 0, "formula": [0, 10], "found": [0, 7], "foundat": 7, "frame": 0, "frauenheim": 14, "free": [7, 14, 16], "freq": 0, "friendli": 0, "from": [0, 5, 7, 10, 14, 15, 16], "from_flowchart": [0, 2], "from_smiles_step": 14, "front": 16, "full": [0, 10, 12], "fulli": 10, "function": [0, 4, 7, 9, 10, 11, 12, 14], "fund": 7, "further": 0, "futur": [10, 16], "g": [10, 14, 16], "ga": 0, "gamma": 0, "gammafunct": 0, "gaussian": 0, "gen": 0, "gener": [0, 10, 13, 14, 15, 16], "gentl": 14, "geoffrei": 14, "geometri": [0, 2, 7, 12, 14, 16], "get": [0, 5, 10, 11, 14, 15, 16], "get_exe_config": [0, 2], "get_input": [0, 2], "get_previous_charg": [0, 2], "gfn1": 0, "gfn2": 0, "git": [0, 4, 6], "git_revis": [0, 2], "github": [4, 6, 7, 14], "give": [0, 10, 14, 16], "given": [0, 4, 14], "global": [0, 15], "gloss": 16, "go": [14, 15, 16], "goe": 0, "goldfarb": 0, "good": 16, "gradient": [0, 10, 14], "graph": [0, 10, 16], "graphic": [0, 7, 9], "great": 15, "greatli": 4, "greek": 0, "green": 16, "grid": [0, 14, 16], "gross_atomic_charg": 0, "gross_atomic_spin": 0, "group": [0, 10, 11], "guess": 10, "gui": [0, 7], "guid": [6, 9, 11], "guidelin": 5, "h": [0, 14], "ha": [10, 14, 16], "had": [10, 14, 15], "halorg": 0, "hamiltonian": [0, 12], "hand": 16, "handl": [0, 7, 10, 15, 16], "handle_dialog": [0, 2], "handle_help": [0, 2], "happen": 14, "hard": [14, 15], "hartre": [0, 14], "have": [0, 4, 6, 10, 14, 15, 16], "hcorrect": 0, "head": [14, 15], "header": [0, 2], "heat": 14, "heid": 14, "height": 0, "help": [0, 4, 14, 16], "help_text": 0, "helper": 0, "henc": 14, "here": [4, 9, 14, 16], "hermann": 14, "hessian": 0, "hh": 0, "hhmod": 0, "histori": 11, "homo": 0, "hopefulli": 15, "hourahin": 14, "how": [0, 4, 10, 14, 15, 16], "howev": 14, "hsd": [0, 14], "html": 7, "http": [0, 4, 6, 7, 14, 15], "huge": 0, "human": 0, "hutchison": 14, "hyb": 0, "hydrogen": [0, 14], "h\u2082": 14, "h\u2082o": 14, "i": [0, 4, 6, 7, 9, 10, 11, 14, 15, 16], "icon": 16, "id": 0, "ight": 7, "ignor": [0, 10], "imag": 10, "immedi": [14, 16], "implement": 11, "import": [0, 8, 10, 14], "improv": 10, "includ": [0, 4, 14], "incom": 0, "incorrect": 10, "increas": [0, 15], "ind": 7, "indent": [0, 10], "index": [1, 7], "indic": [0, 15], "inerti": 0, "info": 10, "inform": [0, 10, 14], "inher": 15, "ini": [0, 10], "initi": [0, 10, 14, 16], "initialcharg": 0, "innefici": 10, "input": [0, 10, 14, 15, 16], "input_path": 0, "ins": 15, "instal": [2, 4, 5, 10], "install_fil": [0, 2], "installerbas": 0, "instanc": 0, "institut": [7, 14], "insul": 16, "int": 0, "integ": 0, "integr": [0, 16], "interact": [0, 14, 16], "interest": [15, 16], "interfac": [0, 7], "intern": 10, "internet": [15, 16], "introduc": 15, "introduct": [11, 14], "inversejacobiweight": 0, "io": 7, "ipea1": 0, "irl": 14, "is_run": [0, 2], "iscc": 14, "issu": [4, 10, 15, 16], "item": 0, "iter": [0, 14, 16], "ith": 0, "its": [0, 14], "j": 14, "jame": 14, "jessica": 14, "job": [14, 15, 16], "job_000041": 14, "journal": 14, "json": 10, "just": [0, 4, 14, 15, 16], "k": [0, 10, 12, 14, 16], "keep": [4, 16], "kei": 0, "kewei": 10, "keyword": [0, 10, 14], "kind": 0, "kj": [0, 14, 15], "know": 14, "koster": [0, 10, 14], "kowalczyk": 14, "kpoint": [0, 2], "kranz": 14, "kuba\u0159": 14, "kwarg": 0, "k\u00f6hler": 14, "l": 14, "label": 0, "lack": 10, "languag": 15, "larg": [10, 16], "larger": [10, 16], "last": [0, 14], "later": 15, "latest": 10, "lattic": [0, 12], "latticeopt": 0, "latticevector": 0, "layout": 0, "lbfg": 0, "learn": [15, 16], "least": 0, "leav": [0, 16], "lee": 14, "left": [14, 16], "legend": 16, "less": 16, "let": [14, 15], "letter": 0, "level": [0, 10], "like": [0, 10, 16], "limit": [0, 10, 14, 15], "line": [0, 10, 13, 14, 15], "linux": 10, "list": [0, 4, 10, 12, 14], "list_partn": [0, 2], "literatur": 0, "littl": [4, 15, 16], "ll": 16, "load": 0, "local": [0, 4, 15], "locat": [0, 15], "logger": 0, "long": [0, 14, 15], "longer": [0, 15], "look": [4, 14, 15], "loos": 14, "lower": 0, "lumo": 0, "lutsker": 14, "m": [0, 4, 14], "mac": [14, 15], "machin": [0, 10], "made": [10, 16], "magnet": [10, 16], "magnitud": [7, 12], "magsil": 0, "mai": [0, 16], "mail": 10, "main": [0, 10, 14], "mainli": [0, 10, 14, 16], "make": [4, 10, 13, 14, 15, 16], "make_plot": [0, 2], "manag": 14, "mani": [4, 10, 11, 12, 14, 15, 16], "manual": 15, "marin": 14, "mass": 0, "massag": 0, "master": 6, "match": 14, "materi": [7, 16], "matsci": 0, "maurer": 14, "maxangularmomentum": 0, "maxforcecompon": 0, "maxim": [0, 14], "maximalweight": 0, "maximum": [0, 14], "maxscciter": 0, "maxstep": 0, "meaning": 0, "measur": 16, "mechan": [7, 12], "meet": 4, "memori": 0, "menu": 0, "merg": 0, "mermin": [0, 14], "mermin_energi": 0, "mesh": [10, 16], "metadata": [2, 10], "methfessel": 0, "method": [0, 6, 7, 11, 14], "michael": 14, "might": [0, 4, 15, 16], "min": 14, "minerologist": 16, "minima": 15, "minimalweight": 0, "minimum": [0, 15], "minor": 10, "mint": 15, "minut": 16, "mio": [0, 10, 14, 16], "miomod": 0, "mirror": 13, "miss": [10, 14], "missing_ok": 0, "mitchel": 14, "mixer": 0, "mixingparamet": 0, "mkvirtualenv": 4, "mmcif": 14, "model": [0, 2, 10, 14], "modifi": 10, "modul": [1, 2], "mohammad": 14, "mol": [0, 14, 15], "molecul": [7, 12, 14, 15], "molecula": 14, "molecular": [0, 7, 14], "molssi": [0, 3, 4, 6, 7, 14], "molsystem": 10, "moment": [0, 7], "monkhorst": 14, "more": [0, 4, 9, 10, 12, 13, 14, 16], "morlei": 14, "most": [6, 11, 14, 15], "mostafanejad": 14, "mous": 14, "move": 10, "movedatom": 0, "much": 16, "must": [0, 15], "my": 14, "my_descript": [0, 2], "my_logg": 0, "n": 14, "n_atom": 0, "na": 0, "name": [0, 4, 10, 14], "namespac": 0, "narrow": [4, 16], "nash": 14, "nation": 7, "natom": 0, "navig": 16, "nb": 0, "nc": 0, "necessari": 0, "necessarili": 15, "need": [0, 10, 14, 16], "negr": 14, "nest": 0, "new": [0, 4, 10, 15], "newer": [14, 15], "next": [0, 9, 14, 15, 16], "nh": 0, "nhmod": 0, "nice": 14, "niehau": 14, "niklasson": 14, "nmin": 0, "node": 0, "node_id": 0, "noel": 14, "non": [0, 7, 9, 12], "noncollinear": 0, "none": [0, 3], "nongraph": 0, "nor": 14, "norbit": 0, "normal": 0, "note": [0, 14, 15, 16], "noth": 0, "now": [4, 10, 14, 15, 16], "npoint": 0, "nspin": 0, "null": 0, "number": [0, 10, 14, 16], "number_of_electron": 0, "numer": [0, 16], "nx": 0, "ny": 0, "nz": 0, "o": [0, 14, 15, 16], "o_p": 16, "ob2": 0, "object": 0, "obsolet": 0, "obtain": 0, "occasion": 14, "occup": 0, "off": 16, "offer": 12, "offici": 4, "ok": [0, 16], "ol": 6, "old": 0, "oldskinterpol": 0, "onc": [6, 15, 16], "one": [0, 9, 12, 14, 15, 16], "onli": [0, 7, 10, 14, 15], "onsitecorrect": 0, "open": [4, 14, 15, 16], "oper": 4, "ophyd": 0, "optim": [2, 7, 10, 12, 14, 15, 16], "optimis": [0, 12], "optimization_paramet": 2, "optimization_step": 2, "optimizationparamet": [0, 2], "optimizationstep": [0, 2], "optimizer_conv": 0, "option": [0, 10], "orbit": [0, 10, 12, 16], "orbital_charg": 0, "order": [0, 7, 10, 12, 14], "org": [0, 3, 4, 14, 15], "organ": [14, 15], "origin": [4, 11, 14, 15, 16], "other": [0, 4, 11, 12, 14, 15, 16], "otherwis": [0, 14], "our": [0, 14, 16], "out": [0, 7, 14, 15, 16], "output": [0, 2, 10, 14, 15], "over": [10, 14, 15, 16], "overkil": 16, "overrid": 0, "overwrit": 14, "oxygen": 16, "o\u2082": 14, "p": [0, 14, 16], "pack": 14, "packag": [1, 2, 7, 12, 14], "page": [1, 14], "pane": 14, "paramat": 0, "paramet": [0, 2, 7, 10, 14, 15, 16], "parameter": [0, 15, 16], "pars": 0, "parse_fil": [0, 2], "parse_gen_fil": [0, 2], "parse_result": [0, 2], "parser": 0, "part": [0, 4, 14], "partial": [0, 16], "partic": 16, "particular": 15, "particularli": [14, 15, 16], "partner": [0, 2], "partners2": [0, 2], "pass": [0, 4], "path": [0, 10, 16], "path_nam": 0, "pathlib": 0, "paul": [3, 14], "paxton": 0, "pbc": 0, "pdo": [12, 13], "pecchia": 14, "penazzi": 14, "per": [0, 10], "perform": 16, "perhap": 16, "period": [0, 7, 10, 12, 14, 16], "persson": 14, "phase": 14, "physic": 14, "pictur": [0, 14, 16], "pip": [0, 4, 6], "pixel": 0, "place": [0, 10, 14], "pleas": 4, "plot": [0, 10, 16], "plu": 14, "plug": [0, 7, 9, 10, 11, 12, 14, 15, 16], "plugin": [0, 7], "pmw": 0, "point": [0, 7, 12, 14, 16], "polar": [0, 10, 12], "polynomialrepuls": 0, "popul": 0, "portion": 16, "possibl": [0, 4], "post": 4, "potenti": [0, 10, 15], "power": 14, "practic": 15, "precis": 0, "prefer": 6, "prefix": 15, "prepar": 0, "prescript": 16, "present": 0, "pressur": 0, "pretti": 0, "previou": [0, 10], "primari": 14, "primit": [0, 10, 16], "princip": 15, "principl": 14, "print": [0, 10, 14], "printabl": 0, "printer": 0, "printgradi": 10, "probabl": [0, 9, 11], "problem": [10, 14], "process": [6, 15], "produc": [0, 16], "prof": 10, "program": 0, "project": [4, 7, 8, 14], "prompt": 0, "properti": [0, 10], "propos": 4, "provid": [0, 7, 10, 16], "psax": [3, 14], "pubchem": 15, "public": [6, 14, 16], "pull": [5, 14], "pull_request": 4, "push": 4, "put": [0, 4, 9, 10], "py": [0, 4, 6, 10], "pypi": [4, 10], "python": [0, 4, 6, 10], "quantiti": 12, "quantum": [7, 12], "question": 0, "quick": 16, "quit": [14, 15, 16], "r": [14, 15, 16], "rais": 0, "ran": 14, "rang": 0, "rangesepar": 0, "rapidli": 15, "rare": 0, "rather": [13, 14, 15, 16], "ration": [0, 14], "re": 4, "reach": 0, "reaction": [0, 14], "read": [0, 14, 15, 16], "readabl": 0, "readi": [4, 16], "readinitialcharg": 0, "readm": [4, 10], "reason": [10, 15, 16], "receiv": 7, "recent": 6, "recip": [10, 12], "reciproc": [0, 10, 16], "recommend": 0, "recreat": 0, "rectangl": 16, "red": 16, "redimens": [0, 2], "refer": [10, 11, 14, 15], "refresh": 16, "region": 0, "regist": 0, "rel": [14, 16], "relat": 0, "relativelyrobust": 0, "relax": 0, "relaxtotalspin": 0, "releas": [5, 7, 10, 15, 16], "remain": [0, 16], "rememb": [0, 4], "replac": 0, "repo": [4, 6], "report": [0, 14], "repositori": 6, "repres": 0, "represent": [0, 14], "reproduc": [4, 14], "request": [0, 5], "requir": [10, 16], "reset": 0, "reset_dialog": [0, 2], "reset_energy_fram": [0, 2], "reset_optimization_fram": [0, 2], "reset_plot": [0, 2], "resolv": [0, 12], "resourc": 15, "respect": 0, "rest": 16, "restart": 14, "restructur": 10, "result": [0, 10, 11, 14, 15], "return": 0, "right": [0, 14, 16], "right_click": [0, 2], "rimoldi": 14, "root": 0, "rotat": [14, 15], "round": 14, "rst": 4, "run": [0, 2, 4, 6, 10, 14, 15, 16], "same": [10, 14, 15], "sampl": [12, 15, 16], "save": [0, 14, 16], "sax": [3, 14], "scalar": [0, 10], "scale": [0, 10], "scaled_dipol": 0, "scan": 0, "scc": [0, 12, 14, 16], "scctoler": 0, "scheffler": 12, "scienc": [7, 14, 15], "scope": 4, "scroll": 16, "sdf": 10, "seamm": [0, 4, 6, 7, 9, 10, 12, 13, 15], "search": [1, 15, 16], "searchabl": 10, "second": [0, 9, 10, 14, 16], "secondari": 14, "section": [0, 12, 13, 14, 15], "see": [9, 12, 14, 15, 16], "seem": 10, "seen": 15, "select": [0, 7, 9, 10, 15, 16], "self": [0, 14, 16], "semant": 0, "send": 4, "sens": [14, 15], "senseibl": 16, "separ": 0, "sequenti": 10, "set": [0, 4, 7, 10, 14, 15, 16], "set_id": [0, 2], "setup": [0, 4, 6, 10, 14, 15], "sever": 0, "shanno": 0, "share": 15, "shell": 0, "shellresolvedscc": 0, "shellresolvedspin": 0, "shift": [10, 16], "short": [0, 10], "shortcut": [9, 15], "shorthand": 0, "should": [0, 4, 9, 15, 16], "show": [0, 13, 14, 15, 16], "shown": 14, "siband": 0, "side": 16, "sign": [15, 16], "significantli": 10, "silent": 10, "similar": [0, 7, 12, 14, 15, 16], "simpl": [11, 14, 15, 16], "simpli": 9, "simul": [0, 7, 12, 14], "sinc": 16, "singl": [0, 7], "size": [0, 15, 16], "skf": 0, "slako": 2, "slater": [0, 10, 14], "slaterkosterfil": 0, "slightli": 15, "small": [14, 15, 16], "smaller": [10, 16], "smear": 0, "smile": [14, 15], "so": [0, 10, 11, 14, 15, 16], "softwar": [7, 14], "solid": 12, "solvat": 0, "solver": 0, "some": [0, 10, 11, 13, 14, 15, 16], "someth": 15, "sometim": 10, "soon": 15, "sourc": [0, 5], "space": [0, 10, 14, 16], "special": [0, 16], "specif": [0, 10], "specifi": [0, 16], "spectra": 12, "spin": [0, 10, 12, 14], "spinpolaris": 0, "stabl": 5, "stackoverflow": 0, "stage": 0, "standard": [0, 7, 10, 14], "start": [5, 10, 11, 14, 15, 16], "state": [0, 12, 14, 16], "steepest": 0, "step": [0, 4, 5, 6, 8, 9, 10, 14, 15, 16], "stepsiz": 0, "sternberg": 14, "stevedor": 0, "still": 0, "stop": 0, "storag": 15, "store": [0, 15], "str": 0, "straightforward": [9, 14], "stress": 0, "string": [0, 14, 15], "structur": [0, 7, 10, 12, 13, 14, 15], "stuckenberg": 14, "st\u00f6hr": 14, "sub": [0, 10], "subclass": 0, "subflowchart": [0, 14], "subfold": [14, 16], "submit": [15, 16], "submodul": 2, "subset": [0, 4, 10, 12], "substep": [0, 10, 16], "supercel": 0, "support": [0, 4, 10, 11, 12, 15], "sure": [4, 15], "surfac": 15, "switch": [9, 10], "sym_nam": 0, "sym_point": 0, "symmetri": [10, 16], "system": [0, 4, 7, 10, 12, 14, 15, 16], "s\u00e1nchez": 14, "t": [0, 6, 7, 14, 15, 16], "tab": 9, "tabl": [0, 14], "tag": [0, 4, 10], "take": [0, 16], "taken": 16, "tarbal": 6, "tech": 14, "temperatur": 0, "templat": 7, "tend": 14, "term": 14, "termin": 6, "test": [0, 4, 10, 16], "test_dftbplus_step": 4, "test_on": [0, 2], "text": 0, "than": [7, 13, 14, 16], "thei": [0, 4, 14, 16], "them": [0, 4, 13, 15, 16], "theme": 10, "themselv": 0, "theori": [7, 12, 14], "therein": 15, "thermal": 14, "thermochemistri": 10, "thi": [0, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16], "thing": [15, 16], "third": 0, "thirdord": 0, "thirdorderful": 0, "those": 0, "though": [14, 15], "thought": 15, "thread": 10, "threshold": 0, "through": [4, 6, 14, 16], "throw": 0, "thu": 16, "ti": 16, "ti_d": 16, "tight": [0, 11], "tim": 14, "time": [0, 10, 14, 15, 16], "tini": 14, "tiorg": [0, 16], "tip": 5, "titanium": 16, "titl": 0, "tk": 0, "tk_band_structur": 2, "tk_choose_paramet": 2, "tk_dftbplu": 2, "tk_do": 2, "tk_energi": 2, "tk_flowchart": 0, "tk_optim": 2, "tkatchenko": [12, 14], "tkbandstructur": [0, 2], "tkcanva": 0, "tkchooseparamet": [0, 2], "tkdftbplu": [0, 2], "tkdo": [0, 2], "tkenergi": [0, 2], "tkflowchart": 0, "tknode": 0, "tkoptim": [0, 2], "toler": 0, "toluen": 15, "took": 14, "tool": [12, 15], "toolbox": 14, "top": 16, "total": [0, 10, 14, 16], "total_energi": 0, "tox": 4, "tradit": 0, "traditon": 7, "trans3d": 0, "transform": [0, 16], "transport": 12, "travi": 4, "treat": [10, 12], "trivial": 15, "troubleshoot": 4, "true": 0, "try": [10, 15, 16], "tupl": 0, "turn": 16, "turno": 16, "tutori": 10, "twice": 16, "two": [0, 7, 9, 10, 12, 14, 16], "type": [0, 5, 9, 14, 16], "typenam": 0, "typesandcoordin": 0, "typic": [7, 14, 16], "u": [0, 16], "unction": 7, "under": [0, 7, 12], "underli": 10, "underpin": 15, "understand": [15, 16], "uninstal": [0, 2], "uniqu": 11, "unit": [0, 10, 14, 16], "unknown": 0, "unless": [0, 15], "unlik": 16, "up": [4, 7, 9, 10, 14, 15, 16], "upcom": 7, "updat": [0, 2, 4, 9, 10], "update_flowchart": [0, 2], "upload": 15, "us": [0, 4, 7, 8, 9, 10, 11, 12, 13, 14, 16], "usa": 14, "usag": 5, "user": [0, 7, 9, 11, 14], "usual": [10, 15], "util": 0, "v": 14, "va": 14, "valenc": 16, "valu": 0, "van": 14, "vandermeersch": 14, "vari": 0, "variabl": [0, 10, 15, 16], "variou": [0, 11, 12, 14], "vector": [0, 10], "veloc": 0, "veri": [14, 15], "versatil": 11, "version": [0, 2, 4, 10, 14, 15], "via": 0, "view": [14, 16], "virginia": 14, "virtualenv": 4, "virtualenvwrapp": 4, "volum": 0, "volunt": 4, "w": [0, 14], "wa": [7, 10, 14, 15, 16], "wai": [0, 4, 7, 14, 15], "want": [4, 14, 15], "warn": [0, 14], "water": [14, 15], "we": [0, 14, 15, 16], "web": 4, "websit": [4, 7, 12, 13, 14, 15, 16], "weightfactor": 0, "welcom": 4, "well": [10, 15, 16], "were": 10, "wfc": 0, "what": [0, 14, 15], "when": [0, 4, 10, 14, 15], "whenev": 16, "where": [0, 10, 14, 15], "whether": [0, 4, 10, 14], "which": [0, 7, 10, 11, 14, 15, 16], "while": [0, 10, 12, 14, 16], "whoever": 4, "why": 3, "widget": 0, "width": 0, "wikipedia": 14, "window": [0, 16], "wire": [14, 15], "wish": 9, "won": 16, "work": [4, 10, 14, 15, 16], "workflow": [12, 13], "would": 4, "write": [0, 10], "written": [0, 10, 14], "wrote": 14, "x": 0, "xtb": [0, 10, 12], "y": [0, 14], "ye": 0, "yet": [3, 14, 15], "you": [0, 4, 6, 9, 12, 14, 15, 16], "your": [0, 4, 6, 9, 14, 16], "your_name_her": 4, "yu": 14, "z": [0, 14], "zenod": 15, "zenodo": [14, 15], "zero": [10, 14, 16], "zhao": 10, "znorg": 0, "zone": [0, 16], "zoom": 16, "\u00bde": 14, "\u00bdo\u2082": 14, "\u00e5": [0, 14, 16], "\u0159ez\u00e1\u010d": 14, "\u03b4e_f": [14, 15], "\u03b4h_f": [14, 15]}, "titles": ["dftbplus_step package", "API Documentation", "dftbplus_step", "Credits", "Contributing", "Developer Documentation", "Installation", "DFTB+ Step", "Usage", "Getting Started", "History", "DFTB+ Step", "User Guide", "DFTB+ Recipes", "Recipe 1: First Calculation with DFTB+ in SEAMM", "Recipe 1 extended: More flexible, useful workflows", "Recipe 2: Band structure, DOS and PDOS in SEAMM"], "titleterms": {"1": [14, 15], "10": 10, "12": 10, "2": [10, 16], "2020": 10, "2021": 10, "3": 10, "api": 1, "band": 16, "band_structur": 0, "band_structure_paramet": 0, "band_structure_step": 0, "base": 0, "bug": 4, "calcul": 14, "choose_paramet": 0, "choose_parameters_paramet": 0, "choose_parameters_step": 0, "computational_model": 0, "content": 0, "contribut": 4, "contributor": 3, "credit": [3, 7], "decemb": 10, "descript": 7, "develop": [3, 5], "dftb": [7, 11, 13, 14], "dftbplu": 0, "dftbplus_paramet": 0, "dftbplus_step": [0, 2], "do": [0, 16], "document": [1, 4, 5], "dos_paramet": 0, "dos_step": 0, "energi": 0, "energy_paramet": 0, "energy_step": 0, "extend": 15, "featur": [4, 7], "februari": 10, "feedback": 4, "first": 14, "fix": 4, "flexibl": 15, "from": 6, "get": [4, 9], "guid": 12, "guidelin": 4, "histori": 10, "implement": 4, "index": 12, "indic": 1, "inform": 11, "instal": [0, 6, 9], "introduct": [15, 16], "lead": 3, "look": 16, "metadata": 0, "modul": 0, "more": [11, 15], "optim": 0, "optimization_paramet": 0, "optimization_step": 0, "packag": 0, "pdo": 16, "pull": 4, "recip": [13, 14, 15, 16], "releas": 6, "replac": 9, "report": 4, "request": 4, "result": 16, "seamm": [14, 16], "slako": 0, "sourc": 6, "stabl": 6, "start": [4, 9], "step": [7, 11], "structur": 16, "submit": 4, "submodul": 0, "summari": [14, 15, 16], "tabl": 1, "thi": 9, "tip": 4, "tk_band_structur": 0, "tk_choose_paramet": 0, "tk_dftbplu": 0, "tk_do": 0, "tk_energi": 0, "tk_optim": 0, "tutori": [14, 15, 16], "type": 4, "us": 15, "usag": 8, "user": 12, "workflow": 15, "write": 4}}) \ No newline at end of file diff --git a/user_guide/index.html b/user_guide/index.html index 70e6d37..5395000 100644 --- a/user_guide/index.html +++ b/user_guide/index.html @@ -8,7 +8,7 @@ - User Guide — DFTB+ Step 2024.7.30 documentation + User Guide — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/user_guide/recipes/index.html b/user_guide/recipes/index.html index 83d881d..5813044 100644 --- a/user_guide/recipes/index.html +++ b/user_guide/recipes/index.html @@ -8,7 +8,7 @@ - DFTB+ Recipes — DFTB+ Step 2024.7.30 documentation + DFTB+ Recipes — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/user_guide/recipes/recipe_1.html b/user_guide/recipes/recipe_1.html index 8e7a029..6deaf3e 100644 --- a/user_guide/recipes/recipe_1.html +++ b/user_guide/recipes/recipe_1.html @@ -8,7 +8,7 @@ - Recipe 1: First Calculation with DFTB+ in SEAMM — DFTB+ Step 2024.7.30 documentation + Recipe 1: First Calculation with DFTB+ in SEAMM — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/user_guide/recipes/recipe_1_extended.html b/user_guide/recipes/recipe_1_extended.html index a9c4f3e..e078bd3 100644 --- a/user_guide/recipes/recipe_1_extended.html +++ b/user_guide/recipes/recipe_1_extended.html @@ -8,7 +8,7 @@ - Recipe 1 extended: More flexible, useful workflows — DFTB+ Step 2024.7.30 documentation + Recipe 1 extended: More flexible, useful workflows — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + + diff --git a/user_guide/recipes/recipe_2.html b/user_guide/recipes/recipe_2.html index 2f4eae7..1b5c8b2 100644 --- a/user_guide/recipes/recipe_2.html +++ b/user_guide/recipes/recipe_2.html @@ -8,7 +8,7 @@ - Recipe 2: Band structure, DOS and PDOS in SEAMM — DFTB+ Step 2024.7.30 documentation + Recipe 2: Band structure, DOS and PDOS in SEAMM — DFTB+ Step 2024.10.20 documentation @@ -30,7 +30,7 @@ - + @@ -46,8 +46,8 @@ })(window,document,'script','dataLayer','GTM-PQXXTJ2'); - - + +