You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Python interface for the Enhanced Monte Carlo (EMC) package
1
+
# Enhanced Monte Carlo (EMC) Python Interface
2
+
3
+
The `pyemc` module is a thin Python layer around the [EMC](http://montecarlo.sourceforge.net/emc/Welcome.html) package that allows you to use EMC with ease.
4
+
5
+
6
+
## Installation
7
+
8
+
```bash
9
+
pip install pmd
10
+
```
11
+
12
+
13
+
## Usage
14
+
15
+
```python
16
+
import pyemc
17
+
18
+
# Equivalent to running ./emc_setup.pl your-setup-file.esh on the command line
0 commit comments