Metadata-Version: 2.1
Name: cuda-hybrid
Version: 0.1.7
Summary: Run ABM/FCM models on CUDA cores
Home-page: https://github.com/cuda-hybrid/cuda-hybrid
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/cuda-hybrid/cuda-hybrid/issues
Project-URL: Documentation, https://cuda-hybrid.github.io/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Environment :: GPU :: NVIDIA CUDA
Requires-Python: >=3.7, <4
Description-Content-Type: text/x-rst

CUDA-HYBRID
==============

This repository contains the first ever ABM/FCM Hybrid Model on CUDA cores that can help run the simulation in parallel, reducing the runtime
Requirements:

The project requires Python 3.7 or higher, depending on the version of the packages in requirements.txt.

Installation
-------------

..  code-block:: python

    $ pip install cuda-hybrid

Usage
-----

Check out `Documentation <https://cuda-hybrid.github.io/>`_

