CMakeLists.txt
MANIFEST.in
README.md
setup.py
external/eigen.cmake
external/googletest.cmake
external/pybind11.cmake
openjij/CMakeLists.txt
openjij/__init__.py
openjij/__version.py
openjij/compile_config.hpp
openjij/declare.hpp
openjij/main.cpp
openjij/variable_type.py
openjij.egg-info/PKG-INFO
openjij.egg-info/SOURCES.txt
openjij.egg-info/dependency_links.txt
openjij.egg-info/not-zip-safe
openjij.egg-info/requires.txt
openjij.egg-info/top_level.txt
openjij/__pycache__/__init__.cpython-36.pyc
openjij/__pycache__/__init__.cpython-37.pyc
openjij/__pycache__/__version.cpython-36.pyc
openjij/__pycache__/__version.cpython-37.pyc
openjij/__pycache__/variable_type.cpython-36.pyc
openjij/__pycache__/variable_type.cpython-37.pyc
openjij/model/__init__.py
openjij/model/chimera_model.py
openjij/model/higher_order_model.py
openjij/model/king_graph.py
openjij/model/model.py
openjij/model/__pycache__/__init__.cpython-36.pyc
openjij/model/__pycache__/__init__.cpython-37.pyc
openjij/model/__pycache__/chimera_model.cpython-36.pyc
openjij/model/__pycache__/chimera_model.cpython-37.pyc
openjij/model/__pycache__/higher_order_model.cpython-36.pyc
openjij/model/__pycache__/higher_order_model.cpython-37.pyc
openjij/model/__pycache__/king_graph.cpython-36.pyc
openjij/model/__pycache__/king_graph.cpython-37.pyc
openjij/model/__pycache__/model.cpython-36.pyc
openjij/model/__pycache__/model.cpython-37.pyc
openjij/sampler/__init__.py
openjij/sampler/cmos_annealer.py
openjij/sampler/csqa_sampler.py
openjij/sampler/hubo_simulated_annealing.py
openjij/sampler/response.py
openjij/sampler/sa_sampler.py
openjij/sampler/sampler.py
openjij/sampler/sqa_sampler.py
openjij/sampler/__pycache__/__init__.cpython-36.pyc
openjij/sampler/__pycache__/__init__.cpython-37.pyc
openjij/sampler/__pycache__/cmos_annealer.cpython-36.pyc
openjij/sampler/__pycache__/cmos_annealer.cpython-37.pyc
openjij/sampler/__pycache__/csqa_sampler.cpython-36.pyc
openjij/sampler/__pycache__/gpu_sa_sampler.cpython-36.pyc
openjij/sampler/__pycache__/gpu_sa_sampler.cpython-37.pyc
openjij/sampler/__pycache__/gpu_sqa_sampler.cpython-36.pyc
openjij/sampler/__pycache__/gpu_sqa_sampler.cpython-37.pyc
openjij/sampler/__pycache__/hubo_simulated_annealing.cpython-36.pyc
openjij/sampler/__pycache__/hubo_simulated_annealing.cpython-37.pyc
openjij/sampler/__pycache__/response.cpython-36.pyc
openjij/sampler/__pycache__/response.cpython-37.pyc
openjij/sampler/__pycache__/sa_sampler.cpython-36.pyc
openjij/sampler/__pycache__/sa_sampler.cpython-37.pyc
openjij/sampler/__pycache__/sampler.cpython-36.pyc
openjij/sampler/__pycache__/sampler.cpython-37.pyc
openjij/sampler/__pycache__/sqa_sampler.cpython-36.pyc
openjij/sampler/__pycache__/sqa_sampler.cpython-37.pyc
openjij/sampler/chimera_gpu/__init__.py
openjij/sampler/chimera_gpu/base_gpu_chimera.py
openjij/sampler/chimera_gpu/gpu_sa_sampler.py
openjij/sampler/chimera_gpu/gpu_sqa_sampler.py
openjij/sampler/chimera_gpu/__pycache__/GPUBaseSampler.cpython-36.pyc
openjij/sampler/chimera_gpu/__pycache__/__init__.cpython-36.pyc
openjij/sampler/chimera_gpu/__pycache__/base_gpu_chimera.cpython-36.pyc
openjij/sampler/chimera_gpu/__pycache__/gpu_sa_sampler.cpython-36.pyc
openjij/sampler/chimera_gpu/__pycache__/gpu_sqa_sampler.cpython-36.pyc
openjij/utils/__init__.py
openjij/utils/benchmark.py
openjij/utils/decorator.py
openjij/utils/graph_utils.py
openjij/utils/res_convertor.py
openjij/utils/time_measure.py
openjij/utils/__pycache__/__init__.cpython-36.pyc
openjij/utils/__pycache__/__init__.cpython-37.pyc
openjij/utils/__pycache__/benchmark.cpython-36.pyc
openjij/utils/__pycache__/benchmark.cpython-37.pyc
openjij/utils/__pycache__/decorator.cpython-36.pyc
openjij/utils/__pycache__/decorator.cpython-37.pyc
openjij/utils/__pycache__/graph_utils.cpython-36.pyc
openjij/utils/__pycache__/res_convertor.cpython-36.pyc
openjij/utils/__pycache__/res_convertor.cpython-37.pyc
openjij/utils/__pycache__/time_measure.cpython-36.pyc
openjij/utils/__pycache__/time_measure.cpython-37.pyc
src/CMakeLists.txt
src/algorithm/algorithm.hpp
src/algorithm/all.hpp
src/graph/all.hpp
src/graph/chimera.hpp
src/graph/converter.hpp
src/graph/dense.hpp
src/graph/graph.hpp
src/graph/sparse.hpp
src/graph/square.hpp
src/result/all.hpp
src/result/get_solution.hpp
src/system/CMakeLists.txt
src/system/all.hpp
src/system/classical_ising.hpp
src/system/continuous_time_ising.hpp
src/system/system.hpp
src/system/transverse_ising.hpp
src/system/gpu/chimera_gpu_classical.hpp
src/system/gpu/chimera_gpu_transverse.hpp
src/system/gpu/chimera_cuda/index.hpp
src/system/gpu/chimera_cuda/kernel.cu
src/system/gpu/chimera_cuda/kernel.hpp
src/updater/all.hpp
src/updater/continuous_time_swendsen_wang.hpp
src/updater/gpu.hpp
src/updater/single_spin_flip.hpp
src/updater/swendsen_wang.hpp
src/utility/create_geometric_progression.hpp
src/utility/disable_eigen_warning.hpp
src/utility/eigen.hpp
src/utility/memory.hpp
src/utility/pairhash.hpp
src/utility/random.hpp
src/utility/schedule_list.hpp
src/utility/type_traits.hpp
src/utility/union_find.hpp
src/utility/gpu/cublas.hpp
src/utility/gpu/handle_error.hpp
src/utility/gpu/memory.hpp
tests/CMakeLists.txt
tests/__init__.py
tests/cxxtest.cpp
tests/test.py
tests/test_cmos.py
tests/test_gpu.py
tests/test_model.py
tests/test_sampler.py
tests/test_sqa.py
tests/test_utils.py
tests/testcase.hpp
tests/__pycache__/__init__.cpython-36.pyc
tests/__pycache__/__init__.cpython-37.pyc
tests/__pycache__/test.cpython-36.pyc
tests/__pycache__/test.cpython-37.pyc
tests/__pycache__/test_model.cpython-36.pyc
tests/__pycache__/test_model.cpython-37.pyc
tests/__pycache__/test_sampler.cpython-36.pyc
tests/__pycache__/test_sampler.cpython-37.pyc
tests/__pycache__/test_utils.cpython-36.pyc
tests/__pycache__/test_utils.cpython-37.pyc