Metadata-Version: 2.1
Name: dynex
Version: 0.1.15
Summary: Dynex SDK Neuromorphic Computing
Home-page: https://github.com/dynexcoin/DynexSDK
Author: Dynex Developers
Author-email: office@dynexcoin.org
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Natural Language :: English
Classifier: Topic :: System :: Distributed Computing
Requires-Dist: pycryptodome (>=3.18.0)
Requires-Dist: dimod (>=0.12.10)
Requires-Dist: tabulate (>=0.9.0)
Requires-Dist: tqdm (>=4.65.0)
Requires-Dist: ipywidgets (>=8.0.7)
Requires-Dist: numpy

The Dynex SDK provides a neuromorphic Ising/QUBO sampler which can be called from any Python code. Developers and application developers already familiar with the Dimod framework, PyQUBO or the Ocean SDK will find it very easy to run computations on the Dynex neuromorphic computing platform: The Dynex Sampler object can simply replace the default sampler object which typically is used to run computations on, for example, the D-Wave system – without the limitations of quantum machines. The Dynex SDK is a suite of open-source Python tools for solving hard problems with neuromorphic computing which helps reformulate your application’s problem for solution by the Dynex computing platform. It also handles communication between your application code and the Dynex neuromorphic computing platform automatically.


