Skip to content

xiyu1984/o-amm

Repository files navigation

Omniverse-AMM

We provide a prototype to intuitively show the mathematic features of the O-AMM model.

Prepare

To run the demo, it needs the environment of Python with packages including Numpy, matplotlib, sympy, and the packages they depend on. We recommend you install the Anaconda.

  • Details of installing Anaconda can be found here
  • Details of installing sympy can be found here. Note that if this doesn't work, go to command line within the Anaconda environment and use pip to install it instead.

Source Code

Running

# activate the environment of your `python`. `base` for example
conda activate base

# run the script
python.exe ./constgrad.py

Details of O-AMM

A detailed description of the O-AMM model is presented in Principle of Omniverse AMM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages