Blame view

README.md 278 Bytes
d95f5f415   bmarechal   add readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  sicav_sim
  ===========
  python-sympy -based scripts for photonics symbolic calculations
  
  Dependencies
  ------------
  - python-sympy 'sudo apt install python-sympy'
  
  Test it
  ----------
  run in iPython environment to show local variables
  
  ```sh
  ipython
  ```
  
  ```ipython
  run %script
  ```