Skip to content
/ eptlib Public
forked from EPTlib/eptlib

EPTlib - An open-source, extensible C++ library of electric properties tomography methods

License

Notifications You must be signed in to change notification settings

crisi7/eptlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General information

EPTlib is an open source, extensible collection of C++ implementations of electric properties tomography (EPT) methods.

This project is under the MIT License. See LICENSE in the root directory of this package for the full text.

Building from source

The following libraries needs to be downloaded and installed before EPTlib compilation:

Optionally, Google Test is required for testing the library.

Linux users

Download the package and move in its root directory

git clone https://github.com/EPTlib/eptlib eptlib
cd eptlib

Configure, compile and install the package

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Before installing, you can test the compiled library

ctest

Acknowledgement

This package has been developed in the framework of the 18HLT05 QUIERO Project. This project has received funding from the EMPIR Programme, co-financed by the Participating States and from the European Union's Horizon 2020 Research and Innovation Programme.

Credits

The font Dancing Script has been used for the logo.

About

EPTlib - An open-source, extensible C++ library of electric properties tomography methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.4%
  • CMake 6.0%
  • C 0.6%