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

Honeycomb and hexagonal geometries #305

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

mtsch
Copy link
Collaborator

@mtsch mtsch commented Jan 21, 2025

Changes

  • Add HoneycombLattice and HexagonalLattice.
  • Introduce new abstract type Geometry, which is a supertype of CubicGrid and the new lattice types.
  • Introduce an interface for defining new geometries.

Bugfix

  • Fix how periodicity is determined in LatticeBoundaries.

Copy link
Contributor

github-actions bot commented Jan 21, 2025

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 21 Jan 2025 - 02:56
  • Baseline: 21 Jan 2025 - 03:06
  • Package commits:
  • Target: 665b12
  • Baseline: 0aff72
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2348 s 0 s 184 s 5632 s 0 s
 #2 0 MHz 2297 s 0 s 165 s 5662 s 0 s
 #3 0 MHz 2331 s 0 s 168 s 5627 s 0 s
 #4 0 MHz 3143 s 0 s 152 s 4886 s 0 s
 Memory: 15.615280151367188 GB (13581.7578125 MB free)
 Uptime: 823.96 sec
 Load Avg: 1.0 1.09 0.84
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 3636 s 0 s 227 s 10024 s 0 s
 #2 0 MHz 3320 s 0 s 218 s 10309 s 0 s
 #3 0 MHz 3920 s 0 s 206 s 9725 s 0 s
 #4 0 MHz 4985 s 0 s 186 s 8734 s 0 s
 Memory: 15.615280151367188 GB (13557.5703125 MB free)
 Uptime: 1396.89 sec
 Load Avg: 1.0 1.01 0.93
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 2:56
  • Package commit: 665b12
  • Julia commit: 5e9a32
  • 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.899 s (5%) 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.603 s (5%) 34.521 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 807.471 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.332 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 28.213 s (5%) 59.96 MiB (1%) 1925354
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.755 s (5%) 29.39 MiB (1%) 138205

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2348 s 0 s 184 s 5632 s 0 s
 #2 0 MHz 2297 s 0 s 165 s 5662 s 0 s
 #3 0 MHz 2331 s 0 s 168 s 5627 s 0 s
 #4 0 MHz 3143 s 0 s 152 s 4886 s 0 s
 Memory: 15.615280151367188 GB (13581.7578125 MB free)
 Uptime: 823.96 sec
 Load Avg: 1.0 1.09 0.84
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 3:6
  • Package commit: 0aff72
  • Julia commit: 5e9a32
  • 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.917 s (5%) 3.678 ms 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.651 s (5%) 23.332 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 797.654 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.332 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.954 s (5%) 59.96 MiB (1%) 1925333
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.505 s (5%) 29.39 MiB (1%) 138221

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 3636 s 0 s 227 s 10024 s 0 s
 #2 0 MHz 3320 s 0 s 218 s 10309 s 0 s
 #3 0 MHz 3920 s 0 s 206 s 9725 s 0 s
 #4 0 MHz 4985 s 0 s 186 s 8734 s 0 s
 Memory: 15.615280151367188 GB (13557.5703125 MB free)
 Uptime: 1396.89 sec
 Load Avg: 1.0 1.01 0.93
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 12:14
  • Baseline: 21 Jan 2025 - 12:23
  • Package commits:
  • Target: 849b67
  • Baseline: 0aff72
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1143 s 0 s 93 s 6019 s 0 s
 #2 0 MHz 1655 s 0 s 118 s 5548 s 0 s
 #3 0 MHz 1128 s 0 s 89 s 6078 s 0 s
 #4 0 MHz 2289 s 0 s 93 s 4915 s 0 s
 Memory: 15.615280151367188 GB (13503.6484375 MB free)
 Uptime: 736.69 sec
 Load Avg: 1.07 0.93 0.54
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2402 s 0 s 131 s 10290 s 0 s
 #2 0 MHz 3634 s 0 s 151 s 9106 s 0 s
 #3 0 MHz 2134 s 0 s 139 s 10592 s 0 s
 #4 0 MHz 3641 s 0 s 130 s 9096 s 0 s
 Memory: 15.615280151367188 GB (13435.5859375 MB free)
 Uptime: 1294.21 sec
 Load Avg: 1.0 1.0 0.77
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 12:14
  • Package commit: 849b67
  • Julia commit: 5e9a32
  • 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.921 s (5%) 2.541 ms 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.725 s (5%) 32.434 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 793.043 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.320 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.895 s (5%) 59.96 MiB (1%) 1925127
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.720 s (5%) 29.39 MiB (1%) 138193

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1143 s 0 s 93 s 6019 s 0 s
 #2 0 MHz 1655 s 0 s 118 s 5548 s 0 s
 #3 0 MHz 1128 s 0 s 89 s 6078 s 0 s
 #4 0 MHz 2289 s 0 s 93 s 4915 s 0 s
 Memory: 15.615280151367188 GB (13503.6484375 MB free)
 Uptime: 736.69 sec
 Load Avg: 1.07 0.93 0.54
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 12:23
  • Package commit: 0aff72
  • Julia commit: 5e9a32
  • 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.898 s (5%) 2.576 ms 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.755 s (5%) 23.298 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 791.699 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.359 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.811 s (5%) 59.96 MiB (1%) 1925285
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.421 s (5%) 29.39 MiB (1%) 138208

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2402 s 0 s 131 s 10290 s 0 s
 #2 0 MHz 3634 s 0 s 151 s 9106 s 0 s
 #3 0 MHz 2134 s 0 s 139 s 10592 s 0 s
 #4 0 MHz 3641 s 0 s 130 s 9096 s 0 s
 Memory: 15.615280151367188 GB (13435.5859375 MB free)
 Uptime: 1294.21 sec
 Load Avg: 1.0 1.0 0.77
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 21:04
  • Baseline: 21 Jan 2025 - 21:13
  • Package commits:
  • Target: 9603bc
  • Baseline: 0aff72
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1411 s 0 s 92 s 5712 s 0 s
 #2 0 MHz 3133 s 0 s 69 s 4018 s 0 s
 #3 0 MHz 689 s 0 s 101 s 6423 s 0 s
 #4 0 MHz 931 s 0 s 100 s 6212 s 0 s
 Memory: 15.615280151367188 GB (13482.57421875 MB free)
 Uptime: 730.97 sec
 Load Avg: 1.08 0.96 0.57
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2567 s 0 s 122 s 10089 s 0 s
 #2 0 MHz 5662 s 0 s 92 s 7032 s 0 s
 #3 0 MHz 2028 s 0 s 139 s 10611 s 0 s
 #4 0 MHz 1494 s 0 s 144 s 11170 s 0 s
 Memory: 15.615280151367188 GB (13503.6484375 MB free)
 Uptime: 1287.95 sec
 Load Avg: 1.04 1.01 0.79
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 21:4
  • Package commit: 9603bc
  • Julia commit: 5e9a32
  • 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.894 s (5%) 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.708 s (5%) 23.981 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 788.468 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.325 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.886 s (5%) 31.431 ms 59.96 MiB (1%) 1925320
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.222 s (5%) 29.39 MiB (1%) 138207

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1411 s 0 s 92 s 5712 s 0 s
 #2 0 MHz 3133 s 0 s 69 s 4018 s 0 s
 #3 0 MHz 689 s 0 s 101 s 6423 s 0 s
 #4 0 MHz 931 s 0 s 100 s 6212 s 0 s
 Memory: 15.615280151367188 GB (13482.57421875 MB free)
 Uptime: 730.97 sec
 Load Avg: 1.08 0.96 0.57
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 21:13
  • Package commit: 0aff72
  • Julia commit: 5e9a32
  • 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.917 s (5%) 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.753 s (5%) 31.491 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 797.199 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.322 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.738 s (5%) 59.96 MiB (1%) 1925252
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.995 s (5%) 29.39 MiB (1%) 138219

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2567 s 0 s 122 s 10089 s 0 s
 #2 0 MHz 5662 s 0 s 92 s 7032 s 0 s
 #3 0 MHz 2028 s 0 s 139 s 10611 s 0 s
 #4 0 MHz 1494 s 0 s 144 s 11170 s 0 s
 Memory: 15.615280151367188 GB (13503.6484375 MB free)
 Uptime: 1287.95 sec
 Load Avg: 1.04 1.01 0.79
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 22:07
  • Baseline: 21 Jan 2025 - 22:16
  • Package commits:
  • Target: 159514
  • Baseline: 0aff72
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1465 s 0 s 86 s 5460 s 0 s
 #2 0 MHz 1598 s 0 s 78 s 5328 s 0 s
 #3 0 MHz 1702 s 0 s 96 s 5271 s 0 s
 #4 0 MHz 1308 s 0 s 99 s 5638 s 0 s
 Memory: 15.615276336669922 GB (13536.0859375 MB free)
 Uptime: 712.52 sec
 Load Avg: 1.04 0.96 0.57
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2494 s 0 s 119 s 9947 s 0 s
 #2 0 MHz 3551 s 0 s 110 s 8891 s 0 s
 #3 0 MHz 2460 s 0 s 138 s 10019 s 0 s
 #4 0 MHz 3144 s 0 s 132 s 9318 s 0 s
 Memory: 15.615276336669922 GB (13412.79296875 MB free)
 Uptime: 1268.03 sec
 Load Avg: 1.0 1.01 0.81
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 22:7
  • Package commit: 159514
  • Julia commit: 5e9a32
  • 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.914 s (5%) 4.616 ms 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.738 s (5%) 23.566 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 794.412 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.316 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.882 s (5%) 59.96 MiB (1%) 1925353
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.015 s (5%) 29.39 MiB (1%) 138194

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1465 s 0 s 86 s 5460 s 0 s
 #2 0 MHz 1598 s 0 s 78 s 5328 s 0 s
 #3 0 MHz 1702 s 0 s 96 s 5271 s 0 s
 #4 0 MHz 1308 s 0 s 99 s 5638 s 0 s
 Memory: 15.615276336669922 GB (13536.0859375 MB free)
 Uptime: 712.52 sec
 Load Avg: 1.04 0.96 0.57
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 21 Jan 2025 - 22:16
  • Package commit: 0aff72
  • Julia commit: 5e9a32
  • 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.911 s (5%) 4.099 ms 93.58 MiB (1%) 24262
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.750 s (5%) 23.476 ms 366.83 MiB (1%) 2038840
["Rimu", "Exact", "Multiplication", "Momentum space"] 814.666 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.319 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.958 s (5%) 59.96 MiB (1%) 1925213
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.607 s (5%) 29.39 MiB (1%) 138194

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 24.04.1 LTS
 uname: Linux 6.8.0-1017-azure #20-Ubuntu SMP Tue Oct 22 03:43:13 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2494 s 0 s 119 s 9947 s 0 s
 #2 0 MHz 3551 s 0 s 110 s 8891 s 0 s
 #3 0 MHz 2460 s 0 s 138 s 10019 s 0 s
 #4 0 MHz 3144 s 0 s 132 s 9318 s 0 s
 Memory: 15.615276336669922 GB (13412.79296875 MB free)
 Uptime: 1268.03 sec
 Load Avg: 1.0 1.01 0.81
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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

@coveralls
Copy link

coveralls commented Jan 21, 2025

Pull Request Test Coverage Report for Build 12896615852

Details

  • 54 of 55 (98.18%) changed or added relevant lines in 2 files are covered.
  • 60 unchanged lines in 6 files lost coverage.
  • Overall coverage decreased (-0.4%) to 94.582%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/Hamiltonians/geometry.jl 52 53 98.11%
Files with Coverage Reduction New Missed Lines %
src/projector_monte_carlo_problem.jl 3 94.92%
src/lomc.jl 4 89.06%
src/strategies_and_params/reportingstrategy.jl 6 95.03%
src/StatsTools/reweighting.jl 6 89.81%
src/pmc_simulation.jl 17 91.67%
src/qmc_states.jl 24 70.0%
Totals Coverage Status
Change from base Build 12842267300: -0.4%
Covered Lines: 6721
Relevant Lines: 7106

💛 - Coveralls

@mtsch mtsch marked this pull request as ready for review January 21, 2025 22:22
@mtsch mtsch requested a review from joachimbrand January 21, 2025 22:22
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.

Awesome new features - thanks!

The documentation still needs a bit of love

cartesian vector indices (tuples or `SVector`s) and linear indices (integers). When indexed
with vectors, it folds them back into the grid if the out-of-bounds dimension is periodic and
0 otherwise (see example below).
## Interface:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Before defining the interface it would be good to say what it is useful for, i.e. to define a geometry and pass it to HubbardRealSpace with the geometry keyword. Next I would suggest to mention and link the concrete implementation (i.e. what a user wants to know).

The information about the Interface is valuable but should come last as it is relevant for developers or power users only. Alternatively it could be hidden behind # Extended help.

I find the example rather confusing. Here it would be better to have an example where an instance is created and passed into a hamiltonian, maybe?

constructing a [`HubbardRealSpace`](@ref). The type instance can be used to convert between
cartesian vector indices (tuples or `SVector`s) and linear indices (integers). When indexed
with vectors, it folds them back into the grid if the out-of-bounds dimension is periodic and
0 otherwise (see example below).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Here we reference an example but none follows. The example now part of the Geometry docstring might make sense here.

end

"""
CubicGrid(dims::NTuple{D,Int}, fold::NTuple{D,Bool})
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
CubicGrid(dims::NTuple{D,Int}, fold::NTuple{D,Bool})
CubicGrid(dims::NTuple{D,Int}, fold::NTuple{D,Bool}) <: Geometry{D}

[`LadderBoundaries`](@ref) for special-case constructors and [`HoneycombLattice`](@ref), and
[`HexagonalLattice`](@ref) for alternative lattice geometries.

See also [`HubbardRealSpace`](@ref) and [`G2RealSpace`](@ref).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
See also [`HubbardRealSpace`](@ref) and [`G2RealSpace`](@ref).
See also [`Geometry`](@ref), [`HubbardRealSpace`](@ref) and [`G2RealSpace`](@ref).


See also [`HubbardRealSpace`](@ref) and [`G2RealSpace`](@ref).

A 3×2 `CubicGrid` is indexed as follows.
Copy link
Collaborator

Choose a reason for hiding this comment

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

An example would still be good.

"""
neighbor_site(::Geometry, site, i)

Find the `i`-th neighbor of `site` in the geometry. If the move is illegal, return 0.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Find the `i`-th neighbor of `site` in the geometry. If the move is illegal, return 0.
Find the `i`-th neighbor of `site` in the geometry. If the move is illegal, return 0.
See also [`Geometry`](@ref).

"""
num_dimensions(geom::Geometry)

Return the number of dimensions of the lattice in this geometry.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Return the number of dimensions of the lattice in this geometry.
Return the number of dimensions of the lattice in this [`Geometry`](@ref).

Comment on lines +87 to +88
Use the [`Geometry`](@ref) to fold the `vec` in each dimension. If folding is disabled in a
dimension, the vector is allowed to go out of bounds.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Confuses me a bit. What does it mean to fold?

Is the following interpretation accurate?

Suggested change
Use the [`Geometry`](@ref) to fold the `vec` in each dimension. If folding is disabled in a
dimension, the vector is allowed to go out of bounds.
Use the [`Geometry`](@ref) to fold the `vec` in each dimension back into the bounded domain.
If folding is disabled in a dimension, the vector is unchanged and allowed to go out of bounds.

function BitStringAddresses.onr(address, geom::CubicGrid{<:Any,S}) where {S}
return SArray{Tuple{S...}}(onr(address))
end
function BitStringAddresses.onr(address::CompositeFS, geom::CubicGrid)
return map(fs -> onr(fs, geom), address.components)
end

"""
HoneycombLattice((height, width), fold=(true, true))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
HoneycombLattice((height, width), fold=(true, true))
HoneycombLattice((height, width), fold=(true, true)) <: Geometry{2}

A link back to Geometry would be helpful.

num_neighbors(::HoneycombLattice) = 3

"""
HexagonalLattice((height, width), fold=(true, true))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
HexagonalLattice((height, width), fold=(true, true))
HexagonalLattice((height, width), fold=(true, true)) <: Geometry{2}

Again, please link back to Geometry.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
HexagonalLattice((height, width), fold=(true, true))
HexagonalLattice(height, width, fold=(true, true)) <: Geometry{2}

Should we drop the parenthesis to make it consistent with the show method?

@joachimbrand
Copy link
Collaborator

I'm wondering why Coveralls is reporting all these new missed lines in code that is not touched by this PR??

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.

3 participants