Metadata-Version: 2.1
Name: cuda_hybrid
Version: 0.1.2
Summary: Runs ABM/FCM hybrid models on CUDA cores to drastically reduce runtime.
Home-page: https://gitlab.csi.miamioh.edu/620_final/cse620c_finalproject/-/tree/add-docs
Author: Kareem Ghumrawi
Author-email: kghumrawi@gmail.com
License: GPL-3.0-only
Project-URL: Documentation, https://cuda-hybrid.github.io/
Description: # 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
        
        ```bash
        $ pip install cuda-hybrid
        ```
        
        ## Quick Start
        ### Import
        ```bash
        from cuda_hybrid import cuda_hybrid
        ```
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
