From b156fe498fe2be089e011c19392ea2d236f181a2 Mon Sep 17 00:00:00 2001 From: "Saurabh Pradhan(on Thinkstation)" Date: Thu, 5 Dec 2024 14:47:24 +0100 Subject: [PATCH] update theme to pydata --- .github/workflows/cmake.yml | 6 +++--- examples/twoChannelSiam/main.cpp | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0f0b707..04898ec 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-20.04 # ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages - name: Requirements run: sudo apt-get update @@ -63,7 +63,7 @@ jobs: # source /opt/intel/oneapi/setvars.sh # && cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact with: # Upload entire repository # path: './build/docs/sphinx' diff --git a/examples/twoChannelSiam/main.cpp b/examples/twoChannelSiam/main.cpp index fb1c795..a22c301 100644 --- a/examples/twoChannelSiam/main.cpp +++ b/examples/twoChannelSiam/main.cpp @@ -16,9 +16,8 @@ int main() { int nMax{40}; // Number of NRG iteration double U_int = 0.20; double GAMMA = 0.0100; - double fc = 0.5 * std::log(LAMBDA) * (1. + LAMBDA) / (LAMBDA - 1.); - double V = std::sqrt(2.0 * fc * GAMMA / std::acos(-1.)); - std::sqrt(2.0 * GAMMA / std::acos(-1.)); + double fc = 0.5 * std::log(LAMBDA) * (1. + LAMBDA) / (LAMBDA - 1.); + double V = std::sqrt(2.0 * fc * GAMMA / std::acos(-1.)); double eps = -U_int * 0.50; spinhalf impurity(eps, U_int); // Enlarge the no of fermion on the impurity