forked from bastikr/pycppqed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (25 loc) · 825 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
PyCppQED
========
A python library that helps working with C++QED - a framework simulating open
quantum dynamics written in C++.
Download
--------
The last release:
http://github.com/bastikr/pycppqed/downloads
The actual develpment version:
$ git clone git://github.com/bastikr/pycppqed.git
Documentation
-------------
Documentation can be downloaded from:
http://github.com/bastikr/pycppqed/downloads
Istallation
-----------
First, the c extensions have to be build:
$ python setup.py build
This creates a directory like "build/lib.linux-x86_64-2.4/pycppqed/". Either
this package can be moved somewhere and used directly or alternatively it can
be installed:
$ python setup.py install
Bugs and feature requests
-------------------------
Please write me a mail at [email protected]