Skip to content

QuantumChemist/MonteCarloTau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project MonteCarloTau - scaffold

Components:

  • cpp/ - example C++ code
  • pythonapi/ - Flask server (Flask server not used for the game version)
  • electron-app/ - Electron + TypeScript minimal visualizer

Quick start (high level):

  1. Install dependencies
  • Python: create venv and install requirements

    • python -m venv .venv
    • source .venv/bin/activate # or .venv\Scripts\Activate on Windows PowerShell
    • pip install -r pythonapi/requirements.txt
  • Build C++ extension (from repo root):

    • cd pythonapi
    • python setup.py build_ext --inplace
  • Run Flask server:

    • python pythonapi/src/app.py
  • Run Electron app:

    • cd electron-app
    • npm install
    • npm run build
    • npm start

MonteCarloTau

a tool to visualize the evolution of $\tau$ (https://www.tauday.com/) with Monte Carlo.

A code to practice interfacing C++, Python and TS > Python Backend Dev <3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published