From 15fbd22716aeedac596afe92f6ac6cc95192faf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 01:14:43 +0000 Subject: [PATCH] Fixed ChimeraModel() fails due to missing positional argument 'sparse' #381 (#433) ## Changes added sparse arguement where its needed ## Related issue - ChimeraModel() fails due to missing positional argument 'sparse' #381 ## Sample code ``` from openjij.model.chimera_model import ChimeraModel Q={(0, 4): -1, (4, 12): -1} chimera_model = ChimeraModel(quadratic =Q, unit_num_L=2) chimera_model.validate_chimera(chimera_model) ``` ## Misc Added dimod types Vartype, SPIN and BINARY as well --- www/README_8md.html | 2 +- www/____init_____8py.html | 2 +- www/__version_8py.html | 6 +-- www/algorithm_2all_8hpp.html | 2 +- www/algorithm_2all_8hpp_source.html | 2 +- www/algorithm_8hpp.html | 2 +- www/algorithm_8hpp_source.html | 2 +- www/annotated.html | 2 +- www/base__sa__sample__hubo_8py.html | 2 +- www/benchmark_8py.html | 2 +- www/binary__polynomial__model_8hpp.html | 2 +- ...binary__polynomial__model_8hpp_source.html | 2 +- www/binary__polynomial__sa__system_8hpp.html | 2 +- ...y__polynomial__sa__system_8hpp_source.html | 2 +- www/chimera_8hpp.html | 2 +- www/chimera_8hpp_source.html | 2 +- www/chimera__gpu__classical_8hpp.html | 2 +- www/chimera__gpu__classical_8hpp_source.html | 2 +- www/chimera__gpu__transverse_8hpp.html | 2 +- www/chimera__gpu__transverse_8hpp_source.html | 2 +- www/chimera__model_8py.html | 6 +-- www/chimera__model_8py.js | 2 +- www/classes.html | 2 +- www/classfmath_1_1PowGenerator-members.html | 2 +- www/classfmath_1_1PowGenerator.html | 2 +- www/classical__ising_8hpp.html | 2 +- www/classical__ising_8hpp_source.html | 2 +- www/classical__ising__polynomial_8hpp.html | 2 +- ...ssical__ising__polynomial_8hpp_source.html | 2 +- ...raph_1_1BinaryPolynomialModel-members.html | 2 +- ...jij_1_1graph_1_1BinaryPolynomialModel.html | 2 +- ...openjij_1_1graph_1_1CSRSparse-members.html | 2 +- www/classopenjij_1_1graph_1_1CSRSparse.html | 2 +- ...ssopenjij_1_1graph_1_1Chimera-members.html | 2 +- www/classopenjij_1_1graph_1_1Chimera.html | 2 +- ...lassopenjij_1_1graph_1_1Dense-members.html | 2 +- www/classopenjij_1_1graph_1_1Dense.html | 2 +- ...lassopenjij_1_1graph_1_1Graph-members.html | 2 +- www/classopenjij_1_1graph_1_1Graph.html | 2 +- ...graph_1_1IsingPolynomialModel-members.html | 2 +- ...njij_1_1graph_1_1IsingPolynomialModel.html | 2 +- ...penjij_1_1graph_1_1Polynomial-members.html | 2 +- www/classopenjij_1_1graph_1_1Polynomial.html | 2 +- ...assopenjij_1_1graph_1_1Sparse-members.html | 2 +- www/classopenjij_1_1graph_1_1Sparse.html | 2 +- ...assopenjij_1_1graph_1_1Square-members.html | 2 +- www/classopenjij_1_1graph_1_1Square.html | 2 +- ...enjij_1_1sampler_1_1SASampler-members.html | 2 +- www/classopenjij_1_1sampler_1_1SASampler.html | 2 +- ...1csqa__sampler_1_1CSQASampler-members.html | 6 +-- ...mpler_1_1csqa__sampler_1_1CSQASampler.html | 44 ++++++++++-------- ...sampler_1_1csqa__sampler_1_1CSQASampler.js | 2 +- ...583a15acad87806b3df60721d95713b_cgraph.map | 8 ++++ ...583a15acad87806b3df60721d95713b_cgraph.md5 | 1 + ...583a15acad87806b3df60721d95713b_cgraph.png | Bin 0 -> 25970 bytes ...83a15acad87806b3df60721d95713b_icgraph.map | 6 +++ ...83a15acad87806b3df60721d95713b_icgraph.md5 | 1 + ...83a15acad87806b3df60721d95713b_icgraph.png | Bin 0 -> 15605 bytes ...mpler_1_1response_1_1Response-members.html | 2 +- ...ij_1_1sampler_1_1response_1_1Response.html | 2 +- ...r_1_1sa__sampler_1_1SASampler-members.html | 2 +- ..._1sampler_1_1sa__sampler_1_1SASampler.html | 8 ++-- ...d45c9494b4b7d99235d20ff5360961_icgraph.map | 2 +- ...d45c9494b4b7d99235d20ff5360961_icgraph.md5 | 2 +- ...ler_1_1sampler_1_1BaseSampler-members.html | 2 +- ..._1_1sampler_1_1sampler_1_1BaseSampler.html | 18 +++---- ...27d4089b08c32d3c8e8028fabb6c1e_icgraph.map | 2 +- ...27d4089b08c32d3c8e8028fabb6c1e_icgraph.md5 | 2 +- ...426548e28e86bddfd3fa5e42d9d9330_cgraph.map | 2 +- ...426548e28e86bddfd3fa5e42d9d9330_cgraph.md5 | 2 +- ...f27e6f9c03b80b99eb85d3550446cea_cgraph.map | 2 +- ...f27e6f9c03b80b99eb85d3550446cea_cgraph.md5 | 2 +- ...b664780b6acb5e0cac75f8b1a9d3d0_icgraph.map | 2 +- ...b664780b6acb5e0cac75f8b1a9d3d0_icgraph.md5 | 2 +- ...26e9e76ac578367325d3745e0787cb4_cgraph.map | 2 +- ...26e9e76ac578367325d3745e0787cb4_cgraph.md5 | 2 +- ...1_1sqa__sampler_1_1SQASampler-members.html | 2 +- ...sampler_1_1sqa__sampler_1_1SQASampler.html | 12 ++--- ...337e1c5479c8cdd9c94965ec0a3ab9_icgraph.map | 2 +- ...337e1c5479c8cdd9c94965ec0a3ab9_icgraph.md5 | 2 +- ...8882a044b0000920f8e6c4f2ab217a_icgraph.map | 2 +- ...8882a044b0000920f8e6c4f2ab217a_icgraph.md5 | 2 +- ...1_1system_1_1ClassicalIsingPolynomial.html | 2 +- ...omial_3_01FloatType_01_4_01_4-members.html | 2 +- ...1_1Polynomial_3_01FloatType_01_4_01_4.html | 2 +- ...openjij_1_1system_1_1KLocalPolynomial.html | 2 +- ...omial_3_01FloatType_01_4_01_4-members.html | 2 +- ...1_1Polynomial_3_01FloatType_01_4_01_4.html | 2 +- www/classopenjij_1_1system_1_1SASystem.html | 2 +- ...tType_01_4_00_01RandType_01_4-members.html | 2 +- ...3_01FloatType_01_4_00_01RandType_01_4.html | 2 +- ...tType_01_4_00_01RandType_01_4-members.html | 2 +- ...3_01FloatType_01_4_00_01RandType_01_4.html | 2 +- ...penjij_1_1utility_1_1Xorshift-members.html | 2 +- www/classopenjij_1_1utility_1_1Xorshift.html | 2 +- www/compile__config_8hpp.html | 2 +- www/compile__config_8hpp_source.html | 2 +- www/continuous__time__ising_8hpp.html | 2 +- www/continuous__time__ising_8hpp_source.html | 2 +- ...continuous__time__swendsen__wang_8hpp.html | 2 +- ...ous__time__swendsen__wang_8hpp_source.html | 2 +- www/converter_8hpp.html | 2 +- www/converter_8hpp_source.html | 2 +- www/create__geometric__progression_8hpp.html | 2 +- ...e__geometric__progression_8hpp_source.html | 2 +- www/csqa__sampler_8py.html | 2 +- www/csr__sparse_8hpp.html | 2 +- www/csr__sparse_8hpp_source.html | 2 +- www/cublas_8hpp.html | 2 +- www/cublas_8hpp_source.html | 2 +- www/cxx__cast_8py.html | 2 +- www/declare_8hpp.html | 2 +- www/declare_8hpp_source.html | 2 +- www/decorator_8py.html | 2 +- www/dense_8hpp.html | 2 +- www/dense_8hpp_source.html | 2 +- www/deprecated.html | 2 +- www/dir_000000_000004.html | 2 +- www/dir_000006_000009.html | 2 +- www/dir_000006_000012.html | 2 +- www/dir_000007_000012.html | 2 +- www/dir_000007_000016.html | 2 +- www/dir_000008_000007.html | 2 +- www/dir_000008_000009.html | 2 +- www/dir_000009_000007.html | 2 +- www/dir_000009_000012.html | 2 +- www/dir_000010_000006.html | 2 +- www/dir_000010_000007.html | 2 +- www/dir_000010_000009.html | 2 +- www/dir_000010_000012.html | 2 +- www/dir_000012_000007.html | 2 +- www/dir_000012_000009.html | 2 +- www/dir_000017_000007.html | 2 +- www/dir_000017_000009.html | 2 +- www/dir_000017_000010.html | 2 +- www/dir_0dac1aac44868b5929bea10151aa26a3.html | 2 +- www/dir_144550c3339441091138739c68b6858d.html | 2 +- www/dir_246e4444fc61d0708f4c8e3dabb1b965.html | 2 +- www/dir_336b94511875c1f0012c60e868b4d728.html | 2 +- www/dir_3b80282b6056f712e68c5bb5f41bd4fd.html | 2 +- www/dir_51f36491b365946802bf0fb1c251373c.html | 2 +- www/dir_5e6f292254b3e6d196bf5c9ec9e8e03d.html | 2 +- www/dir_8c33f92ca79641e52848a4a9437e440a.html | 2 +- www/dir_a352e415aa34bad11834ee906ea8e917.html | 2 +- www/dir_aa75a92fa1cda3a8f176a9fab58f32c0.html | 2 +- www/dir_ac4d3c96b24bc0ef03aa383fd1619ba4.html | 2 +- www/dir_bf8e8b542ca3dfac3a6f2bbc89ee8169.html | 2 +- www/dir_d44c64559bbebec7f509842c48db8b23.html | 2 +- www/dir_dd1c7d06e90810d361f7a4f02d7c1779.html | 2 +- www/dir_e4218f10291b704d6c5dabb86f307996.html | 2 +- www/dir_ebbdd9b36fe30e0d1cf764a4a608c0b4.html | 2 +- www/dir_f1192baf3a82cf9d17fbfe6ba0cf2bee.html | 2 +- www/dir_faa0277962972dd812859281d49847ce.html | 2 +- www/disable__eigen__warning_8hpp.html | 2 +- www/disable__eigen__warning_8hpp_source.html | 2 +- www/eigen_8hpp.html | 2 +- www/eigen_8hpp_source.html | 2 +- www/files.html | 2 +- www/fmath_8hpp.html | 2 +- www/fmath_8hpp_source.html | 2 +- www/functions.html | 2 +- www/functions_a.html | 2 +- www/functions_b.html | 2 +- www/functions_c.html | 2 +- www/functions_d.html | 2 +- www/functions_e.html | 2 +- www/functions_eval.html | 2 +- www/functions_f.html | 2 +- www/functions_func.html | 2 +- www/functions_func_a.html | 2 +- www/functions_func_b.html | 2 +- www/functions_func_c.html | 2 +- www/functions_func_d.html | 2 +- www/functions_func_e.html | 2 +- www/functions_func_f.html | 2 +- www/functions_func_g.html | 2 +- www/functions_func_h.html | 2 +- www/functions_func_i.html | 2 +- www/functions_func_j.html | 2 +- www/functions_func_k.html | 2 +- www/functions_func_l.html | 2 +- www/functions_func_m.html | 2 +- www/functions_func_o.html | 2 +- www/functions_func_p.html | 2 +- www/functions_func_r.html | 2 +- www/functions_func_s.html | 4 +- www/functions_func_t.html | 2 +- www/functions_func_u.html | 2 +- www/functions_func_v.html | 2 +- www/functions_func_x.html | 2 +- www/functions_g.html | 2 +- www/functions_h.html | 2 +- www/functions_i.html | 2 +- www/functions_j.html | 2 +- www/functions_k.html | 2 +- www/functions_l.html | 2 +- www/functions_m.html | 2 +- www/functions_n.html | 2 +- www/functions_o.html | 2 +- www/functions_p.html | 2 +- www/functions_q.html | 2 +- www/functions_r.html | 2 +- www/functions_s.html | 4 +- www/functions_t.html | 2 +- www/functions_type.html | 2 +- www/functions_u.html | 2 +- www/functions_v.html | 2 +- www/functions_vars.html | 2 +- www/functions_w.html | 2 +- www/functions_x.html | 2 +- www/functions_y.html | 2 +- www/functions_z.html | 2 +- www/get__solution_8hpp.html | 2 +- www/get__solution_8hpp_source.html | 2 +- www/globals.html | 2 +- www/globals_defs.html | 2 +- www/globals_func.html | 2 +- www/gpu_2memory_8hpp.html | 2 +- www/gpu_2memory_8hpp_source.html | 2 +- www/gpu_8hpp.html | 2 +- www/gpu_8hpp_source.html | 2 +- www/graph_2all_8hpp.html | 2 +- www/graph_2all_8hpp_source.html | 2 +- www/graph_8hpp.html | 2 +- www/graph_8hpp_source.html | 2 +- www/graph__utils_8py.html | 2 +- www/graph_legend.html | 2 +- www/handle__error_8hpp.html | 2 +- www/handle__error_8hpp_source.html | 2 +- www/hierarchy.html | 2 +- www/index.html | 2 +- www/index_8hpp.html | 2 +- www/index_8hpp_source.html | 2 +- www/index__type_8hpp.html | 2 +- www/index__type_8hpp_source.html | 2 +- www/inherits.html | 2 +- www/insert__or__assign_8hpp.html | 2 +- www/insert__or__assign_8hpp_source.html | 2 +- www/ising__polynomial__model_8hpp.html | 2 +- www/ising__polynomial__model_8hpp_source.html | 2 +- www/ising__polynomial__sa__system_8hpp.html | 2 +- ...g__polynomial__sa__system_8hpp_source.html | 2 +- www/k__local_8hpp.html | 2 +- www/k__local_8hpp_source.html | 2 +- www/k__local__polynomial_8hpp.html | 2 +- www/k__local__polynomial_8hpp_source.html | 2 +- www/kernel_8hpp.html | 2 +- www/kernel_8hpp_source.html | 2 +- www/king__graph_8py.html | 2 +- www/main_8cpp.html | 2 +- www/memory_8hpp.html | 2 +- www/memory_8hpp_source.html | 2 +- www/model_2____init_____8py.html | 2 +- www/model_8py.html | 2 +- www/namespacefmath.html | 2 +- www/namespacefmath_1_1local.html | 2 +- www/namespacemembers.html | 4 +- www/namespacemembers_enum.html | 2 +- www/namespacemembers_func.html | 4 +- www/namespacemembers_type.html | 2 +- www/namespacemembers_vars.html | 2 +- www/namespaceopenjij.html | 2 +- www/namespaceopenjij_1_1__version.html | 10 ++-- www/namespaceopenjij_1_1algorithm.html | 2 +- www/namespaceopenjij_1_1graph.html | 2 +- www/namespaceopenjij_1_1model.html | 2 +- www/namespaceopenjij_1_1model.js | 2 +- ...aceopenjij_1_1model_1_1chimera__model.html | 38 +++++++-------- ...0d6c4ef968eb5df887672a0ac8a0987_cgraph.map | 2 +- ...0d6c4ef968eb5df887672a0ac8a0987_cgraph.md5 | 2 +- ...d6c4ef968eb5df887672a0ac8a0987_icgraph.map | 2 +- ...d6c4ef968eb5df887672a0ac8a0987_icgraph.md5 | 2 +- ...613dc171cb16d914c0ee44a5f3cae88_cgraph.map | 7 +++ ...613dc171cb16d914c0ee44a5f3cae88_cgraph.md5 | 1 + ...613dc171cb16d914c0ee44a5f3cae88_cgraph.png | Bin 0 -> 19193 bytes ...13dc171cb16d914c0ee44a5f3cae88_icgraph.map | 5 ++ ...13dc171cb16d914c0ee44a5f3cae88_icgraph.md5 | 1 + ...13dc171cb16d914c0ee44a5f3cae88_icgraph.png | Bin 0 -> 14080 bytes ...a4f77fd8d2757731e9bd31540327a13_cgraph.map | 2 +- ...a4f77fd8d2757731e9bd31540327a13_cgraph.md5 | 2 +- ...4f77fd8d2757731e9bd31540327a13_icgraph.map | 2 +- ...4f77fd8d2757731e9bd31540327a13_icgraph.md5 | 2 +- ...espaceopenjij_1_1model_1_1king__graph.html | 2 +- www/namespaceopenjij_1_1model_1_1model.html | 6 +-- ...4965ab5d32a3851449693812343658_icgraph.map | 2 +- ...4965ab5d32a3851449693812343658_icgraph.md5 | 2 +- ...84f1bb8e49635476091f0ecb05037d_icgraph.map | 2 +- ...84f1bb8e49635476091f0ecb05037d_icgraph.md5 | 2 +- www/namespaceopenjij_1_1result.html | 2 +- www/namespaceopenjij_1_1sampler.html | 2 +- ..._1_1sampler_1_1base__sa__sample__hubo.html | 2 +- ...ceopenjij_1_1sampler_1_1csqa__sampler.html | 2 +- ...mespaceopenjij_1_1sampler_1_1response.html | 2 +- ...paceopenjij_1_1sampler_1_1sa__sampler.html | 2 +- ...amespaceopenjij_1_1sampler_1_1sampler.html | 2 +- ...aceopenjij_1_1sampler_1_1sqa__sampler.html | 2 +- www/namespaceopenjij_1_1system.html | 2 +- www/namespaceopenjij_1_1updater.html | 2 +- www/namespaceopenjij_1_1utility.html | 2 +- www/namespaceopenjij_1_1utils.html | 2 +- ...amespaceopenjij_1_1utils_1_1benchmark.html | 2 +- ...amespaceopenjij_1_1utils_1_1cxx__cast.html | 2 +- ...amespaceopenjij_1_1utils_1_1decorator.html | 2 +- ...spaceopenjij_1_1utils_1_1graph__utils.html | 2 +- ...aceopenjij_1_1utils_1_1res__convertor.html | 2 +- ...paceopenjij_1_1utils_1_1time__measure.html | 2 +- www/namespaceopenjij_1_1variable__type.html | 2 +- www/namespaces.html | 2 +- www/navtreeindex0.js | 2 +- www/navtreeindex1.js | 2 +- www/navtreeindex3.js | 2 +- www/pages.html | 2 +- www/pairhash_8hpp.html | 2 +- www/pairhash_8hpp_source.html | 2 +- www/parse_8hpp.html | 2 +- www/parse_8hpp_source.html | 2 +- www/polynomial_8hpp.html | 2 +- www/polynomial_8hpp_source.html | 2 +- www/random_8hpp.html | 2 +- www/random_8hpp_source.html | 2 +- www/res__convertor_8py.html | 2 +- www/response_8py.html | 2 +- www/result_2all_8hpp.html | 2 +- www/result_2all_8hpp_source.html | 2 +- www/sa__sampler_8hpp.html | 2 +- www/sa__sampler_8hpp_source.html | 2 +- www/sa__sampler_8py.html | 2 +- www/sa__system_8hpp.html | 2 +- www/sa__system_8hpp_source.html | 2 +- www/sampler_2____init_____8py.html | 2 +- www/sampler_8py.html | 2 +- www/schedule__list_8hpp.html | 2 +- www/schedule__list_8hpp_source.html | 2 +- www/search/all_13.js | 2 +- www/search/all_3.js | 2 +- www/search/functions_13.js | 2 +- www/search/functions_3.js | 2 +- www/single__spin__flip_8hpp.html | 2 +- www/single__spin__flip_8hpp_source.html | 2 +- www/sparse_8hpp.html | 2 +- www/sparse_8hpp_source.html | 2 +- www/sqa__sampler_8py.html | 2 +- www/square_8hpp.html | 2 +- www/square_8hpp_source.html | 2 +- www/structfmath_1_1local_1_1C-members.html | 2 +- www/structfmath_1_1local_1_1C.html | 2 +- ...tructfmath_1_1local_1_1ExpVar-members.html | 2 +- www/structfmath_1_1local_1_1ExpVar.html | 2 +- ...ructfmath_1_1local_1_1ExpdVar-members.html | 2 +- www/structfmath_1_1local_1_1ExpdVar.html | 2 +- ...tructfmath_1_1local_1_1LogVar-members.html | 2 +- www/structfmath_1_1local_1_1LogVar.html | 2 +- ...jij_1_1algorithm_1_1Algorithm-members.html | 2 +- ...ructopenjij_1_1algorithm_1_1Algorithm.html | 2 +- ...ctopenjij_1_1system_1_1ClassicalIsing.html | 2 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ..._1_1CSRSparse_3_01FloatType_01_4_01_4.html | 2 +- ...Dense_3_01FloatType_01_4_01_4-members.html | 2 +- ...raph_1_1Dense_3_01FloatType_01_4_01_4.html | 2 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ...aph_1_1Sparse_3_01FloatType_01_4_01_4.html | 2 +- ...njij_1_1system_1_1ContinuousTimeIsing.html | 2 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ..._1_1CSRSparse_3_01FloatType_01_4_01_4.html | 4 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ...aph_1_1Sparse_3_01FloatType_01_4_01_4.html | 4 +- ...topenjij_1_1system_1_1TransverseIsing.html | 2 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ..._1_1CSRSparse_3_01FloatType_01_4_01_4.html | 4 +- ...Dense_3_01FloatType_01_4_01_4-members.html | 2 +- ...raph_1_1Dense_3_01FloatType_01_4_01_4.html | 4 +- ...parse_3_01FloatType_01_4_01_4-members.html | 2 +- ...aph_1_1Sparse_3_01FloatType_01_4_01_4.html | 4 +- ...stem_1_1classical__constraint__system.html | 2 +- ...penjij_1_1system_1_1classical__system.html | 2 +- ...em_1_1get__base__system__type-members.html | 2 +- ..._1_1system_1_1get__base__system__type.html | 2 +- ...al__or__quantum__system__type-members.html | 2 +- ..._classical__or__quantum__system__type.html | 2 +- ..._1system_1_1get__system__type-members.html | 2 +- ...penjij_1_1system_1_1get__system__type.html | 2 +- ...omogeneous__transverse__field__system.html | 2 +- ...structopenjij_1_1system_1_1mc__system.html | 2 +- ...ij_1_1system_1_1nonstoquastic__system.html | 2 +- ...topenjij_1_1system_1_1quantum__system.html | 2 +- ...1system_1_1realtime__dynamics__system.html | 2 +- ..._1_1system_1_1single__command__system.html | 2 +- ..._1system_1_1transverse__field__system.html | 2 +- ...updater_1_1ContinuousTimeSwendsenWang.html | 2 +- ...01gra605851b377abde748194175cb5c40fda.html | 2 +- ...01gra8e0a36304a7a08edfd6f7bc1c47e64ba.html | 2 +- ...01gra95bfac19681c7b9044b3ed949be2b6d1.html | 2 +- ...01graa85f5f1674ce85763897575cad59492e.html | 2 +- www/structopenjij_1_1updater_1_1KLocal.html | 2 +- ...omial_3_01GraphType_01_4_01_4-members.html | 2 +- ...calPolynomial_3_01GraphType_01_4_01_4.html | 2 +- ...topenjij_1_1updater_1_1SingleSpinFlip.html | 2 +- ...omial_3_01GraphType_01_4_01_4-members.html | 2 +- ...ingPolynomial_3_01GraphType_01_4_01_4.html | 2 +- ...Ising_3_01GraphType_01_4_01_4-members.html | 2 +- ...lassicalIsing_3_01GraphType_01_4_01_4.html | 2 +- ...Ising_3_01GraphType_01_4_01_4-members.html | 2 +- ...ansverseIsing_3_01GraphType_01_4_01_4.html | 2 +- ...uctopenjij_1_1updater_1_1SwendsenWang.html | 2 +- ...SRSparse_3_01FloatType_01_4_01_4_01_4.html | 2 +- ...e_3_0c1fe43b8977d5b66e5aaf68aef4c323c.html | 2 +- ..._3_01FloatType_01_4_01_4_01_4-members.html | 2 +- ..._1Sparse_3_01FloatType_01_4_01_4_01_4.html | 2 +- ...enjij_1_1utility_1_1IndexHash-members.html | 2 +- ...structopenjij_1_1utility_1_1IndexHash.html | 2 +- ...j_1_1utility_1_1IndexPairHash-members.html | 2 +- ...ctopenjij_1_1utility_1_1IndexPairHash.html | 2 +- ...1_1utility_1_1IndexVectorHash-members.html | 2 +- ...openjij_1_1utility_1_1IndexVectorHash.html | 2 +- ...penjij_1_1utility_1_1PairHash-members.html | 2 +- www/structopenjij_1_1utility_1_1PairHash.html | 2 +- ...penjij_1_1utility_1_1Schedule-members.html | 2 +- www/structopenjij_1_1utility_1_1Schedule.html | 2 +- ...enjij_1_1utility_1_1UnionFind-members.html | 2 +- ...structopenjij_1_1utility_1_1UnionFind.html | 2 +- ...penjij_1_1utility_1_1UpdaterParameter.html | 2 +- ...ical__constraint__system_01_4-members.html | 2 +- ...1_1classical__constraint__system_01_4.html | 2 +- ...tem_1_1classical__system_01_4-members.html | 2 +- ..._3_01system_1_1classical__system_01_4.html | 2 +- ...ransverse__field__system_01_4-members.html | 2 +- ...tem_1_1transverse__field__system_01_4.html | 2 +- ...njij_1_1utility_1_1VectorHash-members.html | 2 +- ...tructopenjij_1_1utility_1_1VectorHash.html | 2 +- ..._1utility_1_1get__base__class-members.html | 2 +- ...penjij_1_1utility_1_1get__base__class.html | 2 +- ...__class_00_01base__class_01_4-members.html | 2 +- ...1derived__class_00_01base__class_01_4.html | 2 +- ..._1utility_1_1get__eigen__matrix__type.html | 2 +- ...atType_01_4_00_01Options_01_4-members.html | 2 +- ..._3_01FloatType_01_4_00_01Options_01_4.html | 2 +- ...atType_01_4_00_01Options_01_4-members.html | 2 +- ..._3_01FloatType_01_4_00_01Options_01_4.html | 2 +- ...njij_1_1utility_1_1is__same__template.html | 2 +- ...1is__same__template_3_01T_00_01T_01_4.html | 2 +- www/swendsen__wang_8hpp.html | 2 +- www/swendsen__wang_8hpp_source.html | 2 +- www/system_2all_8hpp.html | 2 +- www/system_2all_8hpp_source.html | 2 +- www/system_8hpp.html | 2 +- www/system_8hpp_source.html | 2 +- www/thres__hold_8hpp.html | 2 +- www/thres__hold_8hpp_source.html | 2 +- www/time__measure_8py.html | 2 +- www/transverse__ising_8hpp.html | 2 +- www/transverse__ising_8hpp_source.html | 2 +- www/type__traits_8hpp.html | 2 +- www/type__traits_8hpp_source.html | 2 +- www/union__find_8hpp.html | 2 +- www/union__find_8hpp_source.html | 2 +- www/unionfmath_1_1local_1_1di-members.html | 2 +- www/unionfmath_1_1local_1_1di.html | 2 +- www/unionfmath_1_1local_1_1fi-members.html | 2 +- www/unionfmath_1_1local_1_1fi.html | 2 +- www/updater_2all_8hpp.html | 2 +- www/updater_2all_8hpp_source.html | 2 +- www/utils_2____init_____8py.html | 2 +- www/variable__type_8py.html | 2 +- 463 files changed, 554 insertions(+), 530 deletions(-) create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.map create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.md5 create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.png create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.map create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.md5 create mode 100644 www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.png create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.map create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.md5 create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.png create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.map create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.md5 create mode 100644 www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.png diff --git a/www/README_8md.html b/www/README_8md.html index c6705351f..ea027c99f 100644 --- a/www/README_8md.html +++ b/www/README_8md.html @@ -99,7 +99,7 @@ diff --git a/www/____init_____8py.html b/www/____init_____8py.html index 099344149..61ff4fd23 100644 --- a/www/____init_____8py.html +++ b/www/____init_____8py.html @@ -115,7 +115,7 @@ diff --git a/www/__version_8py.html b/www/__version_8py.html index 7f3c39009..27604f22c 100644 --- a/www/__version_8py.html +++ b/www/__version_8py.html @@ -108,9 +108,9 @@    openjij._version.VERSION_TUPLE = Tuple[Union[int, str], ...]   -string openjij._version.__version__ = '0.1.dev1+gb405fd2' +string openjij._version.__version__ = '0.1.dev1+g1ebe26c'   -tuple openjij._version.__version_tuple__ = (0, 1, 'dev1', 'gb405fd2') +tuple openjij._version.__version_tuple__ = (0, 1, 'dev1', 'g1ebe26c')   @@ -119,7 +119,7 @@ diff --git a/www/algorithm_2all_8hpp.html b/www/algorithm_2all_8hpp.html index f27e25d2d..3e8680be8 100644 --- a/www/algorithm_2all_8hpp.html +++ b/www/algorithm_2all_8hpp.html @@ -134,7 +134,7 @@ diff --git a/www/algorithm_2all_8hpp_source.html b/www/algorithm_2all_8hpp_source.html index 5aa763f88..db3f8bec3 100644 --- a/www/algorithm_2all_8hpp_source.html +++ b/www/algorithm_2all_8hpp_source.html @@ -117,7 +117,7 @@ diff --git a/www/algorithm_8hpp.html b/www/algorithm_8hpp.html index 87cf578b8..9ad95b454 100644 --- a/www/algorithm_8hpp.html +++ b/www/algorithm_8hpp.html @@ -182,7 +182,7 @@ diff --git a/www/algorithm_8hpp_source.html b/www/algorithm_8hpp_source.html index c56180d06..1dad3d99b 100644 --- a/www/algorithm_8hpp_source.html +++ b/www/algorithm_8hpp_source.html @@ -216,7 +216,7 @@ diff --git a/www/annotated.html b/www/annotated.html index 4a7f95aad..19b6db2fa 100644 --- a/www/annotated.html +++ b/www/annotated.html @@ -200,7 +200,7 @@ diff --git a/www/base__sa__sample__hubo_8py.html b/www/base__sa__sample__hubo_8py.html index 79aa0e2a8..12de98980 100644 --- a/www/base__sa__sample__hubo_8py.html +++ b/www/base__sa__sample__hubo_8py.html @@ -115,7 +115,7 @@ diff --git a/www/benchmark_8py.html b/www/benchmark_8py.html index bedb0c59a..3da49b5ab 100644 --- a/www/benchmark_8py.html +++ b/www/benchmark_8py.html @@ -133,7 +133,7 @@ diff --git a/www/binary__polynomial__model_8hpp.html b/www/binary__polynomial__model_8hpp.html index 63f58da6d..4c3a65b2b 100644 --- a/www/binary__polynomial__model_8hpp.html +++ b/www/binary__polynomial__model_8hpp.html @@ -165,7 +165,7 @@ diff --git a/www/binary__polynomial__model_8hpp_source.html b/www/binary__polynomial__model_8hpp_source.html index 703d41ced..de1b73fa5 100644 --- a/www/binary__polynomial__model_8hpp_source.html +++ b/www/binary__polynomial__model_8hpp_source.html @@ -348,7 +348,7 @@ diff --git a/www/binary__polynomial__sa__system_8hpp.html b/www/binary__polynomial__sa__system_8hpp.html index 009e9d9a8..b1e923a01 100644 --- a/www/binary__polynomial__sa__system_8hpp.html +++ b/www/binary__polynomial__sa__system_8hpp.html @@ -141,7 +141,7 @@ diff --git a/www/binary__polynomial__sa__system_8hpp_source.html b/www/binary__polynomial__sa__system_8hpp_source.html index 73ccf0dfc..cf9b50e4a 100644 --- a/www/binary__polynomial__sa__system_8hpp_source.html +++ b/www/binary__polynomial__sa__system_8hpp_source.html @@ -276,7 +276,7 @@ diff --git a/www/chimera_8hpp.html b/www/chimera_8hpp.html index bc5a93cbe..7a8dd4c0b 100644 --- a/www/chimera_8hpp.html +++ b/www/chimera_8hpp.html @@ -205,7 +205,7 @@ diff --git a/www/chimera_8hpp_source.html b/www/chimera_8hpp_source.html index 504d680a4..6a7d7482e 100644 --- a/www/chimera_8hpp_source.html +++ b/www/chimera_8hpp_source.html @@ -465,7 +465,7 @@ diff --git a/www/chimera__gpu__classical_8hpp.html b/www/chimera__gpu__classical_8hpp.html index f6eb8b84b..ad9860f8e 100644 --- a/www/chimera__gpu__classical_8hpp.html +++ b/www/chimera__gpu__classical_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/chimera__gpu__classical_8hpp_source.html b/www/chimera__gpu__classical_8hpp_source.html index 7de9fd970..5636b70b6 100644 --- a/www/chimera__gpu__classical_8hpp_source.html +++ b/www/chimera__gpu__classical_8hpp_source.html @@ -165,7 +165,7 @@ diff --git a/www/chimera__gpu__transverse_8hpp.html b/www/chimera__gpu__transverse_8hpp.html index a2ec4cda6..53633c033 100644 --- a/www/chimera__gpu__transverse_8hpp.html +++ b/www/chimera__gpu__transverse_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/chimera__gpu__transverse_8hpp_source.html b/www/chimera__gpu__transverse_8hpp_source.html index 0b1d19eab..b1691e15a 100644 --- a/www/chimera__gpu__transverse_8hpp_source.html +++ b/www/chimera__gpu__transverse_8hpp_source.html @@ -448,7 +448,7 @@ diff --git a/www/chimera__model_8py.html b/www/chimera__model_8py.html index a1daed553..7385674e5 100644 --- a/www/chimera__model_8py.html +++ b/www/chimera__model_8py.html @@ -109,8 +109,8 @@   def openjij.model.chimera_model.make_ChimeraModel_from_JSON (obj)   -def openjij.model.chimera_model.ChimeraModel (dict linear=None, dict quadratic=None, float offset=0.0, vartype=SPIN, int unit_num_L=None, model=None) -  +def openjij.model.chimera_model.ChimeraModel (dict linear={}, dict quadratic={}, float offset=0.0, vartype=SPIN, int unit_num_L=2, model=None) +  @@ -129,7 +129,7 @@ diff --git a/www/chimera__model_8py.js b/www/chimera__model_8py.js index 516c31aa7..8d1e77da2 100644 --- a/www/chimera__model_8py.js +++ b/www/chimera__model_8py.js @@ -1,6 +1,6 @@ var chimera__model_8py = [ - [ "ChimeraModel", "chimera__model_8py.html#a472e045cef1720a6cd6e7ca56f2374c8", null ], + [ "ChimeraModel", "chimera__model_8py.html#ab613dc171cb16d914c0ee44a5f3cae88", null ], [ "make_ChimeraModel", "chimera__model_8py.html#ab0d6c4ef968eb5df887672a0ac8a0987", null ], [ "make_ChimeraModel_from_JSON", "chimera__model_8py.html#aba4f77fd8d2757731e9bd31540327a13", null ], [ "_chimera_index", "chimera__model_8py.html#a1e0b0cf019f5f5019e275ccbe56a99dd", null ], diff --git a/www/classes.html b/www/classes.html index 53318ab1d..0b79843ca 100644 --- a/www/classes.html +++ b/www/classes.html @@ -161,7 +161,7 @@ diff --git a/www/classfmath_1_1PowGenerator-members.html b/www/classfmath_1_1PowGenerator-members.html index ec5ff093a..47921e845 100644 --- a/www/classfmath_1_1PowGenerator-members.html +++ b/www/classfmath_1_1PowGenerator-members.html @@ -108,7 +108,7 @@ diff --git a/www/classfmath_1_1PowGenerator.html b/www/classfmath_1_1PowGenerator.html index 0b8fb14cf..a3691a147 100644 --- a/www/classfmath_1_1PowGenerator.html +++ b/www/classfmath_1_1PowGenerator.html @@ -291,7 +291,7 @@

    - +
diff --git a/www/classical__ising_8hpp.html b/www/classical__ising_8hpp.html index 15da47173..741ac2d1c 100644 --- a/www/classical__ising_8hpp.html +++ b/www/classical__ising_8hpp.html @@ -205,7 +205,7 @@ diff --git a/www/classical__ising_8hpp_source.html b/www/classical__ising_8hpp_source.html index 57355842d..c608f251e 100644 --- a/www/classical__ising_8hpp_source.html +++ b/www/classical__ising_8hpp_source.html @@ -304,7 +304,7 @@ diff --git a/www/classical__ising__polynomial_8hpp.html b/www/classical__ising__polynomial_8hpp.html index c824418f6..26bb79a5e 100644 --- a/www/classical__ising__polynomial_8hpp.html +++ b/www/classical__ising__polynomial_8hpp.html @@ -203,7 +203,7 @@ diff --git a/www/classical__ising__polynomial_8hpp_source.html b/www/classical__ising__polynomial_8hpp_source.html index 56735d728..ebca5e086 100644 --- a/www/classical__ising__polynomial_8hpp_source.html +++ b/www/classical__ising__polynomial_8hpp_source.html @@ -606,7 +606,7 @@ diff --git a/www/classopenjij_1_1graph_1_1BinaryPolynomialModel-members.html b/www/classopenjij_1_1graph_1_1BinaryPolynomialModel-members.html index 916e7aa74..2111a8f53 100644 --- a/www/classopenjij_1_1graph_1_1BinaryPolynomialModel-members.html +++ b/www/classopenjij_1_1graph_1_1BinaryPolynomialModel-members.html @@ -124,7 +124,7 @@ diff --git a/www/classopenjij_1_1graph_1_1BinaryPolynomialModel.html b/www/classopenjij_1_1graph_1_1BinaryPolynomialModel.html index b2713b75c..4673d5d95 100644 --- a/www/classopenjij_1_1graph_1_1BinaryPolynomialModel.html +++ b/www/classopenjij_1_1graph_1_1BinaryPolynomialModel.html @@ -853,7 +853,7 @@

diff --git a/www/classopenjij_1_1graph_1_1CSRSparse-members.html b/www/classopenjij_1_1graph_1_1CSRSparse-members.html index a0bd0fd49..3fbbaa837 100644 --- a/www/classopenjij_1_1graph_1_1CSRSparse-members.html +++ b/www/classopenjij_1_1graph_1_1CSRSparse-members.html @@ -118,7 +118,7 @@ diff --git a/www/classopenjij_1_1graph_1_1CSRSparse.html b/www/classopenjij_1_1graph_1_1CSRSparse.html index e0ab4628e..974298400 100644 --- a/www/classopenjij_1_1graph_1_1CSRSparse.html +++ b/www/classopenjij_1_1graph_1_1CSRSparse.html @@ -601,7 +601,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1Chimera-members.html b/www/classopenjij_1_1graph_1_1Chimera-members.html index 45fc8f23b..7d52a5588 100644 --- a/www/classopenjij_1_1graph_1_1Chimera-members.html +++ b/www/classopenjij_1_1graph_1_1Chimera-members.html @@ -151,7 +151,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Chimera.html b/www/classopenjij_1_1graph_1_1Chimera.html index cb714c749..97db0121e 100644 --- a/www/classopenjij_1_1graph_1_1Chimera.html +++ b/www/classopenjij_1_1graph_1_1Chimera.html @@ -1483,7 +1483,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1Dense-members.html b/www/classopenjij_1_1graph_1_1Dense-members.html index 97c0fcfa1..a68c598f0 100644 --- a/www/classopenjij_1_1graph_1_1Dense-members.html +++ b/www/classopenjij_1_1graph_1_1Dense-members.html @@ -124,7 +124,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Dense.html b/www/classopenjij_1_1graph_1_1Dense.html index 2d6a3720b..5a714da35 100644 --- a/www/classopenjij_1_1graph_1_1Dense.html +++ b/www/classopenjij_1_1graph_1_1Dense.html @@ -936,7 +936,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1Graph-members.html b/www/classopenjij_1_1graph_1_1Graph-members.html index b02d562ce..bfe96c93d 100644 --- a/www/classopenjij_1_1graph_1_1Graph-members.html +++ b/www/classopenjij_1_1graph_1_1Graph-members.html @@ -107,7 +107,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Graph.html b/www/classopenjij_1_1graph_1_1Graph.html index 66f7e7d96..e4591960b 100644 --- a/www/classopenjij_1_1graph_1_1Graph.html +++ b/www/classopenjij_1_1graph_1_1Graph.html @@ -405,7 +405,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1IsingPolynomialModel-members.html b/www/classopenjij_1_1graph_1_1IsingPolynomialModel-members.html index fcde6d212..e2ceb583d 100644 --- a/www/classopenjij_1_1graph_1_1IsingPolynomialModel-members.html +++ b/www/classopenjij_1_1graph_1_1IsingPolynomialModel-members.html @@ -124,7 +124,7 @@ diff --git a/www/classopenjij_1_1graph_1_1IsingPolynomialModel.html b/www/classopenjij_1_1graph_1_1IsingPolynomialModel.html index 9644e66f6..92e9b708b 100644 --- a/www/classopenjij_1_1graph_1_1IsingPolynomialModel.html +++ b/www/classopenjij_1_1graph_1_1IsingPolynomialModel.html @@ -853,7 +853,7 @@

diff --git a/www/classopenjij_1_1graph_1_1Polynomial-members.html b/www/classopenjij_1_1graph_1_1Polynomial-members.html index 5468f7a45..d83cbbbc7 100644 --- a/www/classopenjij_1_1graph_1_1Polynomial-members.html +++ b/www/classopenjij_1_1graph_1_1Polynomial-members.html @@ -126,7 +126,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Polynomial.html b/www/classopenjij_1_1graph_1_1Polynomial.html index 0a4335fd6..60017ab7e 100644 --- a/www/classopenjij_1_1graph_1_1Polynomial.html +++ b/www/classopenjij_1_1graph_1_1Polynomial.html @@ -1064,7 +1064,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1Sparse-members.html b/www/classopenjij_1_1graph_1_1Sparse-members.html index 7645a100c..c73155f75 100644 --- a/www/classopenjij_1_1graph_1_1Sparse-members.html +++ b/www/classopenjij_1_1graph_1_1Sparse-members.html @@ -129,7 +129,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Sparse.html b/www/classopenjij_1_1graph_1_1Sparse.html index 82d168bae..281621203 100644 --- a/www/classopenjij_1_1graph_1_1Sparse.html +++ b/www/classopenjij_1_1graph_1_1Sparse.html @@ -1227,7 +1227,7 @@

    - +
diff --git a/www/classopenjij_1_1graph_1_1Square-members.html b/www/classopenjij_1_1graph_1_1Square-members.html index da9f09ad7..97fa18d8e 100644 --- a/www/classopenjij_1_1graph_1_1Square-members.html +++ b/www/classopenjij_1_1graph_1_1Square-members.html @@ -149,7 +149,7 @@ diff --git a/www/classopenjij_1_1graph_1_1Square.html b/www/classopenjij_1_1graph_1_1Square.html index b55c9789f..0c514dfe1 100644 --- a/www/classopenjij_1_1graph_1_1Square.html +++ b/www/classopenjij_1_1graph_1_1Square.html @@ -1364,7 +1364,7 @@

    - +
diff --git a/www/classopenjij_1_1sampler_1_1SASampler-members.html b/www/classopenjij_1_1sampler_1_1SASampler-members.html index 19db2b4e4..c50ddd438 100644 --- a/www/classopenjij_1_1sampler_1_1SASampler-members.html +++ b/www/classopenjij_1_1sampler_1_1SASampler-members.html @@ -142,7 +142,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1SASampler.html b/www/classopenjij_1_1sampler_1_1SASampler.html index 4aefcd258..2dc86560a 100644 --- a/www/classopenjij_1_1sampler_1_1SASampler.html +++ b/www/classopenjij_1_1sampler_1_1SASampler.html @@ -1604,7 +1604,7 @@

    - +
diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler-members.html b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler-members.html index e13cc52f9..4bcdb9043 100644 --- a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler-members.html +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler-members.html @@ -105,7 +105,7 @@

- + @@ -113,7 +113,7 @@ - + @@ -122,7 +122,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html index 69def1ab1..aab38f75d 100644 --- a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html @@ -93,6 +93,7 @@ Public Member Functions | Private Member Functions | Private Attributes | +Static Private Attributes | List of all members
openjij.sampler.csqa_sampler.CSQASampler Class Reference
@@ -125,8 +126,8 @@ Public Member Functions - - + + @@ -151,6 +152,9 @@ Private Attributes +

Variables

_default_paramsopenjij.sampler.csqa_sampler.CSQASamplerprivate
_get_result(self, system, model)openjij.sampler.csqa_sampler.CSQASamplerprivate
_make_systemopenjij.sampler.sqa_sampler.SQASamplerprivate
_paramsopenjij.sampler.csqa_sampler.CSQASamplerprivate
_paramsopenjij.sampler.csqa_sampler.CSQASamplerprivatestatic
_sampling(self, **kwargs)openjij.sampler.sampler.BaseSamplerprivate
_set_params(self, **kwargs)openjij.sampler.sampler.BaseSamplerprivate
parameters(self)openjij.sampler.sqa_sampler.SQASampler
propertiesopenjij.sampler.sampler.BaseSamplerstatic
sample(self, Union["openjij.model.model.BinaryQuadraticModel", dimod.BinaryQuadraticModel] bqm, Optional[float] beta=None, Optional[float] gamma=None, Optional[int] num_sweeps=None, Optional[list] schedule=None, Optional[int] trotter=None, Optional[int] num_reads=None, Optional[Union[list, dict]] initial_state=None, Optional[str] updater=None, Optional[bool] sparse=None, Optional[bool] reinitialize_state=None, Optional[int] seed=None)openjij.sampler.sqa_sampler.SQASampler
openjij::sampler::sampler::BaseSampler.sample(self, bqm, **parameters)openjij.sampler.sampler.BaseSampler
sample_ising(self, h, J, beta=None, gamma=None, num_sweeps=None, schedule=None, num_reads=None, initial_state=None, updater=None, reinitialize_state=True, seed=None)openjij.sampler.csqa_sampler.CSQASampler
sample_ising(self, h, J, float beta=5.0, float gamma=1.0, int num_sweeps=1000, schedule=None, int num_reads=1, initial_state=None, updater=None, reinitialize_state=True, seed=None)openjij.sampler.csqa_sampler.CSQASampler
openjij::sampler::sqa_sampler::SQASampler.sample_ising(self, h, J, **parameters)openjij.sampler.sampler.BaseSampler
sample_qubo(self, Q, **parameters)openjij.sampler.sampler.BaseSampler
schedule_infoopenjij.sampler.sqa_sampler.SQASampler
def __init__ (self, beta=5.0, gamma=1.0, num_sweeps=1000, schedule=None, num_reads=1)
 
def sample_ising (self, h, J, beta=None, gamma=None, num_sweeps=None, schedule=None, num_reads=None, initial_state=None, updater=None, reinitialize_state=True, seed=None)
 
def sample_ising (self, h, J, float beta=5.0, float gamma=1.0, int num_sweeps=1000, schedule=None, int num_reads=1, initial_state=None, updater=None, reinitialize_state=True, seed=None)
 
- Public Member Functions inherited from openjij.sampler.sqa_sampler.SQASampler
def parameters (self)
 
 _default_params
 
+

+Static Private Attributes

 _params
 
@@ -283,8 +287,8 @@

-

◆ sample_ising()

+ +

◆ sample_ising()

@@ -310,20 +314,20 @@

- - + + - - + + - - + + @@ -334,8 +338,8 @@

- - + + @@ -401,14 +405,14 @@

References openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sampler.BaseSampler._cxxjij_sampling(), openjij.sampler.csqa_sampler.CSQASampler._params, openjij.sampler.sa_sampler.SASampler._params, openjij.sampler.sqa_sampler.SQASampler._params, openjij.sampler.sampler.BaseSampler._set_params(), openjij::system::ContinuousTimeIsing< graph::Sparse< FloatType > >.gamma, openjij::system::ContinuousTimeIsing< graph::CSRSparse< FloatType > >.gamma, openjij::system::TransverseIsing< graph::Dense< FloatType > >.gamma, openjij::system::TransverseIsing< graph::Sparse< FloatType > >.gamma, openjij::system::TransverseIsing< graph::CSRSparse< FloatType > >.gamma, openjij.sampler.sa_sampler.SASampler.schedule_info, and openjij.sampler.sqa_sampler.SQASampler.schedule_info.

+

References openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sampler.BaseSampler._cxxjij_sampling(), openjij.sampler.csqa_sampler.CSQASampler._params, openjij.sampler.sa_sampler.SASampler._params, openjij.sampler.sqa_sampler.SQASampler._params, openjij.sampler.sampler.BaseSampler._set_params(), openjij.sampler.sa_sampler.SASampler.schedule_info, and openjij.sampler.sqa_sampler.SQASampler.schedule_info.

Referenced by openjij.sampler.sampler.BaseSampler.sample().

Here is the call graph for this function:

 beta = None, float beta = 5.0,
 gamma = None, float  gamma = 1.0,
 num_sweeps = None, int num_sweeps = 1000,
 num_reads = None, int num_reads = 1,
-

Referenced by openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sampler.BaseSampler._set_params(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sampler.BaseSampler._set_params(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

@@ -489,7 +493,7 @@

diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.js b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.js index 24415d903..f3a149f78 100644 --- a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.js +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.js @@ -2,7 +2,7 @@ var classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler = [ [ "__init__", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a59d0730325a27ac740a977d704a6221d", null ], [ "_get_result", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a1d13f35e4b5eacdcdd446e0401748dc2", null ], - [ "sample_ising", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#aad6149e8fc6dc08656cdeda77dbdcfe5", null ], + [ "sample_ising", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ae583a15acad87806b3df60721d95713b", null ], [ "_default_params", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a429e3d6aee36d7f75cbcd15ebe033156", null ], [ "_params", "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ad784e929987147ad975640890a93a68d", null ] ]; \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.map b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.map new file mode 100644 index 000000000..446561b03 --- /dev/null +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.map @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.md5 b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.md5 new file mode 100644 index 000000000..20d3b5933 --- /dev/null +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.md5 @@ -0,0 +1 @@ +fa86ec7b120782b863a90e9af28ebc2a \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.png b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..4c8df98fde82882994f450f657a8cf875679f8ec GIT binary patch literal 25970 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 + + + + + diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.md5 b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.md5 new file mode 100644 index 000000000..6aade23d2 --- /dev/null +++ b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.md5 @@ -0,0 +1 @@ +cd8059516f66bfea50881a6b902bcec9 \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.png b/www/classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler_ae583a15acad87806b3df60721d95713b_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff5b9439f7f0f73051686cd81fb52f101ec1b2b GIT binary patch literal 15605 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 literal 0 HcmV?d00001 diff --git a/www/classopenjij_1_1sampler_1_1response_1_1Response-members.html b/www/classopenjij_1_1sampler_1_1response_1_1Response-members.html index c4cb3c439..d17a7e2c4 100644 --- a/www/classopenjij_1_1sampler_1_1response_1_1Response-members.html +++ b/www/classopenjij_1_1sampler_1_1response_1_1Response-members.html @@ -105,7 +105,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1response_1_1Response.html b/www/classopenjij_1_1sampler_1_1response_1_1Response.html index 961a1e51a..fc2a8a342 100644 --- a/www/classopenjij_1_1sampler_1_1response_1_1Response.html +++ b/www/classopenjij_1_1sampler_1_1response_1_1Response.html @@ -210,7 +210,7 @@

diff --git a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler-members.html b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler-members.html index 8cf6ec262..0868788e0 100644 --- a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler-members.html +++ b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler-members.html @@ -121,7 +121,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html index 0299aeed2..c6384c9f7 100644 --- a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html +++ b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html @@ -260,7 +260,7 @@

- + @@ -825,7 +825,7 @@

-

Referenced by openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sampler.BaseSampler._set_params(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sqa_sampler.SQASampler._annealing_schedule_setting(), openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sampler.BaseSampler._set_params(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

@@ -841,7 +841,7 @@

-

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

@@ -854,7 +854,7 @@

diff --git a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.map b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.map index 8157a571d..eacfd0807 100644 --- a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.map +++ b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.map @@ -2,7 +2,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.md5 b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.md5 index b922e2367..286c64548 100644 --- a/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler_a6ad45c9494b4b7d99235d20ff5360961_icgraph.md5 @@ -1 +1 @@ -557472a807a2da1dfc170c85bb1a771c \ No newline at end of file +ba7aa853cc847c371dcd8be9e12abbdf \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler-members.html b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler-members.html index 886ac4fb6..abda5b7a5 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler-members.html +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler-members.html @@ -110,7 +110,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html index 9f1fcf1d0..2bf97148b 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html @@ -232,7 +232,7 @@

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

Here is the caller graph for this function:
@@ -241,7 +241,7 @@

- + @@ -367,7 +367,7 @@

References openjij.sampler.csqa_sampler.CSQASampler._default_params, openjij.sampler.sa_sampler.SASampler._default_params, openjij.sampler.sqa_sampler.SQASampler._default_params, openjij.sampler.csqa_sampler.CSQASampler._params, openjij.sampler.sa_sampler.SASampler._params, and openjij.sampler.sqa_sampler.SQASampler._params.

-

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sa_sampler.SASampler.sample(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

Here is the caller graph for this function:
@@ -377,7 +377,7 @@

- + @@ -429,7 +429,7 @@

References openjij.sampler.sampler.BaseSampler.sample_ising(), openjij.sampler.csqa_sampler.CSQASampler.sample_ising(), and openjij.sampler.sampler.BaseSampler.sample_qubo().

+

References openjij.sampler.sampler.BaseSampler.sample_ising(), openjij.sampler.csqa_sampler.CSQASampler.sample_ising(), and openjij.sampler.sampler.BaseSampler.sample_qubo().

Referenced by openjij.sampler.sampler.BaseSampler.sample_ising(), and openjij.sampler.sampler.BaseSampler.sample_qubo().

@@ -439,7 +439,7 @@

- + @@ -522,7 +522,7 @@

- + @@ -597,7 +597,7 @@

- + @@ -675,7 +675,7 @@

diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.map b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.map index 0773a688e..1c46a37c7 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.map +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.map @@ -3,7 +3,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.md5 b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.md5 index 724b231d2..558e3d081 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a0527d4089b08c32d3c8e8028fabb6c1e_icgraph.md5 @@ -1 +1 @@ -bb9b978ae751bfd9fd741b6426564dd8 \ No newline at end of file +11e84edfd0742f8ff37c3ceef6a51b99 \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.map b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.map index 5910369bb..65c67a63a 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.map +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.map @@ -1,7 +1,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.md5 b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.md5 index 734683482..1f8968c78 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a7426548e28e86bddfd3fa5e42d9d9330_cgraph.md5 @@ -1 +1 @@ -939721cca64675bd2887030844817dc9 \ No newline at end of file +0bc2d7b17ba5ac6972e76c48049054d4 \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.map b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.map index ca1322c26..f5fe1b6ae 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.map +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.map @@ -4,7 +4,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.md5 b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.md5 index ae3e065fe..596fbb950 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a8f27e6f9c03b80b99eb85d3550446cea_cgraph.md5 @@ -1 +1 @@ -1e063ad33bac8473469bef9d383ad045 \ No newline at end of file +b7ee165a4c148a728c2cabbdb6b6b9d2 \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.map b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.map index 0dcadbca9..aa74f250a 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.map +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.map @@ -2,7 +2,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.md5 b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.md5 index 004f4d231..6c72c1592 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_a9eb664780b6acb5e0cac75f8b1a9d3d0_icgraph.md5 @@ -1 +1 @@ -de5afa7f261a5a67b9159eaafe1354e2 \ No newline at end of file +ad6d0665533b46f75992eac3692e4d6f \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.map b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.map index 6d8727ffc..883600915 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.map +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.map @@ -3,7 +3,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.md5 b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.md5 index 873781aac..2a7d1b479 100644 --- a/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sampler_1_1BaseSampler_ae26e9e76ac578367325d3745e0787cb4_cgraph.md5 @@ -1 +1 @@ -c88ad1f767b59a7a4ad58337e0a4adc0 \ No newline at end of file +13c3d00ee91ef7896d357460c0ece742 \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler-members.html b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler-members.html index 1253dae0d..bf5f791e9 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler-members.html +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler-members.html @@ -120,7 +120,7 @@ diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html index 079fb0110..65661ed66 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html @@ -275,7 +275,7 @@

References openjij.sampler.sa_sampler.SASampler._convert_validation_schedule(), openjij.sampler.sqa_sampler.SQASampler._convert_validation_schedule(), openjij.sampler.csqa_sampler.CSQASampler._params, openjij.sampler.sa_sampler.SASampler._params, and openjij.sampler.sqa_sampler.SQASampler._params.

-

Referenced by openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

Here is the call graph for this function:

@@ -695,7 +695,7 @@

-

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

+

Referenced by openjij.sampler.sa_sampler.SASampler._sample_hubo_old(), openjij.sampler.sqa_sampler.SQASampler.sample(), and openjij.sampler.csqa_sampler.CSQASampler.sample_ising().

@@ -708,7 +708,7 @@

diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.map b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.map index 02da79b5c..a3cfd3044 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.map +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.map @@ -2,7 +2,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.md5 b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.md5 index 84269ae32..c57d96ba4 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_a1b337e1c5479c8cdd9c94965ec0a3ab9_icgraph.md5 @@ -1 +1 @@ -4b98204fc115deb516b1ae5bbfcaa272 \ No newline at end of file +4bda7408bf66b73ba321bd50f38b316b \ No newline at end of file diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.map b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.map index 4f95d687a..5cf2b35b1 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.map +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.map @@ -1,7 +1,7 @@ - + diff --git a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.md5 b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.md5 index 3a57acd82..8ff11b250 100644 --- a/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.md5 +++ b/www/classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler_ac98882a044b0000920f8e6c4f2ab217a_icgraph.md5 @@ -1 +1 @@ -67039fba16ad8558000661d855821256 \ No newline at end of file +340de1335d85651946807ad2f650927b \ No newline at end of file diff --git a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial.html b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial.html index 22cc2ff05..df9052ae7 100644 --- a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial.html +++ b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial.html @@ -116,7 +116,7 @@ diff --git a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html index 943e30aa3..ed75623b4 100644 --- a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html +++ b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html @@ -137,7 +137,7 @@ diff --git a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html index 06fdbae61..0ffee17e5 100644 --- a/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html +++ b/www/classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html @@ -1366,7 +1366,7 @@

diff --git a/www/classopenjij_1_1system_1_1KLocalPolynomial.html b/www/classopenjij_1_1system_1_1KLocalPolynomial.html index b1257f111..3e9e97113 100644 --- a/www/classopenjij_1_1system_1_1KLocalPolynomial.html +++ b/www/classopenjij_1_1system_1_1KLocalPolynomial.html @@ -116,7 +116,7 @@ diff --git a/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html b/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html index a4c068541..4976dbe01 100644 --- a/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html +++ b/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4-members.html @@ -149,7 +149,7 @@ diff --git a/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html b/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html index c716b66ac..4a69e979c 100644 --- a/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html +++ b/www/classopenjij_1_1system_1_1KLocalPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html @@ -1700,7 +1700,7 @@

diff --git a/www/classopenjij_1_1system_1_1SASystem.html b/www/classopenjij_1_1system_1_1SASystem.html index eb51e8a4b..93ed48063 100644 --- a/www/classopenjij_1_1system_1_1SASystem.html +++ b/www/classopenjij_1_1system_1_1SASystem.html @@ -102,7 +102,7 @@ diff --git a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html index df3a67ae8..9ae8e115e 100644 --- a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html +++ b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html @@ -121,7 +121,7 @@ diff --git a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html index ace9e1af3..85ff19d78 100644 --- a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html +++ b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html @@ -750,7 +750,7 @@

diff --git a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html index a1fd184cc..d3b3fbcab 100644 --- a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html +++ b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4-members.html @@ -121,7 +121,7 @@ diff --git a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html index 5b57fcbb5..6958fbbcb 100644 --- a/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html +++ b/www/classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html @@ -750,7 +750,7 @@

diff --git a/www/classopenjij_1_1utility_1_1Xorshift-members.html b/www/classopenjij_1_1utility_1_1Xorshift-members.html index aae99188d..077509dc2 100644 --- a/www/classopenjij_1_1utility_1_1Xorshift-members.html +++ b/www/classopenjij_1_1utility_1_1Xorshift-members.html @@ -111,7 +111,7 @@ diff --git a/www/classopenjij_1_1utility_1_1Xorshift.html b/www/classopenjij_1_1utility_1_1Xorshift.html index 2bbf5c7fd..760ae22eb 100644 --- a/www/classopenjij_1_1utility_1_1Xorshift.html +++ b/www/classopenjij_1_1utility_1_1Xorshift.html @@ -418,7 +418,7 @@

    - +
diff --git a/www/compile__config_8hpp.html b/www/compile__config_8hpp.html index c75b41222..c4ce9ce4a 100644 --- a/www/compile__config_8hpp.html +++ b/www/compile__config_8hpp.html @@ -139,7 +139,7 @@ diff --git a/www/compile__config_8hpp_source.html b/www/compile__config_8hpp_source.html index 4fe6ad8c3..135a89a6a 100644 --- a/www/compile__config_8hpp_source.html +++ b/www/compile__config_8hpp_source.html @@ -139,7 +139,7 @@ diff --git a/www/continuous__time__ising_8hpp.html b/www/continuous__time__ising_8hpp.html index 3a1b4b865..797786631 100644 --- a/www/continuous__time__ising_8hpp.html +++ b/www/continuous__time__ising_8hpp.html @@ -197,7 +197,7 @@ diff --git a/www/continuous__time__ising_8hpp_source.html b/www/continuous__time__ising_8hpp_source.html index d894652ad..92c4adfce 100644 --- a/www/continuous__time__ising_8hpp_source.html +++ b/www/continuous__time__ising_8hpp_source.html @@ -480,7 +480,7 @@ diff --git a/www/continuous__time__swendsen__wang_8hpp.html b/www/continuous__time__swendsen__wang_8hpp.html index 8ca6ce3ed..fe6c8233d 100644 --- a/www/continuous__time__swendsen__wang_8hpp.html +++ b/www/continuous__time__swendsen__wang_8hpp.html @@ -193,7 +193,7 @@ diff --git a/www/continuous__time__swendsen__wang_8hpp_source.html b/www/continuous__time__swendsen__wang_8hpp_source.html index 203a2d51f..b8cc9cf7a 100644 --- a/www/continuous__time__swendsen__wang_8hpp_source.html +++ b/www/continuous__time__swendsen__wang_8hpp_source.html @@ -645,7 +645,7 @@ diff --git a/www/converter_8hpp.html b/www/converter_8hpp.html index 953d7e744..5abdea9d2 100644 --- a/www/converter_8hpp.html +++ b/www/converter_8hpp.html @@ -123,7 +123,7 @@ diff --git a/www/converter_8hpp_source.html b/www/converter_8hpp_source.html index ae57a8d68..764765378 100644 --- a/www/converter_8hpp_source.html +++ b/www/converter_8hpp_source.html @@ -124,7 +124,7 @@ diff --git a/www/create__geometric__progression_8hpp.html b/www/create__geometric__progression_8hpp.html index bcb1aa197..3817837b9 100644 --- a/www/create__geometric__progression_8hpp.html +++ b/www/create__geometric__progression_8hpp.html @@ -118,7 +118,7 @@ diff --git a/www/create__geometric__progression_8hpp_source.html b/www/create__geometric__progression_8hpp_source.html index 6f565ff13..ab38ee764 100644 --- a/www/create__geometric__progression_8hpp_source.html +++ b/www/create__geometric__progression_8hpp_source.html @@ -129,7 +129,7 @@ diff --git a/www/csqa__sampler_8py.html b/www/csqa__sampler_8py.html index 54f7678b2..4b21c8852 100644 --- a/www/csqa__sampler_8py.html +++ b/www/csqa__sampler_8py.html @@ -113,7 +113,7 @@ diff --git a/www/csr__sparse_8hpp.html b/www/csr__sparse_8hpp.html index 5bda1c95c..d3ac1772e 100644 --- a/www/csr__sparse_8hpp.html +++ b/www/csr__sparse_8hpp.html @@ -173,7 +173,7 @@ diff --git a/www/csr__sparse_8hpp_source.html b/www/csr__sparse_8hpp_source.html index 263d66b69..17bf27de2 100644 --- a/www/csr__sparse_8hpp_source.html +++ b/www/csr__sparse_8hpp_source.html @@ -218,7 +218,7 @@ diff --git a/www/cublas_8hpp.html b/www/cublas_8hpp.html index 0d45d6d95..f8dc47018 100644 --- a/www/cublas_8hpp.html +++ b/www/cublas_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/cublas_8hpp_source.html b/www/cublas_8hpp_source.html index 7728d9cbc..8a64ef469 100644 --- a/www/cublas_8hpp_source.html +++ b/www/cublas_8hpp_source.html @@ -301,7 +301,7 @@ diff --git a/www/cxx__cast_8py.html b/www/cxx__cast_8py.html index 75dee6f9d..53e8b9c38 100644 --- a/www/cxx__cast_8py.html +++ b/www/cxx__cast_8py.html @@ -117,7 +117,7 @@ diff --git a/www/declare_8hpp.html b/www/declare_8hpp.html index d2daf504e..55426f4c5 100644 --- a/www/declare_8hpp.html +++ b/www/declare_8hpp.html @@ -297,7 +297,7 @@ diff --git a/www/declare_8hpp_source.html b/www/declare_8hpp_source.html index d85cac7d6..2861e4d81 100644 --- a/www/declare_8hpp_source.html +++ b/www/declare_8hpp_source.html @@ -1169,7 +1169,7 @@ diff --git a/www/decorator_8py.html b/www/decorator_8py.html index 157e9eb6a..b726862b3 100644 --- a/www/decorator_8py.html +++ b/www/decorator_8py.html @@ -117,7 +117,7 @@ diff --git a/www/dense_8hpp.html b/www/dense_8hpp.html index 28d623090..0ff06b9ce 100644 --- a/www/dense_8hpp.html +++ b/www/dense_8hpp.html @@ -181,7 +181,7 @@ diff --git a/www/dense_8hpp_source.html b/www/dense_8hpp_source.html index 5f78c6eaf..435a779e8 100644 --- a/www/dense_8hpp_source.html +++ b/www/dense_8hpp_source.html @@ -300,7 +300,7 @@ diff --git a/www/deprecated.html b/www/deprecated.html index 44da25df7..ce0d102d4 100644 --- a/www/deprecated.html +++ b/www/deprecated.html @@ -111,7 +111,7 @@ diff --git a/www/dir_000000_000004.html b/www/dir_000000_000004.html index e1ff8eafd..3f84535a2 100644 --- a/www/dir_000000_000004.html +++ b/www/dir_000000_000004.html @@ -95,7 +95,7 @@

openjij → include Relation

    - +
diff --git a/www/dir_000006_000009.html b/www/dir_000006_000009.html index c46efeb3a..7a3b30973 100644 --- a/www/dir_000006_000009.html +++ b/www/dir_000006_000009.html @@ -95,7 +95,7 @@

algorithm → system Relation

    - +
diff --git a/www/dir_000006_000012.html b/www/dir_000006_000012.html index a990f4b8e..a33ade007 100644 --- a/www/dir_000006_000012.html +++ b/www/dir_000006_000012.html @@ -95,7 +95,7 @@

algorithm → utility Relation

    - +
diff --git a/www/dir_000007_000012.html b/www/dir_000007_000012.html index 22b0db00e..4d88c45c3 100644 --- a/www/dir_000007_000012.html +++ b/www/dir_000007_000012.html @@ -95,7 +95,7 @@

graph → utility Relation

< diff --git a/www/dir_000007_000016.html b/www/dir_000007_000016.html index 10c75ce7b..c3e70ce2b 100644 --- a/www/dir_000007_000016.html +++ b/www/dir_000007_000016.html @@ -95,7 +95,7 @@

graph → json Relation

- - + +
    - +
diff --git a/www/dir_000008_000007.html b/www/dir_000008_000007.html index b302b7fe6..bb45bd7a7 100644 --- a/www/dir_000008_000007.html +++ b/www/dir_000008_000007.html @@ -95,7 +95,7 @@

result → graph Relation

    - +
diff --git a/www/dir_000008_000009.html b/www/dir_000008_000009.html index ad108c327..89b25676c 100644 --- a/www/dir_000008_000009.html +++ b/www/dir_000008_000009.html @@ -95,7 +95,7 @@

result → system Relation

< diff --git a/www/dir_000009_000007.html b/www/dir_000009_000007.html index 330fa3603..563f2e6fc 100644 --- a/www/dir_000009_000007.html +++ b/www/dir_000009_000007.html @@ -95,7 +95,7 @@

system → graph Relation

    - +
diff --git a/www/dir_000009_000012.html b/www/dir_000009_000012.html index fafa932ab..0a0c1e126 100644 --- a/www/dir_000009_000012.html +++ b/www/dir_000009_000012.html @@ -95,7 +95,7 @@

system → utility Relation

diff --git a/www/dir_000010_000006.html b/www/dir_000010_000006.html index 58c6522ac..862c3cc6e 100644 --- a/www/dir_000010_000006.html +++ b/www/dir_000010_000006.html @@ -95,7 +95,7 @@

updater → algorithm Relation

    - +
diff --git a/www/dir_000010_000007.html b/www/dir_000010_000007.html index ca017f6d7..b62108d08 100644 --- a/www/dir_000010_000007.html +++ b/www/dir_000010_000007.html @@ -95,7 +95,7 @@

updater → graph Relation

< diff --git a/www/dir_000010_000009.html b/www/dir_000010_000009.html index 1a25b31f9..29e4233d6 100644 --- a/www/dir_000010_000009.html +++ b/www/dir_000010_000009.html @@ -95,7 +95,7 @@

updater → system Relation

diff --git a/www/dir_000010_000012.html b/www/dir_000010_000012.html index a22331cab..12a4a4f48 100644 --- a/www/dir_000010_000012.html +++ b/www/dir_000010_000012.html @@ -95,7 +95,7 @@

updater → utility Relation

    - +
diff --git a/www/dir_000012_000007.html b/www/dir_000012_000007.html index f9d6602e1..ac8662469 100644 --- a/www/dir_000012_000007.html +++ b/www/dir_000012_000007.html @@ -95,7 +95,7 @@

utility → graph Relation

< diff --git a/www/dir_000012_000009.html b/www/dir_000012_000009.html index 26333edbf..d0ecab3e5 100644 --- a/www/dir_000012_000009.html +++ b/www/dir_000012_000009.html @@ -95,7 +95,7 @@

utility → system Relation

diff --git a/www/dir_000017_000007.html b/www/dir_000017_000007.html index ba441648d..1d1ec664b 100644 --- a/www/dir_000017_000007.html +++ b/www/dir_000017_000007.html @@ -95,7 +95,7 @@

sampler → graph Relation

< diff --git a/www/dir_000017_000009.html b/www/dir_000017_000009.html index 00929d46b..899a72355 100644 --- a/www/dir_000017_000009.html +++ b/www/dir_000017_000009.html @@ -95,7 +95,7 @@

sampler → system Relation

diff --git a/www/dir_000017_000010.html b/www/dir_000017_000010.html index 6888dc867..3bc907ebb 100644 --- a/www/dir_000017_000010.html +++ b/www/dir_000017_000010.html @@ -95,7 +95,7 @@

sampler → updater Relation

    - +
diff --git a/www/dir_0dac1aac44868b5929bea10151aa26a3.html b/www/dir_0dac1aac44868b5929bea10151aa26a3.html index 098df9821..39682dd66 100644 --- a/www/dir_0dac1aac44868b5929bea10151aa26a3.html +++ b/www/dir_0dac1aac44868b5929bea10151aa26a3.html @@ -145,7 +145,7 @@ diff --git a/www/dir_144550c3339441091138739c68b6858d.html b/www/dir_144550c3339441091138739c68b6858d.html index ad7be0374..9bdca312a 100644 --- a/www/dir_144550c3339441091138739c68b6858d.html +++ b/www/dir_144550c3339441091138739c68b6858d.html @@ -107,7 +107,7 @@ diff --git a/www/dir_246e4444fc61d0708f4c8e3dabb1b965.html b/www/dir_246e4444fc61d0708f4c8e3dabb1b965.html index e749762ae..bdabe387e 100644 --- a/www/dir_246e4444fc61d0708f4c8e3dabb1b965.html +++ b/www/dir_246e4444fc61d0708f4c8e3dabb1b965.html @@ -149,7 +149,7 @@ diff --git a/www/dir_336b94511875c1f0012c60e868b4d728.html b/www/dir_336b94511875c1f0012c60e868b4d728.html index b8fe98f90..f61df4767 100644 --- a/www/dir_336b94511875c1f0012c60e868b4d728.html +++ b/www/dir_336b94511875c1f0012c60e868b4d728.html @@ -117,7 +117,7 @@ diff --git a/www/dir_3b80282b6056f712e68c5bb5f41bd4fd.html b/www/dir_3b80282b6056f712e68c5bb5f41bd4fd.html index 111321b04..7315419e4 100644 --- a/www/dir_3b80282b6056f712e68c5bb5f41bd4fd.html +++ b/www/dir_3b80282b6056f712e68c5bb5f41bd4fd.html @@ -114,7 +114,7 @@ diff --git a/www/dir_51f36491b365946802bf0fb1c251373c.html b/www/dir_51f36491b365946802bf0fb1c251373c.html index c34aff294..854d8b316 100644 --- a/www/dir_51f36491b365946802bf0fb1c251373c.html +++ b/www/dir_51f36491b365946802bf0fb1c251373c.html @@ -117,7 +117,7 @@ diff --git a/www/dir_5e6f292254b3e6d196bf5c9ec9e8e03d.html b/www/dir_5e6f292254b3e6d196bf5c9ec9e8e03d.html index 0b361ca28..2ecd964c4 100644 --- a/www/dir_5e6f292254b3e6d196bf5c9ec9e8e03d.html +++ b/www/dir_5e6f292254b3e6d196bf5c9ec9e8e03d.html @@ -121,7 +121,7 @@ diff --git a/www/dir_8c33f92ca79641e52848a4a9437e440a.html b/www/dir_8c33f92ca79641e52848a4a9437e440a.html index 80afb542a..d9dec3bae 100644 --- a/www/dir_8c33f92ca79641e52848a4a9437e440a.html +++ b/www/dir_8c33f92ca79641e52848a4a9437e440a.html @@ -122,7 +122,7 @@ diff --git a/www/dir_a352e415aa34bad11834ee906ea8e917.html b/www/dir_a352e415aa34bad11834ee906ea8e917.html index 065a948ec..4475f4426 100644 --- a/www/dir_a352e415aa34bad11834ee906ea8e917.html +++ b/www/dir_a352e415aa34bad11834ee906ea8e917.html @@ -111,7 +111,7 @@ diff --git a/www/dir_aa75a92fa1cda3a8f176a9fab58f32c0.html b/www/dir_aa75a92fa1cda3a8f176a9fab58f32c0.html index fe38a0818..36a0f5bd2 100644 --- a/www/dir_aa75a92fa1cda3a8f176a9fab58f32c0.html +++ b/www/dir_aa75a92fa1cda3a8f176a9fab58f32c0.html @@ -152,7 +152,7 @@ diff --git a/www/dir_ac4d3c96b24bc0ef03aa383fd1619ba4.html b/www/dir_ac4d3c96b24bc0ef03aa383fd1619ba4.html index 881fc828a..d9d88db0a 100644 --- a/www/dir_ac4d3c96b24bc0ef03aa383fd1619ba4.html +++ b/www/dir_ac4d3c96b24bc0ef03aa383fd1619ba4.html @@ -105,7 +105,7 @@ diff --git a/www/dir_bf8e8b542ca3dfac3a6f2bbc89ee8169.html b/www/dir_bf8e8b542ca3dfac3a6f2bbc89ee8169.html index 190829415..ab443fb22 100644 --- a/www/dir_bf8e8b542ca3dfac3a6f2bbc89ee8169.html +++ b/www/dir_bf8e8b542ca3dfac3a6f2bbc89ee8169.html @@ -112,7 +112,7 @@ diff --git a/www/dir_d44c64559bbebec7f509842c48db8b23.html b/www/dir_d44c64559bbebec7f509842c48db8b23.html index 44f300fdd..87f1fd3d9 100644 --- a/www/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/www/dir_d44c64559bbebec7f509842c48db8b23.html @@ -114,7 +114,7 @@ diff --git a/www/dir_dd1c7d06e90810d361f7a4f02d7c1779.html b/www/dir_dd1c7d06e90810d361f7a4f02d7c1779.html index cadb4873c..9b6aa8572 100644 --- a/www/dir_dd1c7d06e90810d361f7a4f02d7c1779.html +++ b/www/dir_dd1c7d06e90810d361f7a4f02d7c1779.html @@ -123,7 +123,7 @@ diff --git a/www/dir_e4218f10291b704d6c5dabb86f307996.html b/www/dir_e4218f10291b704d6c5dabb86f307996.html index 97a9ee9e7..949ffd912 100644 --- a/www/dir_e4218f10291b704d6c5dabb86f307996.html +++ b/www/dir_e4218f10291b704d6c5dabb86f307996.html @@ -137,7 +137,7 @@ diff --git a/www/dir_ebbdd9b36fe30e0d1cf764a4a608c0b4.html b/www/dir_ebbdd9b36fe30e0d1cf764a4a608c0b4.html index 485fef728..55bb8c683 100644 --- a/www/dir_ebbdd9b36fe30e0d1cf764a4a608c0b4.html +++ b/www/dir_ebbdd9b36fe30e0d1cf764a4a608c0b4.html @@ -109,7 +109,7 @@ diff --git a/www/dir_f1192baf3a82cf9d17fbfe6ba0cf2bee.html b/www/dir_f1192baf3a82cf9d17fbfe6ba0cf2bee.html index 92f8444e6..b9def7099 100644 --- a/www/dir_f1192baf3a82cf9d17fbfe6ba0cf2bee.html +++ b/www/dir_f1192baf3a82cf9d17fbfe6ba0cf2bee.html @@ -139,7 +139,7 @@ diff --git a/www/dir_faa0277962972dd812859281d49847ce.html b/www/dir_faa0277962972dd812859281d49847ce.html index d1714056e..fe9f0095b 100644 --- a/www/dir_faa0277962972dd812859281d49847ce.html +++ b/www/dir_faa0277962972dd812859281d49847ce.html @@ -145,7 +145,7 @@ diff --git a/www/disable__eigen__warning_8hpp.html b/www/disable__eigen__warning_8hpp.html index 65f966b31..dd749795d 100644 --- a/www/disable__eigen__warning_8hpp.html +++ b/www/disable__eigen__warning_8hpp.html @@ -129,7 +129,7 @@ diff --git a/www/disable__eigen__warning_8hpp_source.html b/www/disable__eigen__warning_8hpp_source.html index e3d369892..08975d949 100644 --- a/www/disable__eigen__warning_8hpp_source.html +++ b/www/disable__eigen__warning_8hpp_source.html @@ -126,7 +126,7 @@ diff --git a/www/eigen_8hpp.html b/www/eigen_8hpp.html index b6afacded..eb16d5159 100644 --- a/www/eigen_8hpp.html +++ b/www/eigen_8hpp.html @@ -211,7 +211,7 @@ diff --git a/www/eigen_8hpp_source.html b/www/eigen_8hpp_source.html index 89202ca29..2b3cb1383 100644 --- a/www/eigen_8hpp_source.html +++ b/www/eigen_8hpp_source.html @@ -253,7 +253,7 @@ diff --git a/www/files.html b/www/files.html index 0355075ef..039a2c3c0 100644 --- a/www/files.html +++ b/www/files.html @@ -179,7 +179,7 @@ diff --git a/www/fmath_8hpp.html b/www/fmath_8hpp.html index 192ae4623..eea02c7dc 100644 --- a/www/fmath_8hpp.html +++ b/www/fmath_8hpp.html @@ -313,7 +313,7 @@

diff --git a/www/fmath_8hpp_source.html b/www/fmath_8hpp_source.html index ef1acc0ab..818860907 100644 --- a/www/fmath_8hpp_source.html +++ b/www/fmath_8hpp_source.html @@ -1033,7 +1033,7 @@ diff --git a/www/functions.html b/www/functions.html index b8bb8ae57..ca0826461 100644 --- a/www/functions.html +++ b/www/functions.html @@ -184,7 +184,7 @@

- _ -

    diff --git a/www/functions_a.html b/www/functions_a.html index afe6bacbb..b572ccc69 100644 --- a/www/functions_a.html +++ b/www/functions_a.html @@ -128,7 +128,7 @@

    - a -

      diff --git a/www/functions_b.html b/www/functions_b.html index e0b542709..019560821 100644 --- a/www/functions_b.html +++ b/www/functions_b.html @@ -125,7 +125,7 @@

      - b -

        diff --git a/www/functions_c.html b/www/functions_c.html index fa52209f0..341fc077a 100644 --- a/www/functions_c.html +++ b/www/functions_c.html @@ -180,7 +180,7 @@

        - c -

          diff --git a/www/functions_d.html b/www/functions_d.html index a1be09339..f8a080558 100644 --- a/www/functions_d.html +++ b/www/functions_d.html @@ -133,7 +133,7 @@

          - d -

            diff --git a/www/functions_e.html b/www/functions_e.html index 76a73394b..90cef1dcf 100644 --- a/www/functions_e.html +++ b/www/functions_e.html @@ -131,7 +131,7 @@

            - e -

              diff --git a/www/functions_eval.html b/www/functions_eval.html index 53ad44f33..28af6066d 100644 --- a/www/functions_eval.html +++ b/www/functions_eval.html @@ -118,7 +118,7 @@ diff --git a/www/functions_f.html b/www/functions_f.html index e2c8bfed0..626d7f4b1 100644 --- a/www/functions_f.html +++ b/www/functions_f.html @@ -128,7 +128,7 @@

              - f -

                diff --git a/www/functions_func.html b/www/functions_func.html index 01ae98fa3..740313c02 100644 --- a/www/functions_func.html +++ b/www/functions_func.html @@ -131,7 +131,7 @@

                - _ -

                  diff --git a/www/functions_func_a.html b/www/functions_func_a.html index 0a9214aaf..f623ad3a4 100644 --- a/www/functions_func_a.html +++ b/www/functions_func_a.html @@ -101,7 +101,7 @@

                  - a -

                    diff --git a/www/functions_func_b.html b/www/functions_func_b.html index 1fe44fda7..984ea2493 100644 --- a/www/functions_func_b.html +++ b/www/functions_func_b.html @@ -101,7 +101,7 @@

                    - b -

                      diff --git a/www/functions_func_c.html b/www/functions_func_c.html index c29f652fe..48497197e 100644 --- a/www/functions_func_c.html +++ b/www/functions_func_c.html @@ -147,7 +147,7 @@

                      - c -

                        diff --git a/www/functions_func_d.html b/www/functions_func_d.html index 518b2a0d8..fe7b9b494 100644 --- a/www/functions_func_d.html +++ b/www/functions_func_d.html @@ -113,7 +113,7 @@

                        - d -

                          diff --git a/www/functions_func_e.html b/www/functions_func_e.html index 8e33a88fc..9af38dd27 100644 --- a/www/functions_func_e.html +++ b/www/functions_func_e.html @@ -117,7 +117,7 @@

                          - e -

                            diff --git a/www/functions_func_f.html b/www/functions_func_f.html index b1c9ba604..a8e617893 100644 --- a/www/functions_func_f.html +++ b/www/functions_func_f.html @@ -113,7 +113,7 @@

                            - f -

                              diff --git a/www/functions_func_g.html b/www/functions_func_g.html index 790e17120..e0c7b8d8f 100644 --- a/www/functions_func_g.html +++ b/www/functions_func_g.html @@ -281,7 +281,7 @@

                              - g -

                                diff --git a/www/functions_func_h.html b/www/functions_func_h.html index ddbeb7989..df88fdf28 100644 --- a/www/functions_func_h.html +++ b/www/functions_func_h.html @@ -104,7 +104,7 @@

                                - h -

                                  diff --git a/www/functions_func_i.html b/www/functions_func_i.html index c47ee6f1b..5c4831caa 100644 --- a/www/functions_func_i.html +++ b/www/functions_func_i.html @@ -104,7 +104,7 @@

                                  - i -

                                    diff --git a/www/functions_func_j.html b/www/functions_func_j.html index 24f4f4864..583cd29fc 100644 --- a/www/functions_func_j.html +++ b/www/functions_func_j.html @@ -105,7 +105,7 @@

                                    - j -

                                      diff --git a/www/functions_func_k.html b/www/functions_func_k.html index e22bb0c0f..c4ae245a4 100644 --- a/www/functions_func_k.html +++ b/www/functions_func_k.html @@ -101,7 +101,7 @@

                                      - k -

                                        diff --git a/www/functions_func_l.html b/www/functions_func_l.html index 485d0de75..45b4ed047 100644 --- a/www/functions_func_l.html +++ b/www/functions_func_l.html @@ -101,7 +101,7 @@

                                        - l -

                                          diff --git a/www/functions_func_m.html b/www/functions_func_m.html index 0fb9e0244..72e6b6e24 100644 --- a/www/functions_func_m.html +++ b/www/functions_func_m.html @@ -121,7 +121,7 @@

                                          - m -

                                            diff --git a/www/functions_func_o.html b/www/functions_func_o.html index 292c7c6e4..49eb19a2e 100644 --- a/www/functions_func_o.html +++ b/www/functions_func_o.html @@ -106,7 +106,7 @@

                                            - o -

                                              diff --git a/www/functions_func_p.html b/www/functions_func_p.html index cc7a8489d..550251db5 100644 --- a/www/functions_func_p.html +++ b/www/functions_func_p.html @@ -108,7 +108,7 @@

                                              - p -

                                                diff --git a/www/functions_func_r.html b/www/functions_func_r.html index bc89305a7..cd055480d 100644 --- a/www/functions_func_r.html +++ b/www/functions_func_r.html @@ -137,7 +137,7 @@

                                                - r -

                                                  diff --git a/www/functions_func_s.html b/www/functions_func_s.html index 8bc7a45b7..dd2e5bd9e 100644 --- a/www/functions_func_s.html +++ b/www/functions_func_s.html @@ -104,7 +104,7 @@

                                                  - s -

                                                    : openjij.sampler.sa_sampler.SASampler
                                                  • sample_ising() -: openjij.sampler.csqa_sampler.CSQASampler +: openjij.sampler.csqa_sampler.CSQASampler , openjij.sampler.sampler.BaseSampler
                                                  • sample_qubo() @@ -209,7 +209,7 @@

                                                    - s -

                                                      diff --git a/www/functions_func_t.html b/www/functions_func_t.html index 2d7ced974..5dc388c8d 100644 --- a/www/functions_func_t.html +++ b/www/functions_func_t.html @@ -116,7 +116,7 @@

                                                      - t -

                                                        diff --git a/www/functions_func_u.html b/www/functions_func_u.html index bf2457f7a..f9a1da0fe 100644 --- a/www/functions_func_u.html +++ b/www/functions_func_u.html @@ -137,7 +137,7 @@

                                                        - u -

                                                          diff --git a/www/functions_func_v.html b/www/functions_func_v.html index e8a334011..693b4d89f 100644 --- a/www/functions_func_v.html +++ b/www/functions_func_v.html @@ -101,7 +101,7 @@

                                                          - v -

                                                            diff --git a/www/functions_func_x.html b/www/functions_func_x.html index 950469eb6..65f89e74d 100644 --- a/www/functions_func_x.html +++ b/www/functions_func_x.html @@ -101,7 +101,7 @@

                                                            - x -

                                                              diff --git a/www/functions_g.html b/www/functions_g.html index 176da0838..758976c4b 100644 --- a/www/functions_g.html +++ b/www/functions_g.html @@ -294,7 +294,7 @@

                                                              - g -

                                                                diff --git a/www/functions_h.html b/www/functions_h.html index 549a055b1..beec8ad5a 100644 --- a/www/functions_h.html +++ b/www/functions_h.html @@ -104,7 +104,7 @@

                                                                - h -

                                                                  diff --git a/www/functions_i.html b/www/functions_i.html index 414974ac4..363ed8d8a 100644 --- a/www/functions_i.html +++ b/www/functions_i.html @@ -145,7 +145,7 @@

                                                                  - i -

                                                                    diff --git a/www/functions_j.html b/www/functions_j.html index 596696aa4..1574eea1a 100644 --- a/www/functions_j.html +++ b/www/functions_j.html @@ -105,7 +105,7 @@

                                                                    - j -

                                                                      diff --git a/www/functions_k.html b/www/functions_k.html index bc9b5391c..d9e53a1de 100644 --- a/www/functions_k.html +++ b/www/functions_k.html @@ -107,7 +107,7 @@

                                                                      - k -

                                                                        diff --git a/www/functions_l.html b/www/functions_l.html index 605aae6fc..e69a156a1 100644 --- a/www/functions_l.html +++ b/www/functions_l.html @@ -110,7 +110,7 @@

                                                                        - l -

                                                                          diff --git a/www/functions_m.html b/www/functions_m.html index e9ee0af5b..543590512 100644 --- a/www/functions_m.html +++ b/www/functions_m.html @@ -168,7 +168,7 @@

                                                                          - m -

                                                                            diff --git a/www/functions_n.html b/www/functions_n.html index 73dc1fe47..60aa2d111 100644 --- a/www/functions_n.html +++ b/www/functions_n.html @@ -138,7 +138,7 @@

                                                                            - n -

                                                                              diff --git a/www/functions_o.html b/www/functions_o.html index 497c0a65c..e681651c8 100644 --- a/www/functions_o.html +++ b/www/functions_o.html @@ -109,7 +109,7 @@

                                                                              - o -

                                                                                diff --git a/www/functions_p.html b/www/functions_p.html index 84bc4b8ee..e799b2a3e 100644 --- a/www/functions_p.html +++ b/www/functions_p.html @@ -128,7 +128,7 @@

                                                                                - p -

                                                                                  diff --git a/www/functions_q.html b/www/functions_q.html index f2f982515..91a8665a1 100644 --- a/www/functions_q.html +++ b/www/functions_q.html @@ -101,7 +101,7 @@

                                                                                  - q -

                                                                                    diff --git a/www/functions_r.html b/www/functions_r.html index 25fad0f29..4a3d53da7 100644 --- a/www/functions_r.html +++ b/www/functions_r.html @@ -161,7 +161,7 @@

                                                                                    - r -

                                                                                      diff --git a/www/functions_s.html b/www/functions_s.html index 47dee8408..06294fce9 100644 --- a/www/functions_s.html +++ b/www/functions_s.html @@ -113,7 +113,7 @@

                                                                                      - s -

                                                                                        : openjij.sampler.sa_sampler.SASampler
                                                                                      • sample_ising() -: openjij.sampler.csqa_sampler.CSQASampler +: openjij.sampler.csqa_sampler.CSQASampler , openjij.sampler.sampler.BaseSampler
                                                                                      • sample_qubo() @@ -281,7 +281,7 @@

                                                                                        - s -

                                                                                          diff --git a/www/functions_t.html b/www/functions_t.html index 6d0928161..d02bb9192 100644 --- a/www/functions_t.html +++ b/www/functions_t.html @@ -160,7 +160,7 @@

                                                                                          - t -

                                                                                            diff --git a/www/functions_type.html b/www/functions_type.html index 06685730a..d10585dc4 100644 --- a/www/functions_type.html +++ b/www/functions_type.html @@ -289,7 +289,7 @@

                                                                                            - v -

                                                                                              diff --git a/www/functions_u.html b/www/functions_u.html index 74b83d2f1..860c1b116 100644 --- a/www/functions_u.html +++ b/www/functions_u.html @@ -152,7 +152,7 @@

                                                                                              - u -

                                                                                                diff --git a/www/functions_v.html b/www/functions_v.html index 569cc5935..a7026e086 100644 --- a/www/functions_v.html +++ b/www/functions_v.html @@ -133,7 +133,7 @@

                                                                                                - v -

                                                                                                  diff --git a/www/functions_vars.html b/www/functions_vars.html index e1e037551..9a564fd35 100644 --- a/www/functions_vars.html +++ b/www/functions_vars.html @@ -604,7 +604,7 @@

                                                                                                  - z -

                                                                                                    diff --git a/www/functions_w.html b/www/functions_w.html index 0934d9897..c5d75250b 100644 --- a/www/functions_w.html +++ b/www/functions_w.html @@ -101,7 +101,7 @@

                                                                                                    - w -

                                                                                                      diff --git a/www/functions_x.html b/www/functions_x.html index 937ee30e1..2e8ac820c 100644 --- a/www/functions_x.html +++ b/www/functions_x.html @@ -104,7 +104,7 @@

                                                                                                      - x -

                                                                                                        diff --git a/www/functions_y.html b/www/functions_y.html index 778af93b0..75e8cb833 100644 --- a/www/functions_y.html +++ b/www/functions_y.html @@ -101,7 +101,7 @@

                                                                                                        - y -

                                                                                                          diff --git a/www/functions_z.html b/www/functions_z.html index 939322bcd..e8a3cd2dc 100644 --- a/www/functions_z.html +++ b/www/functions_z.html @@ -109,7 +109,7 @@

                                                                                                          - z -

                                                                                                            diff --git a/www/get__solution_8hpp.html b/www/get__solution_8hpp.html index aa916528e..eb1c03ab8 100644 --- a/www/get__solution_8hpp.html +++ b/www/get__solution_8hpp.html @@ -211,7 +211,7 @@ diff --git a/www/get__solution_8hpp_source.html b/www/get__solution_8hpp_source.html index 77f043f3a..95c7d6950 100644 --- a/www/get__solution_8hpp_source.html +++ b/www/get__solution_8hpp_source.html @@ -244,7 +244,7 @@ diff --git a/www/globals.html b/www/globals.html index 2c5b53f95..8ce6f3e0e 100644 --- a/www/globals.html +++ b/www/globals.html @@ -108,7 +108,7 @@ diff --git a/www/globals_defs.html b/www/globals_defs.html index 43bf5c838..cf7b24f6a 100644 --- a/www/globals_defs.html +++ b/www/globals_defs.html @@ -105,7 +105,7 @@ diff --git a/www/globals_func.html b/www/globals_func.html index e964090db..9867ad55f 100644 --- a/www/globals_func.html +++ b/www/globals_func.html @@ -99,7 +99,7 @@ diff --git a/www/gpu_2memory_8hpp.html b/www/gpu_2memory_8hpp.html index 899a06fc4..9481ff111 100644 --- a/www/gpu_2memory_8hpp.html +++ b/www/gpu_2memory_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/gpu_2memory_8hpp_source.html b/www/gpu_2memory_8hpp_source.html index fabd821ec..d9fc1c4d8 100644 --- a/www/gpu_2memory_8hpp_source.html +++ b/www/gpu_2memory_8hpp_source.html @@ -166,7 +166,7 @@ diff --git a/www/gpu_8hpp.html b/www/gpu_8hpp.html index 6f44bfe87..88b22bf04 100644 --- a/www/gpu_8hpp.html +++ b/www/gpu_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/gpu_8hpp_source.html b/www/gpu_8hpp_source.html index cb42ce58d..4dac338c4 100644 --- a/www/gpu_8hpp_source.html +++ b/www/gpu_8hpp_source.html @@ -206,7 +206,7 @@ diff --git a/www/graph_2all_8hpp.html b/www/graph_2all_8hpp.html index 482a8e454..00fcf0668 100644 --- a/www/graph_2all_8hpp.html +++ b/www/graph_2all_8hpp.html @@ -177,7 +177,7 @@ diff --git a/www/graph_2all_8hpp_source.html b/www/graph_2all_8hpp_source.html index 5bd0693f3..a44de5a43 100644 --- a/www/graph_2all_8hpp_source.html +++ b/www/graph_2all_8hpp_source.html @@ -132,7 +132,7 @@ diff --git a/www/graph_8hpp.html b/www/graph_8hpp.html index 34c9d7ab1..998d40c75 100644 --- a/www/graph_8hpp.html +++ b/www/graph_8hpp.html @@ -185,7 +185,7 @@ diff --git a/www/graph_8hpp_source.html b/www/graph_8hpp_source.html index 79eb2f0b1..29bec2595 100644 --- a/www/graph_8hpp_source.html +++ b/www/graph_8hpp_source.html @@ -184,7 +184,7 @@ diff --git a/www/graph__utils_8py.html b/www/graph__utils_8py.html index 9fcac9757..cc5d66026 100644 --- a/www/graph__utils_8py.html +++ b/www/graph__utils_8py.html @@ -115,7 +115,7 @@ diff --git a/www/graph_legend.html b/www/graph_legend.html index 5f7127b17..c8111feb9 100644 --- a/www/graph_legend.html +++ b/www/graph_legend.html @@ -158,7 +158,7 @@ diff --git a/www/handle__error_8hpp.html b/www/handle__error_8hpp.html index 835947553..f86cc3f37 100644 --- a/www/handle__error_8hpp.html +++ b/www/handle__error_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/handle__error_8hpp_source.html b/www/handle__error_8hpp_source.html index 36754f55a..92e5f5225 100644 --- a/www/handle__error_8hpp_source.html +++ b/www/handle__error_8hpp_source.html @@ -186,7 +186,7 @@ diff --git a/www/hierarchy.html b/www/hierarchy.html index 13bb8810b..1bf47732d 100644 --- a/www/hierarchy.html +++ b/www/hierarchy.html @@ -196,7 +196,7 @@ diff --git a/www/index.html b/www/index.html index 1b059fc2e..c6d13bdbe 100644 --- a/www/index.html +++ b/www/index.html @@ -255,7 +255,7 @@

                                                                                                            diff --git a/www/index_8hpp.html b/www/index_8hpp.html index ae7b36f2a..ab530207e 100644 --- a/www/index_8hpp.html +++ b/www/index_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/index_8hpp_source.html b/www/index_8hpp_source.html index 61a5fe859..2113894ef 100644 --- a/www/index_8hpp_source.html +++ b/www/index_8hpp_source.html @@ -226,7 +226,7 @@ diff --git a/www/index__type_8hpp.html b/www/index__type_8hpp.html index 0d024eae0..99b06083b 100644 --- a/www/index__type_8hpp.html +++ b/www/index__type_8hpp.html @@ -167,7 +167,7 @@ diff --git a/www/index__type_8hpp_source.html b/www/index__type_8hpp_source.html index 4e86c4f38..63162ae00 100644 --- a/www/index__type_8hpp_source.html +++ b/www/index__type_8hpp_source.html @@ -132,7 +132,7 @@ diff --git a/www/inherits.html b/www/inherits.html index c08e8b11e..1843dbde4 100644 --- a/www/inherits.html +++ b/www/inherits.html @@ -482,7 +482,7 @@ diff --git a/www/insert__or__assign_8hpp.html b/www/insert__or__assign_8hpp.html index 1e76ff609..dcf973827 100644 --- a/www/insert__or__assign_8hpp.html +++ b/www/insert__or__assign_8hpp.html @@ -129,7 +129,7 @@ diff --git a/www/insert__or__assign_8hpp_source.html b/www/insert__or__assign_8hpp_source.html index 081e83977..a5ee25803 100644 --- a/www/insert__or__assign_8hpp_source.html +++ b/www/insert__or__assign_8hpp_source.html @@ -136,7 +136,7 @@ diff --git a/www/ising__polynomial__model_8hpp.html b/www/ising__polynomial__model_8hpp.html index 1c9e41580..8f3a19815 100644 --- a/www/ising__polynomial__model_8hpp.html +++ b/www/ising__polynomial__model_8hpp.html @@ -143,7 +143,7 @@ diff --git a/www/ising__polynomial__model_8hpp_source.html b/www/ising__polynomial__model_8hpp_source.html index 4c2d4a552..b084e49ef 100644 --- a/www/ising__polynomial__model_8hpp_source.html +++ b/www/ising__polynomial__model_8hpp_source.html @@ -341,7 +341,7 @@ diff --git a/www/ising__polynomial__sa__system_8hpp.html b/www/ising__polynomial__sa__system_8hpp.html index c66783eb3..4c12271cf 100644 --- a/www/ising__polynomial__sa__system_8hpp.html +++ b/www/ising__polynomial__sa__system_8hpp.html @@ -147,7 +147,7 @@ diff --git a/www/ising__polynomial__sa__system_8hpp_source.html b/www/ising__polynomial__sa__system_8hpp_source.html index 6d8934a91..4d401520c 100644 --- a/www/ising__polynomial__sa__system_8hpp_source.html +++ b/www/ising__polynomial__sa__system_8hpp_source.html @@ -258,7 +258,7 @@ diff --git a/www/k__local_8hpp.html b/www/k__local_8hpp.html index 5b3d7811b..c09d3188f 100644 --- a/www/k__local_8hpp.html +++ b/www/k__local_8hpp.html @@ -183,7 +183,7 @@ diff --git a/www/k__local_8hpp_source.html b/www/k__local_8hpp_source.html index 631f4478d..419220747 100644 --- a/www/k__local_8hpp_source.html +++ b/www/k__local_8hpp_source.html @@ -205,7 +205,7 @@ diff --git a/www/k__local__polynomial_8hpp.html b/www/k__local__polynomial_8hpp.html index 831b9128e..2031a4cd6 100644 --- a/www/k__local__polynomial_8hpp.html +++ b/www/k__local__polynomial_8hpp.html @@ -195,7 +195,7 @@ diff --git a/www/k__local__polynomial_8hpp_source.html b/www/k__local__polynomial_8hpp_source.html index 3e58f5e71..e96cdc0d8 100644 --- a/www/k__local__polynomial_8hpp_source.html +++ b/www/k__local__polynomial_8hpp_source.html @@ -682,7 +682,7 @@ diff --git a/www/kernel_8hpp.html b/www/kernel_8hpp.html index 207830458..694edd8d5 100644 --- a/www/kernel_8hpp.html +++ b/www/kernel_8hpp.html @@ -101,7 +101,7 @@ diff --git a/www/kernel_8hpp_source.html b/www/kernel_8hpp_source.html index a5e3a77ce..8ec111404 100644 --- a/www/kernel_8hpp_source.html +++ b/www/kernel_8hpp_source.html @@ -146,7 +146,7 @@ diff --git a/www/king__graph_8py.html b/www/king__graph_8py.html index 74aa1d3eb..45381798e 100644 --- a/www/king__graph_8py.html +++ b/www/king__graph_8py.html @@ -131,7 +131,7 @@ diff --git a/www/main_8cpp.html b/www/main_8cpp.html index 9a08d4284..9fdefb8a3 100644 --- a/www/main_8cpp.html +++ b/www/main_8cpp.html @@ -258,7 +258,7 @@

                                                                                                              - +
                                                                                                            diff --git a/www/memory_8hpp.html b/www/memory_8hpp.html index 8139aa72d..35eaa5ca5 100644 --- a/www/memory_8hpp.html +++ b/www/memory_8hpp.html @@ -131,7 +131,7 @@ diff --git a/www/memory_8hpp_source.html b/www/memory_8hpp_source.html index fd7a75f78..4530ecc84 100644 --- a/www/memory_8hpp_source.html +++ b/www/memory_8hpp_source.html @@ -129,7 +129,7 @@ diff --git a/www/model_2____init_____8py.html b/www/model_2____init_____8py.html index d7c979576..336eba070 100644 --- a/www/model_2____init_____8py.html +++ b/www/model_2____init_____8py.html @@ -115,7 +115,7 @@ diff --git a/www/model_8py.html b/www/model_8py.html index f526354c9..7d1a216d1 100644 --- a/www/model_8py.html +++ b/www/model_8py.html @@ -153,7 +153,7 @@ diff --git a/www/namespacefmath.html b/www/namespacefmath.html index 39e91ba33..b172f660b 100644 --- a/www/namespacefmath.html +++ b/www/namespacefmath.html @@ -703,7 +703,7 @@

                                                                                                              - +
                                                                                                            diff --git a/www/namespacefmath_1_1local.html b/www/namespacefmath_1_1local.html index 5c52ed194..443623d74 100644 --- a/www/namespacefmath_1_1local.html +++ b/www/namespacefmath_1_1local.html @@ -352,7 +352,7 @@

                                                                                                              - +
                                                                                                            diff --git a/www/namespacemembers.html b/www/namespacemembers.html index a5df017cc..b9e6f8571 100644 --- a/www/namespacemembers.html +++ b/www/namespacemembers.html @@ -207,7 +207,7 @@

                                                                                                            - c -

                                                                                                              : openjij::graph
                                                                                                            • ChimeraModel() -: openjij.model.chimera_model +: openjij.model.chimera_model
                                                                                                            • ClassicalConstraintScheduleList : openjij::utility @@ -699,7 +699,7 @@

                                                                                                              - y -

                                                                                                                diff --git a/www/namespacemembers_enum.html b/www/namespacemembers_enum.html index dbfae7803..8f39a89a1 100644 --- a/www/namespacemembers_enum.html +++ b/www/namespacemembers_enum.html @@ -111,7 +111,7 @@ diff --git a/www/namespacemembers_func.html b/www/namespacemembers_func.html index 49d3a972b..4685350d2 100644 --- a/www/namespacemembers_func.html +++ b/www/namespacemembers_func.html @@ -158,7 +158,7 @@

                                                                                                                - c -

                                                                                                                  : openjij.utils.graph_utils
                                                                                                                • ChimeraModel() -: openjij.model.chimera_model +: openjij.model.chimera_model
                                                                                                                • convert_response() : openjij.utils.res_convertor @@ -510,7 +510,7 @@

                                                                                                                  - t -

                                                                                                                    diff --git a/www/namespacemembers_type.html b/www/namespacemembers_type.html index a934b2b6e..11be1db8e 100644 --- a/www/namespacemembers_type.html +++ b/www/namespacemembers_type.html @@ -165,7 +165,7 @@ diff --git a/www/namespacemembers_vars.html b/www/namespacemembers_vars.html index 0031cb8af..a1eedc942 100644 --- a/www/namespacemembers_vars.html +++ b/www/namespacemembers_vars.html @@ -227,7 +227,7 @@

                                                                                                                    - y -

                                                                                                                      diff --git a/www/namespaceopenjij.html b/www/namespaceopenjij.html index a7af11b38..98e10dbb0 100644 --- a/www/namespaceopenjij.html +++ b/www/namespaceopenjij.html @@ -1481,7 +1481,7 @@

                                                                                                                        - +
                                                                                                                      diff --git a/www/namespaceopenjij_1_1__version.html b/www/namespaceopenjij_1_1__version.html index 07cb2fb70..def24d505 100644 --- a/www/namespaceopenjij_1_1__version.html +++ b/www/namespaceopenjij_1_1__version.html @@ -102,9 +102,9 @@

- + - +
 
 VERSION_TUPLE = Tuple[Union[int, str], ...]
 
string __version__ = '0.1.dev1+gb405fd2'
string __version__ = '0.1.dev1+g1ebe26c'
 
tuple __version_tuple__ = (0, 1, 'dev1', 'gb405fd2')
tuple __version_tuple__ = (0, 1, 'dev1', 'g1ebe26c')
 

Variable Documentation

@@ -118,7 +118,7 @@

- +
string openjij._version.__version__ = '0.1.dev1+gb405fd2'string openjij._version.__version__ = '0.1.dev1+g1ebe26c'
@@ -140,7 +140,7 @@

- +
tuple openjij._version.__version_tuple__ = (0, 1, 'dev1', 'gb405fd2')tuple openjij._version.__version_tuple__ = (0, 1, 'dev1', 'g1ebe26c')
@@ -186,7 +186,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1algorithm.html b/www/namespaceopenjij_1_1algorithm.html index 21d8b9f9b..09681a82b 100644 --- a/www/namespaceopenjij_1_1algorithm.html +++ b/www/namespaceopenjij_1_1algorithm.html @@ -230,7 +230,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1graph.html b/www/namespaceopenjij_1_1graph.html index 1017b7cda..60fbc58cd 100644 --- a/www/namespaceopenjij_1_1graph.html +++ b/www/namespaceopenjij_1_1graph.html @@ -501,7 +501,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1model.html b/www/namespaceopenjij_1_1model.html index 70151cdad..e8289cd47 100644 --- a/www/namespaceopenjij_1_1model.html +++ b/www/namespaceopenjij_1_1model.html @@ -175,7 +175,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1model.js b/www/namespaceopenjij_1_1model.js index b40d378a5..d3b6714dd 100644 --- a/www/namespaceopenjij_1_1model.js +++ b/www/namespaceopenjij_1_1model.js @@ -1,7 +1,7 @@ var namespaceopenjij_1_1model = [ [ "chimera_model", "namespaceopenjij_1_1model_1_1chimera__model.html", [ - [ "ChimeraModel", "namespaceopenjij_1_1model_1_1chimera__model.html#a472e045cef1720a6cd6e7ca56f2374c8", null ], + [ "ChimeraModel", "namespaceopenjij_1_1model_1_1chimera__model.html#ab613dc171cb16d914c0ee44a5f3cae88", null ], [ "make_ChimeraModel", "namespaceopenjij_1_1model_1_1chimera__model.html#ab0d6c4ef968eb5df887672a0ac8a0987", null ], [ "make_ChimeraModel_from_JSON", "namespaceopenjij_1_1model_1_1chimera__model.html#aba4f77fd8d2757731e9bd31540327a13", null ], [ "_chimera_index", "namespaceopenjij_1_1model_1_1chimera__model.html#a1e0b0cf019f5f5019e275ccbe56a99dd", null ], diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model.html b/www/namespaceopenjij_1_1model_1_1chimera__model.html index 1ea1992ce..015a7aa90 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model.html +++ b/www/namespaceopenjij_1_1model_1_1chimera__model.html @@ -103,8 +103,8 @@

 
def make_ChimeraModel_from_JSON (obj)
 
def ChimeraModel (dict linear=None, dict quadratic=None, float offset=0.0, vartype=SPIN, int unit_num_L=None, model=None)
 
def ChimeraModel (dict linear={}, dict quadratic={}, float offset=0.0, vartype=SPIN, int unit_num_L=2, model=None)
 
@@ -118,8 +118,8 @@

Variables

 

Function Documentation

- -

◆ ChimeraModel()

+ +

◆ ChimeraModel()

@@ -404,7 +404,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.map b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.map index 0e89634b1..a67100d27 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.map +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.map @@ -1,6 +1,6 @@ - + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.md5 index ea5c0a34a..3df4f65ac 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_cgraph.md5 @@ -1 +1 @@ -631a1de4f0a9312c8fb2873d8420cb19 \ No newline at end of file +9961fe8e372211756f009a859ae3b621 \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.map b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.map index 2a82c88e8..4fa54ed12 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.map +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.md5 index 24905f56c..53e963661 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab0d6c4ef968eb5df887672a0ac8a0987_icgraph.md5 @@ -1 +1 @@ -8ba68458d34e6a743f5c23fbc38e7fbb \ No newline at end of file +4be4b82128087e375e9751c2b832454d \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.map b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.map new file mode 100644 index 000000000..3f142fcba --- /dev/null +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.map @@ -0,0 +1,7 @@ + + + + + + + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.md5 new file mode 100644 index 000000000..5cf15bd4c --- /dev/null +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.md5 @@ -0,0 +1 @@ +5db7159a06fc2b9ba6402f63ef7c44b0 \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.png b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..c4b5096cf96e0159476c355b2d367f3f526ecb69 GIT binary patch literal 19193 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 literal 0 HcmV?d00001 diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.map b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.map new file mode 100644 index 000000000..9b9b065cd --- /dev/null +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.md5 new file mode 100644 index 000000000..72a65d973 --- /dev/null +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.md5 @@ -0,0 +1 @@ +ed25de1a85dc28a6281f33837a26da8b \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.png b/www/namespaceopenjij_1_1model_1_1chimera__model_ab613dc171cb16d914c0ee44a5f3cae88_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..c5876ffe4801d0d148e376ed6f7c642400c5d627 GIT binary patch literal 14080 zcmaib1yogS&@PIBBA|j&0xG3|C@rl>NQiWYAl==eq?B}bcXun@ap-OkknX;7zVDA) z>)s_x1oxFyd9+*b_hinIBK&hpU08q@ zZa!8+&78$06$=A&w<0{ zt$DBV^h#Ik4ySexr)*lk4kMb&Q{)#9DS7@n%8mE;kza`vUT(7g{O`TaAa4Wpzn@{$ zdp`H*-%k)QxmIDmyYF_ozP~!)a5$!IN#yaAkxH@5AanhG7Ow*_8b?{kK*RNj>=PJsk8oHm( z?JnK0+T>6jQA1-Qd-ck1y4F58FfeiC6q`ci%hq(QG@Fcx$s12hqAWxiMlAACI#QdT zF{$k?E3h}jxtp7(mYlE7u93u7?r*UB`w=>4t_KjLoCP;}$8m2GnA`u5C%A#UB>pfn zX~mztpZK74s+#rh^aZXu33e;3@1O+rkp zX=g!pwC057?C9z{fAY0=$^BwdDPhBB+J#Tiq{%#BAH{Nmf`e^Omck1Q3x5v}hxI25 z1c!xDgxcHM?#x_WhR1Q*CrM=f87(AD7mW?-C@wCJFJS^m!Df%Y3+_?u`G*c zHY9L7-G84d(O+h$h)K-xB9wbA;1(=ZnrN(0ZyYBb3ro7=+2Q&5UN4PY0g8Zt0L`mc zckbLttT>(_F85xG2?+QWA5TIR>V3E|QEWKD9Q##9YQ9xA>XjSXFmb;_z>C|t)O<^tG ztsG=#^kimcy1Bd0t*>`R(0zUDbY9UzN1bKPXJ&3LUt>e}{rmTO#2gVf(H{rI$G;A3 zZE0DXQjyNA=gJ>L4v=2+uInv~`BoBVG8!6R2*QE%&m`ATQRS`jbe$%m5#GpVNbNM&s!i@nrtM`1oG< zr0#GIK7&@*ubG*6^Oc@w;o%Mfs>NCuaBhD$HoCU8eROegNkRXe)%cT$eYDDw+Hj&w z6Okggzdqt0NGf2qGtVa>DY>(=lc-wnEl}vdkCT9>6MR4XT9Z)^qLTtJFrp&HGb@adGat58i@__~5?Y zg_+GQFSm5Qu2*uG%~AW|)y|)~=AOR7h#1&=^Cm!2P7dLdEyI1zeY8FjjL)(eP2Z_W zFP15C@bi5t{gCa{r%xDk%$F>W#9rV;L=$pBcA*w+=rUwrm zbj5K-|M-EX8>?JxMfbJk-gt>_qxFnq>)BR)FRWT&QIY!QWaVVFwZA($uDY&nJIjni zV~Os7T%o$Vlt1ci%r}mw77)y1MVjcv+Pzw5hZ{qOwkGpUchWw`i*|;+LT>g}%^oJ4 zCAEXKAq@?UHxT}8mTSB)_5G|pUwnoFc*w=+!Q%2VJ&YiBVO4U)Gm_JuSzcbAmzTFM zN1ov)F=vNy{RPF8ZBEgK^w{Y-_SMmhb1z(LGw($i(76QJ_x88>dG(~EqzEoYw!_22 z{f&uoM82#oGHdgcdj0&lJX-j5vceSA-rgRC>+0N`&En5H9-iw~R#qs!B-|>eCJt8@ zM<>hC#_+k@5H#u#KTWNz!V|sGEdCUqqD)p1z7wQBIv7#K#>e-P$V|~4NQ04t@2&JQs5kw%yB-rA-RXr*`B6xy zp{3;(AtB-O=g(~}PgcGMO?0nGuIx@$S^B_Mm~Mu>ujf04skOLOxr z(<7rim9svbrwk0AwdJj>>Uxf6&(ELl?x71CN{VP{32r3>2Ukw-@U*`stiQTsCuBBA zkT2Fkse#3)IULtdNlO#z^tgxb5+06=0_XP0Ta$0Wl%Ek0vZ66>e?#R+wQTh#@rPu` zVl?@yyBp)%T%+eeo-#X%2PRQRxT=$&o*vck@NlSiIY*-hM)Idcr&XzGgVP7W(a_Q19T0GT+Ud*?MM6SiKg-+} z68y<(dc0h@QSAQZu+z>^mVv!=+U04>*49>U@MkXhWjV9T7#JFZ!RQ;&ST=HG`CChe z+I#QbJrh&Yz%bq50{HIbTJlNHytfAP{#Q1A=I85kI(ETyH9*D6AC z)GW))f($3@|4BsT4Fki6OsO@R0pk25ww0wNNI;hAR@T0^31TlS4sGi@ z%49Xy@{P|$MMc>(A+M;xF;arL5jgeN+8>#H)%$Y~<3TULfbw0 zpTrku@$p8QY>m8|D{Fe)-j9;?U(eotQOQ(vxlTz*nJo4~r$5QPM8rNWB_-wKoxnr$ z_nkdGKSM%r9zJ~dE$GIElb4qlV&z9@XlTjgXhn*3RYJnMt9R65c31rT{CI?fU)9x< zibd>eyw{Y(#J<6Yd$>wfajw;_E5$W6@h+NG_HdENkT{NK(;tkmTq5EHQ3U*nmnMws z$(fmD2%P5T=ERLeq@N)dH0u)_@Rw9n^RUnoF6I}fmYE{L(PX-O0s;&gZTDkhV*@*v z$S5g=ukeSh9}Tgxu!P6NJb}GS#X9-(M@RQeAh+1Z2OV-=M#hVm{du2GTU1Y15Gg5S zkm|=E?LvKRo}7%~^Lbooy3jI?R@oC7fk$ssfa`kOJ}@w_^S5jGXyqP9tH0`d+VDh~ zaH7_;0HuoQqQb)Wxiaf9XON-4ZH7}B21%XT9&JwP_9xw>kMxaYw}$$!_j+4EOgt9- z?%lTDUP?|*Wg#-*kt^}_$s|5>Zy%rR1Kj)$V%7L#VQ1pWTKn)w25ovsb!=9De`IF9 zoG3F~fZ~)hJle#k@A6cNkcEZC!NCCy1B3k8v+odCtLmPJ+P9tIuU8O&aPUtNkI(<>lqj_*Y2<6O#hQnglAUtm5iw_Ni)X?fE7z z*y#I2M4#m3B1#;k*Ob__AP%5}*ld)JR5+Z_N+}Ys?Hb9VXqXkIGO)} z(z(or<8GCetT1ScwZS{LZ{Hrykxwob{rC|LqI7g(qS)!e?r?L8`rtT6zSzTRW1P-p z_8pvTo4sxpDF43u1B#AP;;}4->tSqeN^3?qA40q^2 zI``s6`R&=BPKn=v{wO%JE*oW8D)Yz=VTH729$z~hIr*iIfF#y=h6p_d@u6#Nel2sR< zrzE)8%e`=1e`TNM@qECa`I1!Nr_=)~kz|tDOe)*HW2E zIySI;-D#hqZB|pmEy8^0fSNE80AA+h;|sM{6X08N5hE!zoNxiOEmf10K+41vI#F&M zUim_F#w^kF!3QL7z!8n(5R7IvwApFKT?H7I+6nxFX{^V9vZMMt|B^?J| zto)~FrE3lD=uAa3#GH12Cc86=mRz0=)_G1HY>Qj`>H7}3MY{4oKkDawh^cP9IoYp& z;cdjEgbj-TwM99XxR~onHJ3ixil3ORuCDI>=2Wz=@4edL{68{{rvQbQ`w~C+m-x42 z(5m<#I`+5YxE!N;xz2LNF`uGcXQFTRemZ!=*x1+wRt6I@Z(Zz0qIlFBwd;VBk55mB zEnoPD(sR}TO);3NDy3C_;Kol$ODkFv@1}47(C>}KAF-U=Tsj7Z#(@DSYA3u~?ESH< z=4mPv)u^}by`u;YU6sCA@aGO_*NBLg-7G725tDYlx?q9mzemItat-y?8>_!^%m$+g zM@ngsTCass}N6y>Qi7^8=8yu7`$8rulMxUYOy zj(4b!PdMF!B^xV})f{(VGTVTa=Ak$f8rQtvTkfuOJY(iQ-$qUU9G@neuVP6wPiksz zzEHhYHz3$%y)o_{9ZgtnJd@YhMjVUR2oNrJXLnb9Z7_5H?-;hZx%qgxac?j8RhP?6 zbQ24UCIlh~5Q4YxlmHVeYa~Dpd`M0PhKBf@c8suZ61IT!fJtRYQ6VoZGn}ya85tYf z4N%V1%BrQK<1RNhx6yQsd@|kH$;q?ec7T)>RaNx*!#QRvD&5`Pnt%EdVaFgTN-o(j z5nveC?A*$)JtT;CI(=z4Uh=!E>mC*s)^b;5a`0c3N;7vZ$I}FfOr43cSGTcb!DNMaKJ(te!4mNC^WDzZ2vgXrUyvI*N(7YSSq|j& z^q7maHd-d^ANO)|$EONAFD`cvD)^JWeH)P~94=%{@q|I^UifQOEm%>YA=gz^RUgyH zC72VZq^C3J57V4qT#r@obH_UiY^`0LonLq6n{V8> zF}t!NASZ_>C@5&xoZYYU!`D}%FX4U7P7C2%Ha2ww1K;dy>fgVAv$Y!;7|;O9Z5|m3 zPe^zQ1E&m~;$|+T+7J`xgfN#c)q5nFCZYxxpC2#y0|V@b7(3lx{qW_>Q-G?k_K4TV zOR1q|onIWyAWWT(=WYYGlt|-T+bzww`%hlaw)#8z8;-7^h)C1KM6}bzsp(S3BP1TI zG+!C5wJ#Ul-2s9G0N^)}lDF2IPv8XIxOr1>>Dskxz-~+ch*)h+caNw#=bG05=|iGv zB!$RTEY}&yBZ6AXc1OXowMM&_n2`X(-QC?_rY_dF?gX+pbI6#ny8828&Z8$lBL0q- zqNhs8FWJ0Stpk|qtHLrU2Q(3Q6Bz{sJyZ%vJH&PjZXLs_@oYIjXiEXj~|W}8*Dyxjw{6)?O07s zf2`+JEZ>^W-@v96)c`hCVmuRPJ#Fg=m_jCB1@IvCF+hp8R(~T(E&+jvK;g=k$yIOm zegrV#js2lPrbCM_J{~@PArwCd$i~ZyGs~YW)|*Q63k&iUCeNZ-j9c2P5=;&yOS0$~gPuBfA$b75^6dGBn;r#OZ z5%9s#VGkJ%$3p-=4wM_K_QZ2zh4_N<^%qY#jOI5GW~lbNCoA#A#xq>26c2&_d;#qN zZacfV3An?}A_s6gGFm`0FtN1cgJNtv%>g8^!eUjzuSqG2Cvg^5Yq^_cMq?yTnN8FA z;sAH5%JS>+_8g63**$ljosTn>)aJvJ*m3x1s1IfJD zL}K0s8ckIt0=EBoP{538b8#>-R%uQNxrIixF6It4MTmTQT@1@XD3AClb2EXr_aMso zh4uA#hh5I8s_r!VBUTVb;xjT93H&ri3)Fx?-vTJ0Vl#IW>Nvp0=7xsrARz&~Y%A3t z`4*&dGUI#|`%*FuNq<+FhqeA-AdnLQ zH3A;AtCc5S5?YO_v&`<>)?p;jpqFo^9(MUZSd+?^M}&kv-@jj@rKOdyg~&}Qs;S`! z5lR)^a;>he-j_T3eUd=-1~}N(ofT?qh7cuGI*8pom0BTDQA`v-#3N%XYeU(EWn~nM zj3o;5LoIkDB%gtYkSN3>HZ=A0?r!(_j8jQEJFc5J=jU)4rujKSjDpq`5FGsB>hhvf zNkdY#C;GJG*X(acWrFVd_ANicmoy3%KW?I9&aREes5P>wYoyG$`-j3ZlXEiD(>IKc z;$dTB$7+uI{Du-B{sN~&XJ<=!r6gZmNa*g(n>Qip{P{aDJ*{E~svk-SS@Myvh)B*h zrtkR0G~}%BoN-G-op6)cMBGy8G@||7)(bj7B_W_`gu%hy-P^miy}fPog$CgE+`wmU za>(}D@s42(+C6`ABuDc3q#3>4jxHAq{?$zV=78 zCnLjVfo-rzQ`p`1IHqKJ2rZ8GU!u zP){=}r2QMWZWURs%bXr=_yDB#dHhNpv`MygK3-mv*w39ZUHDQ0A z1q57WxxRgPnAbxk?OkX2;^L;r4D$dI-EeVnb;WaEeOFyv+q3hcb#w1(ntkI+he^uEq~6(N8ZSyt}Y>0FpGjRJp9`HK#u@uM6N}Qe+P&p zr3$%wRn4ufsN||0cmJEMm6UirdI#eK@bh=F5<65#dUb)Fm9-z}8zvDOFQm@wM1JXH zV@{!ZmQ4UWU6BltAPqrwX&M|10nIHGACbTWM*&WK7gR%%W8&=fkt8aD<^Yeg^#060 zCkvt_tqZNw)7~j5_YOB}+xAzh@fcqO4d-%y*`DR=imeU@(jFKVCOM)O25Oy$zdu%D zVj>wC*?mGnYUNQiZEes0D~YQO4#xiAaZjx)f({gc(8)=qo;XgQ`g-Te+E-9xIj+w4 zq<^x$e(eu}7HGO9zdL+sA!%19*~_2%FA0pM+M#<7#AlB*h|%6$GxQ1&kq9*Fy-^-E|9ii zD~~~Cj0Bw>Dlitu^7+Z0?b$~8_n@OuMdR9L2)BP|q9bT3NWBsYxB_9fSgIW`&4hj( zF{)7DL%UFyI4ziIKY#xG^9ifOCd~)S9R-do{(gXr4ULge1Zrw(JTfv|dY0{m&U-+_g%~hV0H+mdbrVe6 zZ*js|@d2=xU$cAH!^6Xls2(UOlDR`!qE~CU0kiUSbwvfeHW}dDkjl)iR2lIrg_19z zt#-w*2Iu6^fQIbq@83)6CzuZhsz@X1%;|Q251~S2_9A4@NYM5@u}JtSg6Y2eLRodW z^#Wg#O{ecEQcDD+Aqq7?uEwU2k&Bw0J$ifF#A0Oo-1 zwl$w6K(kqpX@RLMAUre6SbmR>S2eK7;+Sh`Q4FMg`U-FXK=dBq%$+gqcu@JM|HGe% z1ON?{aUMcKbEzXVN3r}T2zt+h+fA&jwEm73x_NqzL>HzqB~oprN9|6UKTxVZEO@EP z`0XAlDk}j-#!xdJ{>!!wZ}roCFJGbwY)Q%F@w>A331UxoZA~^59`oDu+ z>-o(@dScs;u2!evge*oMWoI2h&PEb!H@6$GJ1BVEPBn}#_mGAH(mMc27mrcrK4843 zTwE&SPSZ8EjJgOnK*@r#je6<*--FN}bDeL0Fq)~$9l_x^?Gvp=C2yaE)&2yVD3lrm z5`xgcCa|5P2DX*uWizlEf`Wny!0Kyh@jzM`N(ojS(V%X|0k$m!;VMtLnnKxD$*#&j ztK?rzc3jtU)B399!|VEUvzz%px8JzC>md+DfrNrbioc>&bXxp|#ui{ur_)1ZW!AObhm7)xX)@uriTe7kvx5NC1Ijg$Dxf0EI z&+ZQKvCCB0nxpgo{M)cS*V|WBYFJ84N=Fy?>({T_VFz0?@mO5P2@3v{Xpd|c-O7_z zRZH${T}X;lR8~H~#Z5o@&#gm93DVKgy}-E}>o}eN>@z#rxo|Em1uJWCMMX6kS&I3Y z)vcW!YcK!Tws8RgqGr4GU)MmRfE3)&)AR7QCk2QWnC#U-E0mvA7NU(s!|Z9?dA=tm z#>lFyb~Jf87M4m&ukldg;)b(bWtP!lZ%|9&Qd2W98#}ogO(~Fuk8}kTJ$|L|BN2^uVwu6ZuEf&HpKTZB=Uo(XDX6G~gi7=!4Mo`ZE85!H9KRUn zl%+FsUFI<|-T#)Fir>@IT~I3BpXdt4=I6OZsolxp;fDgP6iX_rv9Zd(!d1hF=)Zn> z+B!J+BOqV}4fF6;s&5(!%HvFAFTigEBBx~y#DJ;df;Wi*{>(_XeK1Qv)JFL8)h;My zVp38m3>QAbyGxz6bMClEiXM$`6 zDmXGBOOLC>v+1YT$QNncfpoDXYMX2vE8O~banTJ>Fp}@X-G2S+<9&td9v`ndM3DM0 z>!Gvl0A?tc00Ff-Pji)JdZis2)_yc#zupeer&SLXuS* zx0H!BfXRg8;lbP$Qz7bFFsXC1X$W+3=&SG-}AGC8-A3#F9+ z`_x7XEh3-@JC16j3{X`E^t_K#0 zs6R0$l`<`we{=^$^()0PD1&oMIDSt#RG?N9?w<+9_qx__e4uB*Xz!qZM%wt}+yPaC zUT2sle7U=M`(@%X1__svHsVIE0zTp?nm_f9)59Byg;Z2j5Xq6n+Q#5yN;{pdvSntD zMMMz*pnA8`V`Q=U7YV)9HOaM{AFRo^Zq5w}fmYGeBU)u>%tr-(eacuh?K(IZJ&^zK z*7%?0i;1~TtL(k&A3Z-j-YpUWz zFbOm)taK1T<>cfFfV9_+cY(OZZoT=DWupxS1(vBVAxoZ!{osKuDRj5QQz}b&J(oPK_NMzU4EUV5CS^I9*`>BzBDN<#u+T{Xzme z=dB^D!>GqGcN6JzqvO(&(a}8si5ki9LaAjdY<8Z51o9O`UbgmD;n%f5J8t39D$PRw zM^j77LmV8kP-Lrvx_Sffkg-~O7BFQ>dv-w2X$FM&)^7g=IMhiX6&#{ zO`i@U&f~{Lj%QYNC(Gb3kBVv4L(b(mnlwk+G*F~Ngfv4JYQfEdQfD_M_O&~T3B3P+ zh={ff@np2SckTXkT|+iZSjyGfF~Pb%N+cbGa>2Y>Kdw>T8d;OoVCIz-@ME(71 zpgRU=Iq7896^oI;k01Ndqtt7R;DiTsT!ArxkpNP6*)l9I!Mos)5VBAbE(bYO9Z+o; zLA4}!hfPBAIy8Go&rc{7p;Tido(!#MNYf20y`ph-rvTtky4SB?w>ZRq{5TEVogrA3 zkDUizGJxOhEf0?mf za5J%IsAHt^f0uzeJ3CRIGBZC$MMYIoQcBqc158j8jP@6yLP+D?45-%XjvpZliiwHI z3v2-q5wJ5XG7clIA=wQ?Vx`>y6)P(%ipAEnvUWTeT`l9|QGI=VdS0@GUmYCIQ7PqV zb1m$3Uu#ekIoqCjc(3Oh6K!sV4yAXO6k4AoXq_9>3 z$O*ruYFUkpnD^I@$PyDBk#kWfEo$x)6K`d@@8*#_Oz}a53w13_y_~uc7<=|=Qke`Dh5q1FHfWX>J$6! z`T;v8Ho8AAmZ+}o^W3J9Yqh;OU?Fex)*FcggVk=hz_35n91JVk*x3QKLk0>+)oe@o z^_Ohm6N4x6kbrfhnv6Fw7fJqM?nU(*B4RG$#!Z zeUYwqR~6(d$g}jw&N>GN5Ye|uo7sT~121X;ml^~$3Q&IFKBSDeAEiT@UVq;gPadnwl`Y7uu$01_CTu`)!jGR0g zRI<&zXEbw2W4j zl}B$a*9dN7UA7<1s6xvrE-5K0c=kcVg#~Xi8_{ki&QXI@7#8+PL4j6Rmo+6#D=;eR zgMtEcd%HZ4v!JLbJ{}%HGsV*jZJmq+c?NR>L+R1c3=f}N4?{&Tq zznt^)^7=hAbnsm>S-_u`p*K^EHOY}MJeoz4)#A^?8E5A}Rj11LriHiMc|<`Xdbh%@ zh!QFUU9<_(Vq#DUiSh9(Q_@$=j*NP^1r3-16sDwxa@5HDu$={TYBK63 zrNB6%SXf$t+~9_5jgBiIYASES)L~%Y`~MmrulcD*g~s#ACdF-}xtZ^tBMLN4fJKb# zp92K42W^=$olbmb%mzSB^OQT^rP}@MiPgT3YmJMFdb7E?83#AKCU0Eh$jPkoUaExB z3ra>}_@tRR`p3_`!I#}#U8J0x;l94RB>KUV=jRRdXN)W?X}Xf;Il0}sh$i2(Pu-^0 z<%xpWszVtKvtG%1Ps_cx5%GG4F*FNa?84u%VyGo*x-XaC;Rrz@6#UfP z+Sc|Rm}lEkks0>n*-IRH(by{fk-TE)KBRjS@YTr3#mnm%1%=0p&=x$rw!#v|MmTR0 zx^D1OAn4G<0!E-fDm|o|?~#!Yw6t3A2&f8582J(deC8fDe8?PX*3e!Fj#vHY}0Y!JuGZ#=}}N*qyWeitgJT|7Z-zLmEUP;5yLl#-JBeUqM}_WHwg&|f4;ZUGcYtD z5chi2y+DcUtAD!DwK{2{9oWt5(J`)$_L91hL zOTtSLJOFtJ8UUU%FvKT4XM!-Atd`|fQF+$h9tmsS-u5Hdu4i|5Q(R0eC?sR((G2F; z=qL&{Hfe|uDd-UyQfZ)70_A_h#B@WbvnR1)BIqkL1y zea6my6@Rb?5N>gKI=MjXqL5 zL2;xCefjut%Zt#fOL_T7HABPi#l=iQsdQAKcL2$}2<1nxg@vU>L`Q#YUthSiLw6Bl z=WS5Lpr@xNXyV9)2FxVT7eTNh78VvpHZg(S7qY!MQSJ|d>JI4KNbV9ML=N?P3GBT^ zs2%6^S4USVj!gQ)zR#=%CtaK$E^^#O7k-$2e$I3Eu6J7pm0$(~ zgK$uC&=NT}iMG~qV*fjpY0lM-ec*Rsx}>VSdnZ)(o<%L27B&EjqZhiDN#4c=ySv{p zvmIL^7j!&n?bi`nQ^HT35GEn`Bp8$>Ehk6T-Fo_>g!A0P!)(>Z15}a(L+;9b^zU$0 zSs7JGhqL{qaNQp~H6tS$$7@t$>EHMDzgJe$rKRyFX-nUCyCvYD$N3!S%qnv^Qtsg3 zh=Kmixuqrd|5d7lCRtB#6itq|)nI#|gXAeaJyK4)KD)HU2Mpyc^r6*X91;S4c7X1m z7!KPY=!7mRDndg;`*O0ogmvC~t_E7$4{vXEun3_DUPodSfVQ`xN9!3QW61367p}|W zue#M>x<3o=Jn415Y=pKP=&`u<1>6qkatY0^JM{*)Rlu;N6*LaI{JQZ_S=Eh>W}m_w zW&5aH#aRhVR8 za+0@ejtYp>wZLtzBp{D(Oy_xF??6DU6deO^ajeXc5Fq&bM6o{T!-p6H{_`$ZhQV%M z2iX?xhW`axgOPKAJ`#Fe1R0V#f#Y8Z)Crsrz)i?i0qI3N^R1zQfzDJF6LhbyK)XY0 zXD2##uyd=aN}WSwLZIsVwLH3A<_MwiV?i?s4 z-&-lyfG!h*F|)AzIyOEF3wmH>IFB;Lsr=U1ngrA}G@g=MTE;q{1OD-6>3=2WO7U;2 zF!X=(3J9409icj`M`o>;^Q~!Q6qvTC5NI0cS=H2nxFX&DHfoq~W8xH$ne@%E~IQZ40>_qNgjG zB_FYab|sN1g3mte8BEzYTDb7(7RD|wBzfcuAn;~Q)DPlm0!Za#oIm~int%O50dT7; zk2Hko!B|2;iglsU5fMlxEs;4W9~LfKN#~&e5b%7<`3eg`&S#FD8}Nomj&gNbR~0Z=hzH>XN8$DU z_?;PmlS@2`|C@h@aU-j<`P*Uz9 z<}**;K_>~t)2Hty5oHemwrXw9{#LJePxNq$68ZX3hJBJ}`2&OwBk~0qWEwX%-m1bB zfZxF8i+Z`0Uk9e&rcreJ(hr{@O{IlAyc1fLkf$WwcqVHqQ~2Lc7T(9rmHyS-oT_s9 zL|Jv=A@cI~8OHzg_aP_Wm+}97Lkrnc^zW-t3YEo-I$M3@|IPvpLq5{29D?0oyd)Ev z@BX - + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_cgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_cgraph.md5 index ff38d1a50..878730fa9 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_cgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_cgraph.md5 @@ -1 +1 @@ -b692fec64c6e73f430bb0bd2e7b484d5 \ No newline at end of file +fd5659695fbcb27b5ddaf0823b41bef2 \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.map b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.map index 08cf1c518..d6fbed39d 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.map +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.map @@ -1,5 +1,5 @@ - + diff --git a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.md5 b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.md5 index 833f6d5b5..e427f27ad 100644 --- a/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1chimera__model_aba4f77fd8d2757731e9bd31540327a13_icgraph.md5 @@ -1 +1 @@ -ad59f1b51a642721717b8615a57b1436 \ No newline at end of file +1fcba094214310203ee6f83587bc769d \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1king__graph.html b/www/namespaceopenjij_1_1model_1_1king__graph.html index 4cdb6b7c4..604c3d7cb 100644 --- a/www/namespaceopenjij_1_1model_1_1king__graph.html +++ b/www/namespaceopenjij_1_1model_1_1king__graph.html @@ -423,7 +423,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1model_1_1model.html b/www/namespaceopenjij_1_1model_1_1model.html index afc2e26b1..b2bb51dff 100644 --- a/www/namespaceopenjij_1_1model_1_1model.html +++ b/www/namespaceopenjij_1_1model_1_1model.html @@ -842,7 +842,7 @@

- + @@ -1353,7 +1353,7 @@

- + @@ -1428,7 +1428,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.map b/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.map index 9d848dfba..b2d667e41 100644 --- a/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.map +++ b/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.map @@ -7,7 +7,7 @@ - + diff --git a/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.md5 b/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.md5 index 78b4ebe85..6d371dfbd 100644 --- a/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1model_a304965ab5d32a3851449693812343658_icgraph.md5 @@ -1 +1 @@ -db6f5f404f12b5ae7466ff136897012d \ No newline at end of file +1816ced0afca6b23b0bbe9f8657f743e \ No newline at end of file diff --git a/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.map b/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.map index 8f83b460d..58aa9254b 100644 --- a/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.map +++ b/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.map @@ -7,7 +7,7 @@ - + diff --git a/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.md5 b/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.md5 index f7d89e0a2..6619dff75 100644 --- a/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.md5 +++ b/www/namespaceopenjij_1_1model_1_1model_af284f1bb8e49635476091f0ecb05037d_icgraph.md5 @@ -1 +1 @@ -b22a745f1f543f37e9102611ff316893 \ No newline at end of file +893739968b0834e5bc75d6054b7ce951 \ No newline at end of file diff --git a/www/namespaceopenjij_1_1result.html b/www/namespaceopenjij_1_1result.html index d6eb96708..0b3255de2 100644 --- a/www/namespaceopenjij_1_1result.html +++ b/www/namespaceopenjij_1_1result.html @@ -281,7 +281,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1sampler.html b/www/namespaceopenjij_1_1sampler.html index 2d80611e2..e08447894 100644 --- a/www/namespaceopenjij_1_1sampler.html +++ b/www/namespaceopenjij_1_1sampler.html @@ -225,7 +225,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1sampler_1_1base__sa__sample__hubo.html b/www/namespaceopenjij_1_1sampler_1_1base__sa__sample__hubo.html index b271990c4..8de919aec 100644 --- a/www/namespaceopenjij_1_1sampler_1_1base__sa__sample__hubo.html +++ b/www/namespaceopenjij_1_1sampler_1_1base__sa__sample__hubo.html @@ -283,7 +283,7 @@

diff --git a/www/namespaceopenjij_1_1sampler_1_1csqa__sampler.html b/www/namespaceopenjij_1_1sampler_1_1csqa__sampler.html index 23ee42435..7fc9f8951 100644 --- a/www/namespaceopenjij_1_1sampler_1_1csqa__sampler.html +++ b/www/namespaceopenjij_1_1sampler_1_1csqa__sampler.html @@ -107,7 +107,7 @@ diff --git a/www/namespaceopenjij_1_1sampler_1_1response.html b/www/namespaceopenjij_1_1sampler_1_1response.html index b5d6c0643..dd49dadec 100644 --- a/www/namespaceopenjij_1_1sampler_1_1response.html +++ b/www/namespaceopenjij_1_1sampler_1_1response.html @@ -107,7 +107,7 @@ diff --git a/www/namespaceopenjij_1_1sampler_1_1sa__sampler.html b/www/namespaceopenjij_1_1sampler_1_1sa__sampler.html index 0a7e74238..999f1da38 100644 --- a/www/namespaceopenjij_1_1sampler_1_1sa__sampler.html +++ b/www/namespaceopenjij_1_1sampler_1_1sa__sampler.html @@ -231,7 +231,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1sampler_1_1sampler.html b/www/namespaceopenjij_1_1sampler_1_1sampler.html index 0e8724827..d71879c05 100644 --- a/www/namespaceopenjij_1_1sampler_1_1sampler.html +++ b/www/namespaceopenjij_1_1sampler_1_1sampler.html @@ -136,7 +136,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1sampler_1_1sqa__sampler.html b/www/namespaceopenjij_1_1sampler_1_1sqa__sampler.html index 469944cbd..f51d19a8e 100644 --- a/www/namespaceopenjij_1_1sampler_1_1sqa__sampler.html +++ b/www/namespaceopenjij_1_1sampler_1_1sqa__sampler.html @@ -217,7 +217,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1system.html b/www/namespaceopenjij_1_1system.html index ce3a0bf3e..1bd9a76a1 100644 --- a/www/namespaceopenjij_1_1system.html +++ b/www/namespaceopenjij_1_1system.html @@ -728,7 +728,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1updater.html b/www/namespaceopenjij_1_1updater.html index 72fb7d4b4..4a02b4eae 100644 --- a/www/namespaceopenjij_1_1updater.html +++ b/www/namespaceopenjij_1_1updater.html @@ -208,7 +208,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utility.html b/www/namespaceopenjij_1_1utility.html index 6df00eea3..4853b9f7c 100644 --- a/www/namespaceopenjij_1_1utility.html +++ b/www/namespaceopenjij_1_1utility.html @@ -1245,7 +1245,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils.html b/www/namespaceopenjij_1_1utils.html index 96b7f4deb..c1391cbdb 100644 --- a/www/namespaceopenjij_1_1utils.html +++ b/www/namespaceopenjij_1_1utils.html @@ -181,7 +181,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1benchmark.html b/www/namespaceopenjij_1_1utils_1_1benchmark.html index bf3a6fc2a..79eef45f0 100644 --- a/www/namespaceopenjij_1_1utils_1_1benchmark.html +++ b/www/namespaceopenjij_1_1utils_1_1benchmark.html @@ -640,7 +640,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1cxx__cast.html b/www/namespaceopenjij_1_1utils_1_1cxx__cast.html index b6fae403c..32e077156 100644 --- a/www/namespaceopenjij_1_1utils_1_1cxx__cast.html +++ b/www/namespaceopenjij_1_1utils_1_1cxx__cast.html @@ -202,7 +202,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1decorator.html b/www/namespaceopenjij_1_1utils_1_1decorator.html index 8d82b9545..61f8643c3 100644 --- a/www/namespaceopenjij_1_1utils_1_1decorator.html +++ b/www/namespaceopenjij_1_1utils_1_1decorator.html @@ -204,7 +204,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1graph__utils.html b/www/namespaceopenjij_1_1utils_1_1graph__utils.html index 08c854a42..ede3887eb 100644 --- a/www/namespaceopenjij_1_1utils_1_1graph__utils.html +++ b/www/namespaceopenjij_1_1utils_1_1graph__utils.html @@ -185,7 +185,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1res__convertor.html b/www/namespaceopenjij_1_1utils_1_1res__convertor.html index 51a08235d..072307b2b 100644 --- a/www/namespaceopenjij_1_1utils_1_1res__convertor.html +++ b/www/namespaceopenjij_1_1utils_1_1res__convertor.html @@ -126,7 +126,7 @@

    - +
diff --git a/www/namespaceopenjij_1_1utils_1_1time__measure.html b/www/namespaceopenjij_1_1utils_1_1time__measure.html index db7284d7b..c557d9fe0 100644 --- a/www/namespaceopenjij_1_1utils_1_1time__measure.html +++ b/www/namespaceopenjij_1_1utils_1_1time__measure.html @@ -99,7 +99,7 @@ diff --git a/www/namespaceopenjij_1_1variable__type.html b/www/namespaceopenjij_1_1variable__type.html index 681f38f2f..79fddf57c 100644 --- a/www/namespaceopenjij_1_1variable__type.html +++ b/www/namespaceopenjij_1_1variable__type.html @@ -185,7 +185,7 @@

    - +
diff --git a/www/namespaces.html b/www/namespaces.html index f25dc1eae..156ccf4c2 100644 --- a/www/namespaces.html +++ b/www/namespaces.html @@ -215,7 +215,7 @@ diff --git a/www/navtreeindex0.js b/www/navtreeindex0.js index 2dc484bba..cb17f95ff 100644 --- a/www/navtreeindex0.js +++ b/www/navtreeindex0.js @@ -58,8 +58,8 @@ var NAVTREEINDEX0 = "chimera__model_8py.html":[4,0,18], "chimera__model_8py.html#a1a5649e583d02358f05e1b58b170053f":[4,0,18,5], "chimera__model_8py.html#a1e0b0cf019f5f5019e275ccbe56a99dd":[4,0,18,3], -"chimera__model_8py.html#a472e045cef1720a6cd6e7ca56f2374c8":[4,0,18,0], "chimera__model_8py.html#ab0d6c4ef968eb5df887672a0ac8a0987":[4,0,18,1], +"chimera__model_8py.html#ab613dc171cb16d914c0ee44a5f3cae88":[4,0,18,0], "chimera__model_8py.html#aba4f77fd8d2757731e9bd31540327a13":[4,0,18,2], "chimera__model_8py.html#acde5701b1adac5ebf56a836b010e184b":[4,0,18,6], "chimera__model_8py.html#afbbce60269ca7c641550a8798e202505":[4,0,18,4], diff --git a/www/navtreeindex1.js b/www/navtreeindex1.js index 4f13d1275..a53425063 100644 --- a/www/navtreeindex1.js +++ b/www/navtreeindex1.js @@ -47,8 +47,8 @@ var NAVTREEINDEX1 = "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a1d13f35e4b5eacdcdd446e0401748dc2":[3,0,1,2,0,0,1], "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a429e3d6aee36d7f75cbcd15ebe033156":[3,0,1,2,0,0,3], "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#a59d0730325a27ac740a977d704a6221d":[3,0,1,2,0,0,0], -"classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#aad6149e8fc6dc08656cdeda77dbdcfe5":[3,0,1,2,0,0,2], "classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ad784e929987147ad975640890a93a68d":[3,0,1,2,0,0,4], +"classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ae583a15acad87806b3df60721d95713b":[3,0,1,2,0,0,2], "classopenjij_1_1sampler_1_1response_1_1Response.html":[3,0,1,2,1,0], "classopenjij_1_1sampler_1_1response_1_1Response.html#a2cffe0c6dc2466bfb3135860a33ecaa9":[3,0,1,2,1,0,1], "classopenjij_1_1sampler_1_1response_1_1Response.html#a58fdd17e7f49f1f23df5269aaa487e08":[3,0,1,2,1,0,0], diff --git a/www/navtreeindex3.js b/www/navtreeindex3.js index 208a40745..751027704 100644 --- a/www/navtreeindex3.js +++ b/www/navtreeindex3.js @@ -97,8 +97,8 @@ var NAVTREEINDEX3 = "namespaceopenjij_1_1model_1_1chimera__model.html":[2,0,1,3,0], "namespaceopenjij_1_1model_1_1chimera__model.html#a1a5649e583d02358f05e1b58b170053f":[2,0,1,3,0,5], "namespaceopenjij_1_1model_1_1chimera__model.html#a1e0b0cf019f5f5019e275ccbe56a99dd":[2,0,1,3,0,3], -"namespaceopenjij_1_1model_1_1chimera__model.html#a472e045cef1720a6cd6e7ca56f2374c8":[2,0,1,3,0,0], "namespaceopenjij_1_1model_1_1chimera__model.html#ab0d6c4ef968eb5df887672a0ac8a0987":[2,0,1,3,0,1], +"namespaceopenjij_1_1model_1_1chimera__model.html#ab613dc171cb16d914c0ee44a5f3cae88":[2,0,1,3,0,0], "namespaceopenjij_1_1model_1_1chimera__model.html#aba4f77fd8d2757731e9bd31540327a13":[2,0,1,3,0,2], "namespaceopenjij_1_1model_1_1chimera__model.html#acde5701b1adac5ebf56a836b010e184b":[2,0,1,3,0,6], "namespaceopenjij_1_1model_1_1chimera__model.html#afbbce60269ca7c641550a8798e202505":[2,0,1,3,0,4], diff --git a/www/pages.html b/www/pages.html index ba98e8e1e..b6d8d7034 100644 --- a/www/pages.html +++ b/www/pages.html @@ -103,7 +103,7 @@ diff --git a/www/pairhash_8hpp.html b/www/pairhash_8hpp.html index dc034eff4..5c41f7349 100644 --- a/www/pairhash_8hpp.html +++ b/www/pairhash_8hpp.html @@ -184,7 +184,7 @@ diff --git a/www/pairhash_8hpp_source.html b/www/pairhash_8hpp_source.html index 7a5ab8efe..5a0c0ea32 100644 --- a/www/pairhash_8hpp_source.html +++ b/www/pairhash_8hpp_source.html @@ -212,7 +212,7 @@ diff --git a/www/parse_8hpp.html b/www/parse_8hpp.html index aa245383a..9b132c3d1 100644 --- a/www/parse_8hpp.html +++ b/www/parse_8hpp.html @@ -187,7 +187,7 @@ diff --git a/www/parse_8hpp_source.html b/www/parse_8hpp_source.html index fb3ca4d06..1aec78fb9 100644 --- a/www/parse_8hpp_source.html +++ b/www/parse_8hpp_source.html @@ -221,7 +221,7 @@ diff --git a/www/polynomial_8hpp.html b/www/polynomial_8hpp.html index 4e1eb9c34..c324f3b7c 100644 --- a/www/polynomial_8hpp.html +++ b/www/polynomial_8hpp.html @@ -191,7 +191,7 @@ diff --git a/www/polynomial_8hpp_source.html b/www/polynomial_8hpp_source.html index 1badba87e..90883325f 100644 --- a/www/polynomial_8hpp_source.html +++ b/www/polynomial_8hpp_source.html @@ -343,7 +343,7 @@ diff --git a/www/random_8hpp.html b/www/random_8hpp.html index 6ece86edd..7c0d32e23 100644 --- a/www/random_8hpp.html +++ b/www/random_8hpp.html @@ -146,7 +146,7 @@ diff --git a/www/random_8hpp_source.html b/www/random_8hpp_source.html index aab3dfa1f..0d0c7301c 100644 --- a/www/random_8hpp_source.html +++ b/www/random_8hpp_source.html @@ -240,7 +240,7 @@ diff --git a/www/res__convertor_8py.html b/www/res__convertor_8py.html index 5b945197b..b587db800 100644 --- a/www/res__convertor_8py.html +++ b/www/res__convertor_8py.html @@ -113,7 +113,7 @@ diff --git a/www/response_8py.html b/www/response_8py.html index 669050db2..19164dd7a 100644 --- a/www/response_8py.html +++ b/www/response_8py.html @@ -113,7 +113,7 @@ diff --git a/www/result_2all_8hpp.html b/www/result_2all_8hpp.html index d161e048b..68ca5d8fa 100644 --- a/www/result_2all_8hpp.html +++ b/www/result_2all_8hpp.html @@ -175,7 +175,7 @@ diff --git a/www/result_2all_8hpp_source.html b/www/result_2all_8hpp_source.html index 77e3f5d0d..f98f27308 100644 --- a/www/result_2all_8hpp_source.html +++ b/www/result_2all_8hpp_source.html @@ -117,7 +117,7 @@ diff --git a/www/sa__sampler_8hpp.html b/www/sa__sampler_8hpp.html index ea6daee24..1d579d2e7 100644 --- a/www/sa__sampler_8hpp.html +++ b/www/sa__sampler_8hpp.html @@ -211,7 +211,7 @@ diff --git a/www/sa__sampler_8hpp_source.html b/www/sa__sampler_8hpp_source.html index 4015a23c9..61f7f1f73 100644 --- a/www/sa__sampler_8hpp_source.html +++ b/www/sa__sampler_8hpp_source.html @@ -400,7 +400,7 @@ diff --git a/www/sa__sampler_8py.html b/www/sa__sampler_8py.html index 810b059bc..011c1325b 100644 --- a/www/sa__sampler_8py.html +++ b/www/sa__sampler_8py.html @@ -121,7 +121,7 @@ diff --git a/www/sa__system_8hpp.html b/www/sa__system_8hpp.html index 1493da84c..f36849bc8 100644 --- a/www/sa__system_8hpp.html +++ b/www/sa__system_8hpp.html @@ -127,7 +127,7 @@ diff --git a/www/sa__system_8hpp_source.html b/www/sa__system_8hpp_source.html index b8cf23391..3cbf27984 100644 --- a/www/sa__system_8hpp_source.html +++ b/www/sa__system_8hpp_source.html @@ -126,7 +126,7 @@ diff --git a/www/sampler_2____init_____8py.html b/www/sampler_2____init_____8py.html index 2dd7d73b1..62a3127b0 100644 --- a/www/sampler_2____init_____8py.html +++ b/www/sampler_2____init_____8py.html @@ -115,7 +115,7 @@ diff --git a/www/sampler_8py.html b/www/sampler_8py.html index f62fcd984..5d7b90094 100644 --- a/www/sampler_8py.html +++ b/www/sampler_8py.html @@ -119,7 +119,7 @@ diff --git a/www/schedule__list_8hpp.html b/www/schedule__list_8hpp.html index 36bc6a61c..74124aad4 100644 --- a/www/schedule__list_8hpp.html +++ b/www/schedule__list_8hpp.html @@ -230,7 +230,7 @@ diff --git a/www/schedule__list_8hpp_source.html b/www/schedule__list_8hpp_source.html index d7a406f19..10ec66fbd 100644 --- a/www/schedule__list_8hpp_source.html +++ b/www/schedule__list_8hpp_source.html @@ -362,7 +362,7 @@ diff --git a/www/search/all_13.js b/www/search/all_13.js index aa2a7f848..3da570787 100644 --- a/www/search/all_13.js +++ b/www/search/all_13.js @@ -10,7 +10,7 @@ var searchData= ['sample_511',['sample',['../classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html#a0dcda3019247d94d43301c040a996381',1,'openjij::sampler.sa_sampler.SASampler.sample()'],['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#a7426548e28e86bddfd3fa5e42d9d9330',1,'openjij::sampler.sampler.BaseSampler.sample()'],['../classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html#aa5cd16c3774036f5d322da427c872793',1,'openjij::sampler.sqa_sampler.SQASampler.sample()']]], ['sample_5f_512',['sample_',['../classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html#a1c745854c0ef12367f83d82f71f812ae',1,'openjij::system::SASystem< graph::BinaryPolynomialModel< FloatType >, RandType >::sample_()'],['../classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html#a584bb13da4fc78cb0ff51593fcd3f621',1,'openjij::system::SASystem< graph::IsingPolynomialModel< FloatType >, RandType >::sample_()']]], ['sample_5fhubo_513',['sample_hubo',['../classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html#ac747b0a92705852a2d731ec3fb228e15',1,'openjij::sampler::sa_sampler::SASampler']]], - ['sample_5fising_514',['sample_ising',['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#ae26e9e76ac578367325d3745e0787cb4',1,'openjij::sampler.sampler.BaseSampler.sample_ising()'],['../classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#aad6149e8fc6dc08656cdeda77dbdcfe5',1,'openjij::sampler.csqa_sampler.CSQASampler.sample_ising()']]], + ['sample_5fising_514',['sample_ising',['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#ae26e9e76ac578367325d3745e0787cb4',1,'openjij::sampler.sampler.BaseSampler.sample_ising()'],['../classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ae583a15acad87806b3df60721d95713b',1,'openjij::sampler.csqa_sampler.CSQASampler.sample_ising()']]], ['sample_5fqubo_515',['sample_qubo',['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#a8f27e6f9c03b80b99eb85d3550446cea',1,'openjij::sampler::sampler::BaseSampler']]], ['sampler_2epy_516',['sampler.py',['../sampler_8py.html',1,'']]], ['samples_5f_517',['samples_',['../classopenjij_1_1sampler_1_1SASampler.html#a4e180fcffca1cce0cac6ef743e56ba4e',1,'openjij::sampler::SASampler']]], diff --git a/www/search/all_3.js b/www/search/all_3.js index 4fb1f182b..8e2e66275 100644 --- a/www/search/all_3.js +++ b/www/search/all_3.js @@ -22,7 +22,7 @@ var searchData= ['chimera_5fto_5find_92',['chimera_to_ind',['../namespaceopenjij_1_1utils_1_1graph__utils.html#a0f977d7d5d30d9033262045db4923504',1,'openjij::utils::graph_utils']]], ['chimeradir_93',['ChimeraDir',['../namespaceopenjij_1_1graph.html#ab44b344be095f9f484ff5a8f5cb5dddf',1,'openjij::graph']]], ['chimeraindex_94',['ChimeraIndex',['../namespaceopenjij_1_1graph.html#ab3ab5083636f31f19ad0927540b5ff89',1,'openjij::graph']]], - ['chimeramodel_95',['ChimeraModel',['../namespaceopenjij_1_1model_1_1chimera__model.html#a472e045cef1720a6cd6e7ca56f2374c8',1,'openjij::model::chimera_model']]], + ['chimeramodel_95',['ChimeraModel',['../namespaceopenjij_1_1model_1_1chimera__model.html#ab613dc171cb16d914c0ee44a5f3cae88',1,'openjij::model::chimera_model']]], ['classical_5fconstraint_5fsystem_96',['classical_constraint_system',['../structopenjij_1_1system_1_1classical__constraint__system.html',1,'openjij::system']]], ['classical_5fising_2ehpp_97',['classical_ising.hpp',['../classical__ising_8hpp.html',1,'']]], ['classical_5fising_5fpolynomial_2ehpp_98',['classical_ising_polynomial.hpp',['../classical__ising__polynomial_8hpp.html',1,'']]], diff --git a/www/search/functions_13.js b/www/search/functions_13.js index b4e0949a1..a343f6965 100644 --- a/www/search/functions_13.js +++ b/www/search/functions_13.js @@ -4,7 +4,7 @@ var searchData= ['sample_1078',['sample',['../classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html#a0dcda3019247d94d43301c040a996381',1,'openjij::sampler.sa_sampler.SASampler.sample()'],['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#a7426548e28e86bddfd3fa5e42d9d9330',1,'openjij::sampler.sampler.BaseSampler.sample()'],['../classopenjij_1_1sampler_1_1sqa__sampler_1_1SQASampler.html#aa5cd16c3774036f5d322da427c872793',1,'openjij::sampler.sqa_sampler.SQASampler.sample()']]], ['sample_1079',['Sample',['../classopenjij_1_1sampler_1_1SASampler.html#a36289331c760faa64be1082f936ed6a8',1,'openjij::sampler::SASampler']]], ['sample_5fhubo_1080',['sample_hubo',['../classopenjij_1_1sampler_1_1sa__sampler_1_1SASampler.html#ac747b0a92705852a2d731ec3fb228e15',1,'openjij::sampler::sa_sampler::SASampler']]], - ['sample_5fising_1081',['sample_ising',['../classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#aad6149e8fc6dc08656cdeda77dbdcfe5',1,'openjij::sampler.csqa_sampler.CSQASampler.sample_ising()'],['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#ae26e9e76ac578367325d3745e0787cb4',1,'openjij::sampler.sampler.BaseSampler.sample_ising(self, h, J, **parameters)']]], + ['sample_5fising_1081',['sample_ising',['../classopenjij_1_1sampler_1_1csqa__sampler_1_1CSQASampler.html#ae583a15acad87806b3df60721d95713b',1,'openjij::sampler.csqa_sampler.CSQASampler.sample_ising()'],['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#ae26e9e76ac578367325d3745e0787cb4',1,'openjij::sampler.sampler.BaseSampler.sample_ising(self, h, J, **parameters)']]], ['sample_5fqubo_1082',['sample_qubo',['../classopenjij_1_1sampler_1_1sampler_1_1BaseSampler.html#a8f27e6f9c03b80b99eb85d3550446cea',1,'openjij::sampler::sampler::BaseSampler']]], ['sasampler_1083',['SASampler',['../classopenjij_1_1sampler_1_1SASampler.html#a5eda382b487d49a68c909988cf2a685a',1,'openjij::sampler::SASampler']]], ['sasystem_1084',['SASystem',['../classopenjij_1_1system_1_1SASystem_3_01graph_1_1BinaryPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html#a237c49c00d6773b07f6eee1547039a88',1,'openjij::system::SASystem< graph::BinaryPolynomialModel< FloatType >, RandType >::SASystem()'],['../classopenjij_1_1system_1_1SASystem_3_01graph_1_1IsingPolynomialModel_3_01FloatType_01_4_00_01RandType_01_4.html#acc333e447e00a4e1940345ae072b211d',1,'openjij::system::SASystem< graph::IsingPolynomialModel< FloatType >, RandType >::SASystem()']]], diff --git a/www/search/functions_3.js b/www/search/functions_3.js index 5bd6ff141..89c2e70f8 100644 --- a/www/search/functions_3.js +++ b/www/search/functions_3.js @@ -11,7 +11,7 @@ var searchData= ['checkkeyvalid_888',['CheckKeyValid',['../classopenjij_1_1graph_1_1Polynomial.html#ab51c8997853d877d7779500f3458ebf9',1,'openjij::graph::Polynomial']]], ['chimera_889',['Chimera',['../classopenjij_1_1graph_1_1Chimera.html#a27fb8ff6e7e62287f191a72cda452d59',1,'openjij::graph::Chimera::Chimera(const json &j, std::size_t num_row, std::size_t num_column, FloatType init_val=0)'],['../classopenjij_1_1graph_1_1Chimera.html#adf1048261b0a410bf0669fed526b8fbb',1,'openjij::graph::Chimera::Chimera(const Chimera< FloatType > &)=default'],['../classopenjij_1_1graph_1_1Chimera.html#aa7107fa32116334c7d555861fdaee954',1,'openjij::graph::Chimera::Chimera(Chimera< FloatType > &&)=default'],['../classopenjij_1_1graph_1_1Chimera.html#a1dee3534007ce7056a13741b59f911de',1,'openjij::graph::Chimera::Chimera(std::size_t num_row, std::size_t num_column, FloatType init_val=0)']]], ['chimera_5fto_5find_890',['chimera_to_ind',['../namespaceopenjij_1_1utils_1_1graph__utils.html#a0f977d7d5d30d9033262045db4923504',1,'openjij::utils::graph_utils']]], - ['chimeramodel_891',['ChimeraModel',['../namespaceopenjij_1_1model_1_1chimera__model.html#a472e045cef1720a6cd6e7ca56f2374c8',1,'openjij::model::chimera_model']]], + ['chimeramodel_891',['ChimeraModel',['../namespaceopenjij_1_1model_1_1chimera__model.html#ab613dc171cb16d914c0ee44a5f3cae88',1,'openjij::model::chimera_model']]], ['classicalising_892',['ClassicalIsing',['../structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html#a9e422412f3b0af11f32966bf80bf64c5',1,'openjij::system::ClassicalIsing< graph::Dense< FloatType > >::ClassicalIsing()'],['../structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html#a64ee85799c58be098194feb80c6b3652',1,'openjij::system::ClassicalIsing< graph::Sparse< FloatType > >::ClassicalIsing()'],['../structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html#a8221429e71b06fa273fd734198ddb75a',1,'openjij::system::ClassicalIsing< graph::CSRSparse< FloatType > >::ClassicalIsing()']]], ['classicalisingpolynomial_893',['ClassicalIsingPolynomial',['../classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html#a72afa131611e74c968a2b4cd411c2364',1,'openjij::system::ClassicalIsingPolynomial< graph::Polynomial< FloatType > >::ClassicalIsingPolynomial(const graph::Spins &init_variables, const nlohmann::json &j)'],['../classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html#ab4603140fe9eb653323aaccdaaca48f9',1,'openjij::system::ClassicalIsingPolynomial< graph::Polynomial< FloatType > >::ClassicalIsingPolynomial(const graph::Spins &init_variables, const graph::Polynomial< FloatType > &poly_graph, const std::string init_vartype)'],['../classopenjij_1_1system_1_1ClassicalIsingPolynomial_3_01graph_1_1Polynomial_3_01FloatType_01_4_01_4.html#a141db16fc1a1abef68c910466b68883b',1,'openjij::system::ClassicalIsingPolynomial< graph::Polynomial< FloatType > >::ClassicalIsingPolynomial(const graph::Spins &init_variables, const graph::Polynomial< FloatType > &poly_graph, const cimod::Vartype init_vartype)']]], ['continuoustimeising_894',['ContinuousTimeIsing',['../structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html#a148f43d6d2405a80ad4cf70e30119ebf',1,'openjij::system::ContinuousTimeIsing< graph::Sparse< FloatType > >::ContinuousTimeIsing()'],['../structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html#af9688769a067f123a9679d20dcbe7a15',1,'openjij::system::ContinuousTimeIsing< graph::CSRSparse< FloatType > >::ContinuousTimeIsing(const graph::Spins &init_spins, const GraphType &init_interaction, const double gamma)'],['../structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html#aeda49a59cc855aaef77077fe3d8b22da',1,'openjij::system::ContinuousTimeIsing< graph::CSRSparse< FloatType > >::ContinuousTimeIsing(const SpinConfiguration &init_spin_config, const GraphType &init_interaction, const double gamma)'],['../structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html#ae7aa60f5fe584ba1077ea736e0077ab5',1,'openjij::system::ContinuousTimeIsing< graph::Sparse< FloatType > >::ContinuousTimeIsing()']]], diff --git a/www/single__spin__flip_8hpp.html b/www/single__spin__flip_8hpp.html index d6415dc3c..93251b698 100644 --- a/www/single__spin__flip_8hpp.html +++ b/www/single__spin__flip_8hpp.html @@ -204,7 +204,7 @@ diff --git a/www/single__spin__flip_8hpp_source.html b/www/single__spin__flip_8hpp_source.html index 834a5c962..1eaaa5feb 100644 --- a/www/single__spin__flip_8hpp_source.html +++ b/www/single__spin__flip_8hpp_source.html @@ -442,7 +442,7 @@ diff --git a/www/sparse_8hpp.html b/www/sparse_8hpp.html index 8c10b082b..774829198 100644 --- a/www/sparse_8hpp.html +++ b/www/sparse_8hpp.html @@ -184,7 +184,7 @@ diff --git a/www/sparse_8hpp_source.html b/www/sparse_8hpp_source.html index 0cc0c8b14..30e20764c 100644 --- a/www/sparse_8hpp_source.html +++ b/www/sparse_8hpp_source.html @@ -333,7 +333,7 @@ diff --git a/www/sqa__sampler_8py.html b/www/sqa__sampler_8py.html index cb777e7c1..658b654e1 100644 --- a/www/sqa__sampler_8py.html +++ b/www/sqa__sampler_8py.html @@ -121,7 +121,7 @@ diff --git a/www/square_8hpp.html b/www/square_8hpp.html index 85a836885..e2c5e686d 100644 --- a/www/square_8hpp.html +++ b/www/square_8hpp.html @@ -199,7 +199,7 @@ diff --git a/www/square_8hpp_source.html b/www/square_8hpp_source.html index 432217d40..cac1c01e6 100644 --- a/www/square_8hpp_source.html +++ b/www/square_8hpp_source.html @@ -371,7 +371,7 @@ diff --git a/www/structfmath_1_1local_1_1C-members.html b/www/structfmath_1_1local_1_1C-members.html index 9934711b9..25c179fa8 100644 --- a/www/structfmath_1_1local_1_1C-members.html +++ b/www/structfmath_1_1local_1_1C-members.html @@ -104,7 +104,7 @@ diff --git a/www/structfmath_1_1local_1_1C.html b/www/structfmath_1_1local_1_1C.html index d11f57be2..c36a8dc77 100644 --- a/www/structfmath_1_1local_1_1C.html +++ b/www/structfmath_1_1local_1_1C.html @@ -207,7 +207,7 @@

    - +
diff --git a/www/structfmath_1_1local_1_1ExpVar-members.html b/www/structfmath_1_1local_1_1ExpVar-members.html index b237daa1a..a5c618eb8 100644 --- a/www/structfmath_1_1local_1_1ExpVar-members.html +++ b/www/structfmath_1_1local_1_1ExpVar-members.html @@ -114,7 +114,7 @@ diff --git a/www/structfmath_1_1local_1_1ExpVar.html b/www/structfmath_1_1local_1_1ExpVar.html index bac892262..43fd92726 100644 --- a/www/structfmath_1_1local_1_1ExpVar.html +++ b/www/structfmath_1_1local_1_1ExpVar.html @@ -368,7 +368,7 @@

    - +
diff --git a/www/structfmath_1_1local_1_1ExpdVar-members.html b/www/structfmath_1_1local_1_1ExpdVar-members.html index d315d9f14..373a704e0 100644 --- a/www/structfmath_1_1local_1_1ExpdVar-members.html +++ b/www/structfmath_1_1local_1_1ExpdVar-members.html @@ -111,7 +111,7 @@ diff --git a/www/structfmath_1_1local_1_1ExpdVar.html b/www/structfmath_1_1local_1_1ExpdVar.html index b50a249e5..e295c66da 100644 --- a/www/structfmath_1_1local_1_1ExpdVar.html +++ b/www/structfmath_1_1local_1_1ExpdVar.html @@ -304,7 +304,7 @@

    - +
diff --git a/www/structfmath_1_1local_1_1LogVar-members.html b/www/structfmath_1_1local_1_1LogVar-members.html index 3e887cc87..3d250b26d 100644 --- a/www/structfmath_1_1local_1_1LogVar-members.html +++ b/www/structfmath_1_1local_1_1LogVar-members.html @@ -112,7 +112,7 @@ diff --git a/www/structfmath_1_1local_1_1LogVar.html b/www/structfmath_1_1local_1_1LogVar.html index 82ce312b8..aef444ff0 100644 --- a/www/structfmath_1_1local_1_1LogVar.html +++ b/www/structfmath_1_1local_1_1LogVar.html @@ -360,7 +360,7 @@

    - +
diff --git a/www/structopenjij_1_1algorithm_1_1Algorithm-members.html b/www/structopenjij_1_1algorithm_1_1Algorithm-members.html index 7b5466cbe..7d9ef1839 100644 --- a/www/structopenjij_1_1algorithm_1_1Algorithm-members.html +++ b/www/structopenjij_1_1algorithm_1_1Algorithm-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1algorithm_1_1Algorithm.html b/www/structopenjij_1_1algorithm_1_1Algorithm.html index 1cbe7d1e8..8a787d345 100644 --- a/www/structopenjij_1_1algorithm_1_1Algorithm.html +++ b/www/structopenjij_1_1algorithm_1_1Algorithm.html @@ -167,7 +167,7 @@

    - +
diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing.html b/www/structopenjij_1_1system_1_1ClassicalIsing.html index f7ce30737..fe28d7d29 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html index 109b89116..b340c6fe6 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html @@ -111,7 +111,7 @@ diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html index 58c600f61..91af81ecb 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html @@ -411,7 +411,7 @@

diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html index a3e184d0b..7380d0829 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html @@ -111,7 +111,7 @@ diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html index d4c73bcd7..0cda7cf7a 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html @@ -407,7 +407,7 @@

diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html index 1f7938bb1..f00b00535 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html @@ -111,7 +111,7 @@ diff --git a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html index 8b6448263..99848a25c 100644 --- a/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html @@ -411,7 +411,7 @@

diff --git a/www/structopenjij_1_1system_1_1ContinuousTimeIsing.html b/www/structopenjij_1_1system_1_1ContinuousTimeIsing.html index f0d78c686..2ed708573 100644 --- a/www/structopenjij_1_1system_1_1ContinuousTimeIsing.html +++ b/www/structopenjij_1_1system_1_1ContinuousTimeIsing.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html index cfb2d3431..7f4c57708 100644 --- a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html @@ -119,7 +119,7 @@ diff --git a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html index 2dab95c3a..6acafdda5 100644 --- a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html @@ -628,8 +628,6 @@

Referenced by openjij.sampler.csqa_sampler.CSQASampler::sample_ising().

- @@ -695,7 +693,7 @@

diff --git a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html index 01885331c..cb0b5e538 100644 --- a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html @@ -119,7 +119,7 @@ diff --git a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html index 76318fcf3..68c5a6c1b 100644 --- a/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1ContinuousTimeIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html @@ -628,8 +628,6 @@

Referenced by openjij.sampler.csqa_sampler.CSQASampler::sample_ising().

- @@ -695,7 +693,7 @@

diff --git a/www/structopenjij_1_1system_1_1TransverseIsing.html b/www/structopenjij_1_1system_1_1TransverseIsing.html index 2c9be398d..614b2b994 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html index f64028ce2..09667146e 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4-members.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html index fb6e073b5..51ccbc43c 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4.html @@ -512,8 +512,6 @@

Referenced by openjij.sampler.csqa_sampler.CSQASampler::sample_ising().

- @@ -597,7 +595,7 @@

diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html index 28821702f..dc23de347 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4-members.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html index 0449bc334..f078935fc 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Dense_3_01FloatType_01_4_01_4.html @@ -512,8 +512,6 @@

Referenced by openjij.sampler.csqa_sampler.CSQASampler::sample_ising().

- @@ -597,7 +595,7 @@

diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html index e644f5d2b..17a164327 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4-members.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html index b25e80b2a..067ca6970 100644 --- a/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html +++ b/www/structopenjij_1_1system_1_1TransverseIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4.html @@ -512,8 +512,6 @@

Referenced by openjij.sampler.csqa_sampler.CSQASampler::sample_ising().

- @@ -597,7 +595,7 @@

diff --git a/www/structopenjij_1_1system_1_1classical__constraint__system.html b/www/structopenjij_1_1system_1_1classical__constraint__system.html index 4ec44cee9..17624cb5c 100644 --- a/www/structopenjij_1_1system_1_1classical__constraint__system.html +++ b/www/structopenjij_1_1system_1_1classical__constraint__system.html @@ -127,7 +127,7 @@ diff --git a/www/structopenjij_1_1system_1_1classical__system.html b/www/structopenjij_1_1system_1_1classical__system.html index 8fcee4366..36ff33825 100644 --- a/www/structopenjij_1_1system_1_1classical__system.html +++ b/www/structopenjij_1_1system_1_1classical__system.html @@ -127,7 +127,7 @@ diff --git a/www/structopenjij_1_1system_1_1get__base__system__type-members.html b/www/structopenjij_1_1system_1_1get__base__system__type-members.html index 55b0366a9..f05725596 100644 --- a/www/structopenjij_1_1system_1_1get__base__system__type-members.html +++ b/www/structopenjij_1_1system_1_1get__base__system__type-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1system_1_1get__base__system__type.html b/www/structopenjij_1_1system_1_1get__base__system__type.html index 33466203e..0fbfa8647 100644 --- a/www/structopenjij_1_1system_1_1get__base__system__type.html +++ b/www/structopenjij_1_1system_1_1get__base__system__type.html @@ -145,7 +145,7 @@

diff --git a/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type-members.html b/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type-members.html index 9f20e9587..264f57651 100644 --- a/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type-members.html +++ b/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type.html b/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type.html index 4401519c5..d1c233fdc 100644 --- a/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type.html +++ b/www/structopenjij_1_1system_1_1get__classical__or__quantum__system__type.html @@ -145,7 +145,7 @@

diff --git a/www/structopenjij_1_1system_1_1get__system__type-members.html b/www/structopenjij_1_1system_1_1get__system__type-members.html index 14dc03fae..26cf4ae7c 100644 --- a/www/structopenjij_1_1system_1_1get__system__type-members.html +++ b/www/structopenjij_1_1system_1_1get__system__type-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1system_1_1get__system__type.html b/www/structopenjij_1_1system_1_1get__system__type.html index 4b1caa5ee..b2723b80a 100644 --- a/www/structopenjij_1_1system_1_1get__system__type.html +++ b/www/structopenjij_1_1system_1_1get__system__type.html @@ -144,7 +144,7 @@

    - +
diff --git a/www/structopenjij_1_1system_1_1inhomogeneous__transverse__field__system.html b/www/structopenjij_1_1system_1_1inhomogeneous__transverse__field__system.html index 6f3acf169..da5e7eb2c 100644 --- a/www/structopenjij_1_1system_1_1inhomogeneous__transverse__field__system.html +++ b/www/structopenjij_1_1system_1_1inhomogeneous__transverse__field__system.html @@ -129,7 +129,7 @@ diff --git a/www/structopenjij_1_1system_1_1mc__system.html b/www/structopenjij_1_1system_1_1mc__system.html index fe6dd684f..226a60e65 100644 --- a/www/structopenjij_1_1system_1_1mc__system.html +++ b/www/structopenjij_1_1system_1_1mc__system.html @@ -123,7 +123,7 @@ diff --git a/www/structopenjij_1_1system_1_1nonstoquastic__system.html b/www/structopenjij_1_1system_1_1nonstoquastic__system.html index 9ba24a8dd..f07e70722 100644 --- a/www/structopenjij_1_1system_1_1nonstoquastic__system.html +++ b/www/structopenjij_1_1system_1_1nonstoquastic__system.html @@ -129,7 +129,7 @@ diff --git a/www/structopenjij_1_1system_1_1quantum__system.html b/www/structopenjij_1_1system_1_1quantum__system.html index ff04089ef..b016393f3 100644 --- a/www/structopenjij_1_1system_1_1quantum__system.html +++ b/www/structopenjij_1_1system_1_1quantum__system.html @@ -130,7 +130,7 @@ diff --git a/www/structopenjij_1_1system_1_1realtime__dynamics__system.html b/www/structopenjij_1_1system_1_1realtime__dynamics__system.html index b6f2c5bc7..c0d9ad0bf 100644 --- a/www/structopenjij_1_1system_1_1realtime__dynamics__system.html +++ b/www/structopenjij_1_1system_1_1realtime__dynamics__system.html @@ -109,7 +109,7 @@ diff --git a/www/structopenjij_1_1system_1_1single__command__system.html b/www/structopenjij_1_1system_1_1single__command__system.html index 96b3dd204..250e74c75 100644 --- a/www/structopenjij_1_1system_1_1single__command__system.html +++ b/www/structopenjij_1_1system_1_1single__command__system.html @@ -110,7 +110,7 @@ diff --git a/www/structopenjij_1_1system_1_1transverse__field__system.html b/www/structopenjij_1_1system_1_1transverse__field__system.html index fa23dc398..c6c015335 100644 --- a/www/structopenjij_1_1system_1_1transverse__field__system.html +++ b/www/structopenjij_1_1system_1_1transverse__field__system.html @@ -129,7 +129,7 @@ diff --git a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang.html b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang.html index 222e586b5..73f5a482f 100644 --- a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang.html +++ b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra605851b377abde748194175cb5c40fda.html b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra605851b377abde748194175cb5c40fda.html index 8a9b5b4b0..8c62ca72d 100644 --- a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra605851b377abde748194175cb5c40fda.html +++ b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra605851b377abde748194175cb5c40fda.html @@ -109,7 +109,7 @@ diff --git a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra8e0a36304a7a08edfd6f7bc1c47e64ba.html b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra8e0a36304a7a08edfd6f7bc1c47e64ba.html index e0d9ebf0d..0e493f7a0 100644 --- a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra8e0a36304a7a08edfd6f7bc1c47e64ba.html +++ b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra8e0a36304a7a08edfd6f7bc1c47e64ba.html @@ -418,7 +418,7 @@

diff --git a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra95bfac19681c7b9044b3ed949be2b6d1.html b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra95bfac19681c7b9044b3ed949be2b6d1.html index 4a2875c95..9a6270c37 100644 --- a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra95bfac19681c7b9044b3ed949be2b6d1.html +++ b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01gra95bfac19681c7b9044b3ed949be2b6d1.html @@ -418,7 +418,7 @@

diff --git a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01graa85f5f1674ce85763897575cad59492e.html b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01graa85f5f1674ce85763897575cad59492e.html index 80badc190..246888ef5 100644 --- a/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01graa85f5f1674ce85763897575cad59492e.html +++ b/www/structopenjij_1_1updater_1_1ContinuousTimeSwendsenWang_3_01system_1_1ContinuousTimeIsing_3_01graa85f5f1674ce85763897575cad59492e.html @@ -109,7 +109,7 @@ diff --git a/www/structopenjij_1_1updater_1_1KLocal.html b/www/structopenjij_1_1updater_1_1KLocal.html index 83f6a7d00..257308503 100644 --- a/www/structopenjij_1_1updater_1_1KLocal.html +++ b/www/structopenjij_1_1updater_1_1KLocal.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4-members.html b/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4-members.html index e9e85a6b9..5dc911af7 100644 --- a/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4-members.html +++ b/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4-members.html @@ -103,7 +103,7 @@ diff --git a/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4.html b/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4.html index 3a9a03f8e..a23088bc5 100644 --- a/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1KLocal_3_01system_1_1KLocalPolynomial_3_01GraphType_01_4_01_4.html @@ -224,7 +224,7 @@

diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip.html index a5e5b5015..c5e7e4a0f 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4-members.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4-members.html index 7553b5af7..97b6c9795 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4-members.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4-members.html @@ -106,7 +106,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4.html index dced60756..473d4dc15 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsingPolynomial_3_01GraphType_01_4_01_4.html @@ -379,7 +379,7 @@

diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4-members.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4-members.html index 179a74158..210cdd86a 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4-members.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4-members.html @@ -104,7 +104,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4.html index 2dd79a9e2..49857229a 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1ClassicalIsing_3_01GraphType_01_4_01_4.html @@ -246,7 +246,7 @@

diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4-members.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4-members.html index 9320e194e..f22e81b7b 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4-members.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4-members.html @@ -106,7 +106,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4.html b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4.html index 32e692749..ccd7e1f44 100644 --- a/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1SingleSpinFlip_3_01system_1_1TransverseIsing_3_01GraphType_01_4_01_4.html @@ -360,7 +360,7 @@

diff --git a/www/structopenjij_1_1updater_1_1SwendsenWang.html b/www/structopenjij_1_1updater_1_1SwendsenWang.html index 79c92c4af..78c6e77ed 100644 --- a/www/structopenjij_1_1updater_1_1SwendsenWang.html +++ b/www/structopenjij_1_1updater_1_1SwendsenWang.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4_01_4.html b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4_01_4.html index f0a673846..ba1e1263c 100644 --- a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_01FloatType_01_4_01_4_01_4.html @@ -210,7 +210,7 @@

diff --git a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_0c1fe43b8977d5b66e5aaf68aef4c323c.html b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_0c1fe43b8977d5b66e5aaf68aef4c323c.html index d9cf1d0e7..ead1806c2 100644 --- a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_0c1fe43b8977d5b66e5aaf68aef4c323c.html +++ b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1CSRSparse_3_0c1fe43b8977d5b66e5aaf68aef4c323c.html @@ -103,7 +103,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4-members.html b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4-members.html index 853b587a1..121b403ac 100644 --- a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4-members.html +++ b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4-members.html @@ -103,7 +103,7 @@ diff --git a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4.html b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4.html index 766de538c..ef21c1208 100644 --- a/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4.html +++ b/www/structopenjij_1_1updater_1_1SwendsenWang_3_01system_1_1ClassicalIsing_3_01graph_1_1Sparse_3_01FloatType_01_4_01_4_01_4.html @@ -210,7 +210,7 @@

diff --git a/www/structopenjij_1_1utility_1_1IndexHash-members.html b/www/structopenjij_1_1utility_1_1IndexHash-members.html index 235424549..892719bd6 100644 --- a/www/structopenjij_1_1utility_1_1IndexHash-members.html +++ b/www/structopenjij_1_1utility_1_1IndexHash-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1IndexHash.html b/www/structopenjij_1_1utility_1_1IndexHash.html index aad533ea3..4e2ccaae4 100644 --- a/www/structopenjij_1_1utility_1_1IndexHash.html +++ b/www/structopenjij_1_1utility_1_1IndexHash.html @@ -148,7 +148,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1IndexPairHash-members.html b/www/structopenjij_1_1utility_1_1IndexPairHash-members.html index 559c41d55..4ebf1a7aa 100644 --- a/www/structopenjij_1_1utility_1_1IndexPairHash-members.html +++ b/www/structopenjij_1_1utility_1_1IndexPairHash-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1IndexPairHash.html b/www/structopenjij_1_1utility_1_1IndexPairHash.html index 0eecdf620..8aca74bd3 100644 --- a/www/structopenjij_1_1utility_1_1IndexPairHash.html +++ b/www/structopenjij_1_1utility_1_1IndexPairHash.html @@ -145,7 +145,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1IndexVectorHash-members.html b/www/structopenjij_1_1utility_1_1IndexVectorHash-members.html index 9fb35a075..0f35d00f0 100644 --- a/www/structopenjij_1_1utility_1_1IndexVectorHash-members.html +++ b/www/structopenjij_1_1utility_1_1IndexVectorHash-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1IndexVectorHash.html b/www/structopenjij_1_1utility_1_1IndexVectorHash.html index 1be882afe..84c6da94c 100644 --- a/www/structopenjij_1_1utility_1_1IndexVectorHash.html +++ b/www/structopenjij_1_1utility_1_1IndexVectorHash.html @@ -145,7 +145,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1PairHash-members.html b/www/structopenjij_1_1utility_1_1PairHash-members.html index a55303037..9156d23de 100644 --- a/www/structopenjij_1_1utility_1_1PairHash-members.html +++ b/www/structopenjij_1_1utility_1_1PairHash-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1PairHash.html b/www/structopenjij_1_1utility_1_1PairHash.html index f64582144..72e99a171 100644 --- a/www/structopenjij_1_1utility_1_1PairHash.html +++ b/www/structopenjij_1_1utility_1_1PairHash.html @@ -158,7 +158,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1Schedule-members.html b/www/structopenjij_1_1utility_1_1Schedule-members.html index 7a935d13d..5c1e79095 100644 --- a/www/structopenjij_1_1utility_1_1Schedule-members.html +++ b/www/structopenjij_1_1utility_1_1Schedule-members.html @@ -105,7 +105,7 @@ diff --git a/www/structopenjij_1_1utility_1_1Schedule.html b/www/structopenjij_1_1utility_1_1Schedule.html index bc2e09a4f..5edb5a239 100644 --- a/www/structopenjij_1_1utility_1_1Schedule.html +++ b/www/structopenjij_1_1utility_1_1Schedule.html @@ -226,7 +226,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1UnionFind-members.html b/www/structopenjij_1_1utility_1_1UnionFind-members.html index 1c20e0632..3e5a65b03 100644 --- a/www/structopenjij_1_1utility_1_1UnionFind-members.html +++ b/www/structopenjij_1_1utility_1_1UnionFind-members.html @@ -111,7 +111,7 @@ diff --git a/www/structopenjij_1_1utility_1_1UnionFind.html b/www/structopenjij_1_1utility_1_1UnionFind.html index 7e82098a8..3658d7ee1 100644 --- a/www/structopenjij_1_1utility_1_1UnionFind.html +++ b/www/structopenjij_1_1utility_1_1UnionFind.html @@ -402,7 +402,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter.html b/www/structopenjij_1_1utility_1_1UpdaterParameter.html index c78bcb816..5a3d3e5b6 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter.html @@ -116,7 +116,7 @@ diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4-members.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4-members.html index 4f9bb08f2..2ce58d3e0 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4-members.html @@ -108,7 +108,7 @@ diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4.html index 6483de013..c3dca353a 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__constraint__system_01_4.html @@ -306,7 +306,7 @@

diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4-members.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4-members.html index 0f9f2a99e..2a1481113 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4-members.html @@ -106,7 +106,7 @@ diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4.html index 87326edc1..074d9e087 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1classical__system_01_4.html @@ -247,7 +247,7 @@

diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4-members.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4-members.html index f29e7f72f..f8f13632c 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4-members.html @@ -108,7 +108,7 @@ diff --git a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4.html b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4.html index 5af75f46b..69c70c785 100644 --- a/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4.html +++ b/www/structopenjij_1_1utility_1_1UpdaterParameter_3_01system_1_1transverse__field__system_01_4.html @@ -306,7 +306,7 @@

diff --git a/www/structopenjij_1_1utility_1_1VectorHash-members.html b/www/structopenjij_1_1utility_1_1VectorHash-members.html index e1af7962e..5e9aaaf3b 100644 --- a/www/structopenjij_1_1utility_1_1VectorHash-members.html +++ b/www/structopenjij_1_1utility_1_1VectorHash-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1VectorHash.html b/www/structopenjij_1_1utility_1_1VectorHash.html index 3661d6239..56f0d0dd6 100644 --- a/www/structopenjij_1_1utility_1_1VectorHash.html +++ b/www/structopenjij_1_1utility_1_1VectorHash.html @@ -148,7 +148,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1get__base__class-members.html b/www/structopenjij_1_1utility_1_1get__base__class-members.html index 6f55d49ef..41cd31105 100644 --- a/www/structopenjij_1_1utility_1_1get__base__class-members.html +++ b/www/structopenjij_1_1utility_1_1get__base__class-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1get__base__class.html b/www/structopenjij_1_1utility_1_1get__base__class.html index 2ecc65bbb..0b9e4d634 100644 --- a/www/structopenjij_1_1utility_1_1get__base__class.html +++ b/www/structopenjij_1_1utility_1_1get__base__class.html @@ -147,7 +147,7 @@

    - +
diff --git a/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4-members.html b/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4-members.html index 44de2739c..9731f7bdd 100644 --- a/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4.html b/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4.html index a258d8f5b..75ecd1e29 100644 --- a/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4.html +++ b/www/structopenjij_1_1utility_1_1get__base__class_3_01derived__class_00_01base__class_01_4.html @@ -147,7 +147,7 @@

diff --git a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type.html b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type.html index e03f1345c..0983bdc60 100644 --- a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type.html +++ b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type.html @@ -119,7 +119,7 @@ diff --git a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4-members.html b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4-members.html index e19a1e311..946f6ddee 100644 --- a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4.html b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4.html index c2be94ab2..2ed740ac3 100644 --- a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4.html +++ b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Dense_3_01FloatType_01_4_00_01Options_01_4.html @@ -145,7 +145,7 @@

diff --git a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4-members.html b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4-members.html index 9fbd3bff8..bf56a33ea 100644 --- a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4-members.html +++ b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4-members.html @@ -102,7 +102,7 @@ diff --git a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4.html b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4.html index 4e9b19ea3..7bcd580a9 100644 --- a/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4.html +++ b/www/structopenjij_1_1utility_1_1get__eigen__matrix__type_3_01graph_1_1Sparse_3_01FloatType_01_4_00_01Options_01_4.html @@ -145,7 +145,7 @@

diff --git a/www/structopenjij_1_1utility_1_1is__same__template.html b/www/structopenjij_1_1utility_1_1is__same__template.html index a2c2d5812..abd6bfdf8 100644 --- a/www/structopenjij_1_1utility_1_1is__same__template.html +++ b/www/structopenjij_1_1utility_1_1is__same__template.html @@ -130,7 +130,7 @@ diff --git a/www/structopenjij_1_1utility_1_1is__same__template_3_01T_00_01T_01_4.html b/www/structopenjij_1_1utility_1_1is__same__template_3_01T_00_01T_01_4.html index 39b049cfb..d911f38e2 100644 --- a/www/structopenjij_1_1utility_1_1is__same__template_3_01T_00_01T_01_4.html +++ b/www/structopenjij_1_1utility_1_1is__same__template_3_01T_00_01T_01_4.html @@ -130,7 +130,7 @@ diff --git a/www/swendsen__wang_8hpp.html b/www/swendsen__wang_8hpp.html index 9352f74bc..540344b6c 100644 --- a/www/swendsen__wang_8hpp.html +++ b/www/swendsen__wang_8hpp.html @@ -192,7 +192,7 @@ diff --git a/www/swendsen__wang_8hpp_source.html b/www/swendsen__wang_8hpp_source.html index dd2d74fe5..339070776 100644 --- a/www/swendsen__wang_8hpp_source.html +++ b/www/swendsen__wang_8hpp_source.html @@ -288,7 +288,7 @@ diff --git a/www/system_2all_8hpp.html b/www/system_2all_8hpp.html index 1263cd08d..e7e241b82 100644 --- a/www/system_2all_8hpp.html +++ b/www/system_2all_8hpp.html @@ -182,7 +182,7 @@ diff --git a/www/system_2all_8hpp_source.html b/www/system_2all_8hpp_source.html index 5ff9dacb8..bf1ba830f 100644 --- a/www/system_2all_8hpp_source.html +++ b/www/system_2all_8hpp_source.html @@ -140,7 +140,7 @@ diff --git a/www/system_8hpp.html b/www/system_8hpp.html index 45d9a4476..d72255163 100644 --- a/www/system_8hpp.html +++ b/www/system_8hpp.html @@ -195,7 +195,7 @@ diff --git a/www/system_8hpp_source.html b/www/system_8hpp_source.html index 8260d46ef..db4e68335 100644 --- a/www/system_8hpp_source.html +++ b/www/system_8hpp_source.html @@ -178,7 +178,7 @@ diff --git a/www/thres__hold_8hpp.html b/www/thres__hold_8hpp.html index cfde9ad89..404c763d6 100644 --- a/www/thres__hold_8hpp.html +++ b/www/thres__hold_8hpp.html @@ -136,7 +136,7 @@ diff --git a/www/thres__hold_8hpp_source.html b/www/thres__hold_8hpp_source.html index 449129ddc..0f860aec6 100644 --- a/www/thres__hold_8hpp_source.html +++ b/www/thres__hold_8hpp_source.html @@ -125,7 +125,7 @@ diff --git a/www/time__measure_8py.html b/www/time__measure_8py.html index f6a0d8490..388d84f41 100644 --- a/www/time__measure_8py.html +++ b/www/time__measure_8py.html @@ -107,7 +107,7 @@ diff --git a/www/transverse__ising_8hpp.html b/www/transverse__ising_8hpp.html index 88d40eecc..2d0141b1c 100644 --- a/www/transverse__ising_8hpp.html +++ b/www/transverse__ising_8hpp.html @@ -211,7 +211,7 @@ diff --git a/www/transverse__ising_8hpp_source.html b/www/transverse__ising_8hpp_source.html index bdc39c3b9..8e9f7afa3 100644 --- a/www/transverse__ising_8hpp_source.html +++ b/www/transverse__ising_8hpp_source.html @@ -591,7 +591,7 @@ diff --git a/www/type__traits_8hpp.html b/www/type__traits_8hpp.html index 65f16c78e..83d0fedc6 100644 --- a/www/type__traits_8hpp.html +++ b/www/type__traits_8hpp.html @@ -165,7 +165,7 @@ diff --git a/www/type__traits_8hpp_source.html b/www/type__traits_8hpp_source.html index 682df5cd4..2de5329c9 100644 --- a/www/type__traits_8hpp_source.html +++ b/www/type__traits_8hpp_source.html @@ -149,7 +149,7 @@ diff --git a/www/union__find_8hpp.html b/www/union__find_8hpp.html index 54b215302..6881f0498 100644 --- a/www/union__find_8hpp.html +++ b/www/union__find_8hpp.html @@ -147,7 +147,7 @@ diff --git a/www/union__find_8hpp_source.html b/www/union__find_8hpp_source.html index 05072d600..b8e58ed1d 100644 --- a/www/union__find_8hpp_source.html +++ b/www/union__find_8hpp_source.html @@ -195,7 +195,7 @@ diff --git a/www/unionfmath_1_1local_1_1di-members.html b/www/unionfmath_1_1local_1_1di-members.html index 45130f277..089779472 100644 --- a/www/unionfmath_1_1local_1_1di-members.html +++ b/www/unionfmath_1_1local_1_1di-members.html @@ -103,7 +103,7 @@ diff --git a/www/unionfmath_1_1local_1_1di.html b/www/unionfmath_1_1local_1_1di.html index 8229f489d..0e326c1a2 100644 --- a/www/unionfmath_1_1local_1_1di.html +++ b/www/unionfmath_1_1local_1_1di.html @@ -148,7 +148,7 @@

    - +
diff --git a/www/unionfmath_1_1local_1_1fi-members.html b/www/unionfmath_1_1local_1_1fi-members.html index 08d33785e..4a9ea5ead 100644 --- a/www/unionfmath_1_1local_1_1fi-members.html +++ b/www/unionfmath_1_1local_1_1fi-members.html @@ -103,7 +103,7 @@ diff --git a/www/unionfmath_1_1local_1_1fi.html b/www/unionfmath_1_1local_1_1fi.html index ea3766fa2..12908513a 100644 --- a/www/unionfmath_1_1local_1_1fi.html +++ b/www/unionfmath_1_1local_1_1fi.html @@ -148,7 +148,7 @@

    - +
diff --git a/www/updater_2all_8hpp.html b/www/updater_2all_8hpp.html index 325f444bd..9e5d1e4d7 100644 --- a/www/updater_2all_8hpp.html +++ b/www/updater_2all_8hpp.html @@ -181,7 +181,7 @@ diff --git a/www/updater_2all_8hpp_source.html b/www/updater_2all_8hpp_source.html index 8bb8fe4af..ee0c30b5f 100644 --- a/www/updater_2all_8hpp_source.html +++ b/www/updater_2all_8hpp_source.html @@ -132,7 +132,7 @@ diff --git a/www/utils_2____init_____8py.html b/www/utils_2____init_____8py.html index d8b17ea5a..7ec8218f3 100644 --- a/www/utils_2____init_____8py.html +++ b/www/utils_2____init_____8py.html @@ -115,7 +115,7 @@ diff --git a/www/variable__type_8py.html b/www/variable__type_8py.html index 476150dc6..586a1e4e4 100644 --- a/www/variable__type_8py.html +++ b/www/variable__type_8py.html @@ -123,7 +123,7 @@