Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ExtendedHubbardMom1D #286

Merged
merged 50 commits into from
Oct 29, 2024
Merged

Feature/ExtendedHubbardMom1D #286

merged 50 commits into from
Oct 29, 2024

Conversation

Skuwar1
Copy link
Collaborator

@Skuwar1 Skuwar1 commented Sep 28, 2024

ExtendedHubbardMom1D

  • A new model (i.e. ExtendedHubbardMom1D) is added to the Rimu.
  • The model is an extended version of HubbardMom1D in Rimu.
  • Furthermore, the model is equipped with a theta-twisted boundary condition inspired by the "ExtendedHubbardReal1D".

- New model (i.e. ``ExtendedHubbardMom1D`` is added to Rimu
- ``extended_momentum_transfer_diagonal`` is added for the nearest neighbour term in ``ExtendedHubbardMom1D``
- ``ExtendedHubbardMom1D`` is added to all the necessary test sets.
@Skuwar1 Skuwar1 changed the title Feature/extended hubbard mom1 d Feature/ExtendedHubbardMom1D Sep 28, 2024
Copy link
Contributor

github-actions bot commented Sep 29, 2024

Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 28 Sep 2024 - 23:55
  • Baseline: 29 Sep 2024 - 00:05
  • Package commits:
  • Target: 5fe78d
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 0.94 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3241 MHz 2003 s 0 s 154 s 6816 s 0 s
 #2 3251 MHz 3612 s 0 s 139 s 5228 s 0 s
 #3 2854 MHz 1786 s 0 s 174 s 7006 s 0 s
 #4 3253 MHz 2178 s 0 s 154 s 6646 s 0 s
 Memory: 15.61526870727539 GB (12758.87109375 MB free)
 Uptime: 900.1 sec
 Load Avg: 1.01 1.06 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 3084 s 0 s 193 s 11925 s 0 s
 #2 3241 MHz 6154 s 0 s 177 s 8879 s 0 s
 #3 2811 MHz 3004 s 0 s 224 s 11968 s 0 s
 #4 2445 MHz 3582 s 0 s 201 s 11424 s 0 s
 Memory: 15.61526870727539 GB (13113.8203125 MB free)
 Uptime: 1523.59 sec
 Load Avg: 1.06 1.02 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 28 Sep 2024 - 23:55
  • Package commit: 5fe78d
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.858 s (5%) 1.368 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.452 s (5%) 21.575 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 819.763 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.810 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.586 s (5%) 6.544 ms 59.17 MiB (1%) 1892549
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.362 s (5%) 31.56 MiB (1%) 818141
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.002 s (5%) 29.16 MiB (1%) 131848

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3241 MHz 2003 s 0 s 154 s 6816 s 0 s
 #2 3251 MHz 3612 s 0 s 139 s 5228 s 0 s
 #3 2854 MHz 1786 s 0 s 174 s 7006 s 0 s
 #4 3253 MHz 2178 s 0 s 154 s 6646 s 0 s
 Memory: 15.61526870727539 GB (12758.87109375 MB free)
 Uptime: 900.1 sec
 Load Avg: 1.01 1.06 0.78
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 0:5
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.846 s (5%) 1.090 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.896 s (5%) 250.695 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 811.351 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.826 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 28.355 s (5%) 6.812 ms 59.17 MiB (1%) 1892613
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.379 s (5%) 31.56 MiB (1%) 818141
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.915 s (5%) 6.641 ms 29.16 MiB (1%) 131834

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 3084 s 0 s 193 s 11925 s 0 s
 #2 3241 MHz 6154 s 0 s 177 s 8879 s 0 s
 #3 2811 MHz 3004 s 0 s 224 s 11968 s 0 s
 #4 2445 MHz 3582 s 0 s 201 s 11424 s 0 s
 Memory: 15.61526870727539 GB (13113.8203125 MB free)
 Uptime: 1523.59 sec
 Load Avg: 1.06 1.02 0.92
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.86
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 29 Sep 2024 - 01:18
  • Baseline: 29 Sep 2024 - 01:28
  • Package commits:
  • Target: 4f293e
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2699 MHz 1535 s 0 s 94 s 6781 s 0 s
 #2 2445 MHz 3386 s 0 s 82 s 4943 s 0 s
 #3 3243 MHz 1203 s 0 s 105 s 7098 s 0 s
 #4 3292 MHz 598 s 0 s 99 s 7718 s 0 s
 Memory: 15.615272521972656 GB (13468.40625 MB free)
 Uptime: 844.83 sec
 Load Avg: 1.02 0.96 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2885 s 0 s 125 s 11505 s 0 s
 #2 3245 MHz 7144 s 0 s 109 s 7269 s 0 s
 #3 3210 MHz 1967 s 0 s 168 s 12378 s 0 s
 #4 3160 MHz 851 s 0 s 161 s 13510 s 0 s
 Memory: 15.615272521972656 GB (13173.90625 MB free)
 Uptime: 1456.13 sec
 Load Avg: 1.04 1.02 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 1:18
  • Package commit: 4f293e
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.872 s (5%) 2.008 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 18.025 s (5%) 407.467 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 823.368 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.819 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.904 s (5%) 9.826 ms 59.17 MiB (1%) 1892656
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.423 s (5%) 31.56 MiB (1%) 818151
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.059 s (5%) 29.16 MiB (1%) 131831

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2699 MHz 1535 s 0 s 94 s 6781 s 0 s
 #2 2445 MHz 3386 s 0 s 82 s 4943 s 0 s
 #3 3243 MHz 1203 s 0 s 105 s 7098 s 0 s
 #4 3292 MHz 598 s 0 s 99 s 7718 s 0 s
 Memory: 15.615272521972656 GB (13468.40625 MB free)
 Uptime: 844.83 sec
 Load Avg: 1.02 0.96 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 1:28
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.868 s (5%) 1.941 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.829 s (5%) 255.487 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 818.510 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.808 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.593 s (5%) 9.062 ms 59.17 MiB (1%) 1892580
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.346 s (5%) 15.611 ms 31.66 MiB (1%) 818153
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.111 s (5%) 7.866 ms 29.16 MiB (1%) 131837

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2885 s 0 s 125 s 11505 s 0 s
 #2 3245 MHz 7144 s 0 s 109 s 7269 s 0 s
 #3 3210 MHz 1967 s 0 s 168 s 12378 s 0 s
 #4 3160 MHz 851 s 0 s 161 s 13510 s 0 s
 Memory: 15.615272521972656 GB (13173.90625 MB free)
 Uptime: 1456.13 sec
 Load Avg: 1.04 1.02 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 29 Sep 2024 - 22:03
  • Baseline: 29 Sep 2024 - 22:13
  • Package commits:
  • Target: c1049e
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3231 MHz 1482 s 0 s 93 s 6635 s 0 s
 #2 3240 MHz 2336 s 0 s 88 s 5782 s 0 s
 #3 3240 MHz 1240 s 0 s 113 s 6830 s 0 s
 #4 2719 MHz 1580 s 0 s 98 s 6535 s 0 s
 Memory: 15.615272521972656 GB (13104.21875 MB free)
 Uptime: 823.86 sec
 Load Avg: 1.0 0.93 0.57
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3245 MHz 2572 s 0 s 131 s 11687 s 0 s
 #2 2445 MHz 5747 s 0 s 120 s 8524 s 0 s
 #3 2752 MHz 2243 s 0 s 169 s 11953 s 0 s
 #4 3421 MHz 2278 s 0 s 153 s 11962 s 0 s
 Memory: 15.615272521972656 GB (13384.93359375 MB free)
 Uptime: 1442.65 sec
 Load Avg: 1.01 1.02 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:3
  • Package commit: c1049e
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.881 s (5%) 1.599 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.828 s (5%) 252.382 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 818.830 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.796 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.719 s (5%) 59.17 MiB (1%) 1892592
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.773 s (5%) 14.620 ms 31.56 MiB (1%) 818153
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.977 s (5%) 29.16 MiB (1%) 131853

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3231 MHz 1482 s 0 s 93 s 6635 s 0 s
 #2 3240 MHz 2336 s 0 s 88 s 5782 s 0 s
 #3 3240 MHz 1240 s 0 s 113 s 6830 s 0 s
 #4 2719 MHz 1580 s 0 s 98 s 6535 s 0 s
 Memory: 15.615272521972656 GB (13104.21875 MB free)
 Uptime: 823.86 sec
 Load Avg: 1.0 0.93 0.57
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:13
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.859 s (5%) 1.140 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.978 s (5%) 383.704 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 818.005 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.818 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.895 s (5%) 6.339 ms 59.17 MiB (1%) 1892507
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.490 s (5%) 19.287 ms 31.56 MiB (1%) 818151
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.190 s (5%) 29.16 MiB (1%) 131864

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3245 MHz 2572 s 0 s 131 s 11687 s 0 s
 #2 2445 MHz 5747 s 0 s 120 s 8524 s 0 s
 #3 2752 MHz 2243 s 0 s 169 s 11953 s 0 s
 #4 3421 MHz 2278 s 0 s 153 s 11962 s 0 s
 Memory: 15.615272521972656 GB (13384.93359375 MB free)
 Uptime: 1442.65 sec
 Load Avg: 1.01 1.02 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.86
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 29 Sep 2024 - 22:03
  • Baseline: 29 Sep 2024 - 22:13
  • Package commits:
  • Target: 8eb52f
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 1241 s 0 s 76 s 6105 s 0 s
 #2 3241 MHz 4116 s 0 s 96 s 3198 s 0 s
 #3 2594 MHz 942 s 0 s 98 s 6413 s 0 s
 #4 2445 MHz 324 s 0 s 96 s 7024 s 0 s
 Memory: 15.615272521972656 GB (13432.765625 MB free)
 Uptime: 747.49 sec
 Load Avg: 1.02 0.94 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3211 MHz 2116 s 0 s 119 s 11337 s 0 s
 #2 3245 MHz 8164 s 0 s 121 s 5279 s 0 s
 #3 2599 MHz 1723 s 0 s 162 s 11716 s 0 s
 #4 2445 MHz 790 s 0 s 160 s 12644 s 0 s
 Memory: 15.615272521972656 GB (12998.46875 MB free)
 Uptime: 1363.24 sec
 Load Avg: 1.08 1.04 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:3
  • Package commit: 8eb52f
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.875 s (5%) 1.116 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.580 s (5%) 238.873 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 810.689 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.797 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.596 s (5%) 5.217 ms 59.17 MiB (1%) 1892546
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.422 s (5%) 31.56 MiB (1%) 818132
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.021 s (5%) 29.16 MiB (1%) 131853

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 1241 s 0 s 76 s 6105 s 0 s
 #2 3241 MHz 4116 s 0 s 96 s 3198 s 0 s
 #3 2594 MHz 942 s 0 s 98 s 6413 s 0 s
 #4 2445 MHz 324 s 0 s 96 s 7024 s 0 s
 Memory: 15.615272521972656 GB (13432.765625 MB free)
 Uptime: 747.49 sec
 Load Avg: 1.02 0.94 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:13
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.858 s (5%) 1.982 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.945 s (5%) 366.217 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 813.770 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.807 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.934 s (5%) 10.273 ms 59.17 MiB (1%) 1892564
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.424 s (5%) 31.56 MiB (1%) 818145
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.897 s (5%) 6.690 ms 29.16 MiB (1%) 131837

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3211 MHz 2116 s 0 s 119 s 11337 s 0 s
 #2 3245 MHz 8164 s 0 s 121 s 5279 s 0 s
 #3 2599 MHz 1723 s 0 s 162 s 11716 s 0 s
 #4 2445 MHz 790 s 0 s 160 s 12644 s 0 s
 Memory: 15.615272521972656 GB (12998.46875 MB free)
 Uptime: 1363.24 sec
 Load Avg: 1.08 1.04 0.82
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 29 Sep 2024 - 22:05
  • Baseline: 29 Sep 2024 - 22:15
  • Package commits:
  • Target: ce9f7b
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2725 MHz 1561 s 0 s 92 s 6259 s 0 s
 #2 2445 MHz 3119 s 0 s 83 s 4718 s 0 s
 #3 3245 MHz 1117 s 0 s 95 s 6715 s 0 s
 #4 2445 MHz 882 s 0 s 110 s 6938 s 0 s
 Memory: 15.615272521972656 GB (13339.88671875 MB free)
 Uptime: 795.76 sec
 Load Avg: 1.01 0.94 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3248 MHz 3006 s 0 s 136 s 10963 s 0 s
 #2 3244 MHz 5972 s 0 s 114 s 8030 s 0 s
 #3 2656 MHz 1983 s 0 s 148 s 11990 s 0 s
 #4 2603 MHz 1932 s 0 s 166 s 12025 s 0 s
 Memory: 15.615272521972656 GB (13153.13671875 MB free)
 Uptime: 1415.83 sec
 Load Avg: 1.07 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:5
  • Package commit: ce9f7b
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.893 s (5%) 1.047 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 18.003 s (5%) 420.604 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 820.182 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.812 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.525 s (5%) 6.441 ms 59.17 MiB (1%) 1892642
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.665 s (5%) 31.56 MiB (1%) 818173
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.357 s (5%) 29.16 MiB (1%) 131859

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2725 MHz 1561 s 0 s 92 s 6259 s 0 s
 #2 2445 MHz 3119 s 0 s 83 s 4718 s 0 s
 #3 3245 MHz 1117 s 0 s 95 s 6715 s 0 s
 #4 2445 MHz 882 s 0 s 110 s 6938 s 0 s
 Memory: 15.615272521972656 GB (13339.88671875 MB free)
 Uptime: 795.76 sec
 Load Avg: 1.01 0.94 0.58
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:15
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.897 s (5%) 2.023 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.851 s (5%) 377.622 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 826.622 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.794 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.158 s (5%) 15.431 ms 59.17 MiB (1%) 1892775
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.428 s (5%) 20.676 ms 31.56 MiB (1%) 818130
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.304 s (5%) 29.16 MiB (1%) 131853

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3248 MHz 3006 s 0 s 136 s 10963 s 0 s
 #2 3244 MHz 5972 s 0 s 114 s 8030 s 0 s
 #3 2656 MHz 1983 s 0 s 148 s 11990 s 0 s
 #4 2603 MHz 1932 s 0 s 166 s 12025 s 0 s
 Memory: 15.615272521972656 GB (13153.13671875 MB free)
 Uptime: 1415.83 sec
 Load Avg: 1.07 1.04 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.87
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization: AMD-V
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 1 MiB (2 instances)
L3 cache: 32 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected

Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
Benchmark result

Judge result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmarks:
  • Target: 29 Sep 2024 - 22:05
  • Baseline: 29 Sep 2024 - 22:15
  • Package commits:
  • Target: 88a73b
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 1.05 (5%) ❌ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3250 MHz 1089 s 0 s 111 s 6197 s 0 s
 #2 2445 MHz 2907 s 0 s 77 s 4425 s 0 s
 #3 2445 MHz 1414 s 0 s 84 s 5913 s 0 s
 #4 2961 MHz 1226 s 0 s 94 s 6094 s 0 s
 Memory: 15.615272521972656 GB (13130.82421875 MB free)
 Uptime: 744.15 sec
 Load Avg: 1.01 0.94 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3249 MHz 1701 s 0 s 147 s 11662 s 0 s
 #2 3243 MHz 6315 s 0 s 110 s 7100 s 0 s
 #3 2594 MHz 2173 s 0 s 129 s 11223 s 0 s
 #4 2445 MHz 2581 s 0 s 143 s 10802 s 0 s
 Memory: 15.615272521972656 GB (13147.7109375 MB free)
 Uptime: 1356.25 sec
 Load Avg: 1.0 1.0 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:5
  • Package commit: 88a73b
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.877 s (5%) 1.068 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.769 s (5%) 368.968 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 819.736 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.811 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.609 s (5%) 5.877 ms 59.17 MiB (1%) 1892695
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.536 s (5%) 31.56 MiB (1%) 818161
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.894 s (5%) 29.16 MiB (1%) 131842

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3250 MHz 1089 s 0 s 111 s 6197 s 0 s
 #2 2445 MHz 2907 s 0 s 77 s 4425 s 0 s
 #3 2445 MHz 1414 s 0 s 84 s 5913 s 0 s
 #4 2961 MHz 1226 s 0 s 94 s 6094 s 0 s
 Memory: 15.615272521972656 GB (13130.82421875 MB free)
 Uptime: 744.15 sec
 Load Avg: 1.01 0.94 0.56
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 29 Sep 2024 - 22:15
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.882 s (5%) 1.014 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.671 s (5%) 261.401 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 821.665 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.827 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.763 s (5%) 5.711 ms 59.17 MiB (1%) 1892424
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.307 s (5%) 31.70 MiB (1%) 818160
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.242 s (5%) 29.16 MiB (1%) 131839

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3249 MHz 1701 s 0 s 147 s 11662 s 0 s
 #2 3243 MHz 6315 s 0 s 110 s 7100 s 0 s
 #3 2594 MHz 2173 s 0 s 129 s 11223 s 0 s
 #4 2445 MHz 2581 s 0 s 143 s 10802 s 0 s
 Memory: 15.615272521972656 GB (13147.7109375 MB free)
 Uptime: 1356.25 sec
 Load Avg: 1.0 1.0 0.8
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Vendor ID: AuthenticAMD
Model name: AMD EPYC 7763 64-Core Processor
CPU family: 25
Model: 1
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
Stepping: 1
BogoMIPS: 4890.85
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse...[Comment body truncated]

@coveralls
Copy link

coveralls commented Sep 29, 2024

Pull Request Test Coverage Report for Build 11536999229

Details

  • 66 of 73 (90.41%) changed or added relevant lines in 3 files are covered.
  • 40 unchanged lines in 18 files lost coverage.
  • Overall coverage decreased (-0.5%) to 94.324%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Hamiltonians/ExtendedHubbardMom1D.jl 44 47 93.62%
src/Hamiltonians/HubbardMom1D.jl 0 4 0.0%
Files with Coverage Reduction New Missed Lines %
src/strategies_and_params/reportingstrategy.jl 1 95.03%
src/BitStringAddresses/multicomponent.jl 1 98.55%
src/Hamiltonians/DensityMatrixDiagonal.jl 1 95.65%
src/BitStringAddresses/sortedparticlelist.jl 1 89.03%
src/Hamiltonians/angular_momentum.jl 1 95.12%
src/Hamiltonians/GuidingVectorSampling.jl 1 94.03%
src/DictVectors/abstractdvec.jl 1 97.08%
src/DictVectors/projectors.jl 1 96.08%
src/Hamiltonians/HubbardMom1D.jl 1 92.79%
src/Hamiltonians/GutzwillerSampling.jl 1 94.12%
Totals Coverage Status
Change from base Build 11082163319: -0.5%
Covered Lines: 6979
Relevant Lines: 7399

💛 - Coveralls

Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good already.

I've mostly got a few pedantic niggles.

Can we make this work with OccupationNumberFS? It's not a top priority, but it also shouldn't be hard to do, as HubbardMom1D already works with this address type.

julia> oaddr = OccupationNumberFS(1,2,0,0)
OccupationNumberFS{4, UInt8}(1, 2, 0, 0)

julia> sparse(HubbardMom1D(oaddr))
5×5 SparseArrays.SparseMatrixCSC{Float64, Int64} with 21 stored entries:
 -2.75      0.707107  0.5       0.25       ⋅ 
  0.707107  1.5       0.353553  0.707107  0.612372
  0.5       0.353553  1.25      0.5       0.433013
  0.25      0.707107  0.5       5.25       ⋅ 
   ⋅        0.612372  0.433013   ⋅        0.75

julia> sparse(ExtendedHubbardMom1D(oaddr))
ERROR: MethodError: no method matching momentum_transfer_diagonal(::ExtendedHubbardMom1D{…}, ::OccupiedModeMap{…})

Comment on lines -82 to -85
function momentum_transfer_excitation(add::FermiFS, chosen::Integer, map; fold=true)
return add, 0.0, 0, 0, 0
end

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this function removed?

Comment on lines 139 to 144
"""
extended_momentum_transfer_diagonal(map, M)

The diagonal part of nearest neighbour [`momentum_transfer_excitation`](@ref).
"""

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the empty line 144! Otherwise the docstring won't be found.

It would also be nice to have a bit more verbose explanation of what the arguments mean and what is returned.

src/Hamiltonians/excitations.jl Outdated Show resolved Hide resolved
src/Hamiltonians/ExtendedHubbardMom1D.jl Outdated Show resolved Hide resolved
src/Hamiltonians/ExtendedHubbardMom1D.jl Outdated Show resolved Hide resolved
src/Hamiltonians/ExtendedHubbardMom1D.jl Outdated Show resolved Hide resolved
test/Hamiltonians.jl Show resolved Hide resolved
Comment on lines 121 to 127
function offdiagonals(h::ExtendedHubbardMom1D, a::SingleComponentFockAddress)
map = OccupiedModeMap(a)
singlies = length(map)
doublies = count(i -> i.occnum ≥ 2, map)
num = num_offdiagonals(h, a, singlies, doublies)
return OffdiagonalsBoseMom1D(h, a, num, map)
end
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, this looks a bit like unnecessary duplication as it is identical to the code for HubbardMom1D and could be eliminated by changing the dispatch rules for the latter. Maybe it is still valuable (for readability) to have the code here?

We should also think about whether it makes sense to only have HubbardMom1D, where the extended version is chosen if v != 0.

@Skuwar1 Skuwar1 requested review from joachimbrand and mtsch October 4, 2024 02:34
Copy link
Collaborator

@mtsch mtsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some formatting suggestions. Apart from that and some more tests, it looks good!

src/Hamiltonians/ExtendedHubbardMom1D.jl Outdated Show resolved Hide resolved
src/Hamiltonians/ExtendedHubbardMom1D.jl Outdated Show resolved Hide resolved
@Skuwar1 Skuwar1 requested a review from mtsch October 13, 2024 08:02
Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only a minor rewording suggestion for a docstring. Otherwise this looks good 😄

src/Hamiltonians/excitations.jl Outdated Show resolved Hide resolved
Co-authored-by: Joachim Brand <joachim.brand@gmail.com>
@Skuwar1 Skuwar1 requested a review from joachimbrand October 23, 2024 07:51
joachimbrand
joachimbrand previously approved these changes Oct 24, 2024
Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It looks good now.

Copy link
Collaborator

@mtsch mtsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

test/Hamiltonians.jl Outdated Show resolved Hide resolved
@Skuwar1 Skuwar1 merged commit adc7f10 into develop Oct 29, 2024
8 of 9 checks passed
@Skuwar1 Skuwar1 deleted the feature/ExtendedHubbardMom1D branch October 29, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants