Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computemachines/droplet-fcs
OpenCL accelerated simulation of FCS of single molecules in droplets
https://github.com/computemachines/droplet-fcs
Last synced: about 1 month ago
JSON representation
OpenCL accelerated simulation of FCS of single molecules in droplets
- Host: GitHub
- URL: https://github.com/computemachines/droplet-fcs
- Owner: computemachines
- Created: 2015-06-19T12:35:57.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2015-12-01T06:21:44.000Z (about 9 years ago)
- Last Synced: 2023-08-16T02:54:42.315Z (over 1 year ago)
- Language: Python
- Homepage: http://droplet-fcs.readthedocs.org/
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a c++ library with api visible from c++ or python3.4
The directory structure
.
|-- README
|-- SConstruct // build file (uses scons)
|-- build
|-- docs
|-- fcs // python code
|-- include // header files used by droplet-fcs
|-- libs // shared/static libraries used
|-- res // opencl kernels
|-- src // c++ code
`-- test // googletest unittestsbuild dependencies (ubuntu packages)
python3.4-dev
python3-numpy-devopencl headers and libraries
build with
$ git submodule init
$ git submodule update
$ make allto use from python
$ cd build
$ python
>> from fcs import fcs
>> fcs.fcs()`import fcs` from python looks for fcs.so in the current directory