Skip to content

Commit 24369c6

Browse files
authored
Merge pull request #562 from jackraymond/features/multi-parameter-estimation
Add multiparameter pseudolikelihood estimation, include background susceptibility.
2 parents 2a06973 + fe1b6ba commit 24369c6

File tree

4 files changed

+1252
-484
lines changed

4 files changed

+1252
-484
lines changed

docs/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
linkcheck_retries = 2
5151
linkcheck_anchors = False
5252
linkcheck_ignore = [r'https://cloud.dwavesys.com/leap', # redirects, many checks
53-
r'https://www.jstor.org/stable']
53+
r'https://www.jstor.org/stable',
54+
r'https://doi.org/']
5455

5556
pygments_style = 'sphinx'
5657

@@ -81,4 +82,4 @@
8182
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
8283
'networkx': ('https://networkx.github.io/documentation/stable/', None),
8384
'dwave': ('https://docs.dwavequantum.com/en/latest/', None),
84-
}
85+
}

docs/utilities.rst

+3
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ Temperature and Unit-Conversion Utilities
3737
freezeout_effective_temperature
3838
h_to_fluxbias
3939
Ip_in_units_of_B
40+
maximum_pseudolikelihood
4041
maximum_pseudolikelihood_temperature
42+
background_susceptibility_ising
43+
background_susceptibility_bqm

0 commit comments

Comments
 (0)