Skip to content
Changgang Li edited this page Feb 5, 2021 · 20 revisions

Welcome to the STEPS wiki! I will post usage of STEPS in the wiki step by step. Hope it can serve as temporary documentation before the real documentation is available.

  1. How to build STEPS kernel
  2. How to install stepspy in Python
  3. How to prepare configuration file
  4. Brief Introduction to APIs in stepspy
    From now on, if you find something like simulator.xxxxx, it is assumed that the simulator is a STEPS simulator created with the following codes:
from stepspy import STEPS
simulator = STEPS()
  1. How to create a simulator

Examples