Giter Site home page Giter Site logo

elauksap / dosextraction Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 16.5 MB

This program allows to extract the Density of States (DoS) in polymer semiconductors, assessed by means of Capacitance-Voltage measurements on Metal-Insulator-Semiconductor capacitors.

License: GNU General Public License v3.0

CMake 8.45% C++ 91.37% MATLAB 0.13% Shell 0.05%

dosextraction's Introduction

DosExtraction

This program allows to extract the Density of States (DoS) in polymer semiconductors, assessed by means of Capacitance-Voltage measurements on Metal-Insulator-Semiconductor capacitors.

Compile

In order to generate the executables, first open the CMakeLists.txt file (in the top-level folder) and, if necessary, edit it to your needs.

Then create a build directory and move into it:

$ mkdir build
$ cd build

Now you're ready to configure your system:

$ cmake ..

or, should you want the compiler to produce also debug symbols:

$ cmake -DCMAKE_BUILD_TYPE=Debug ..

The further option:

$ -DCMAKE_INSTALL_PREFIX=my_dir

will allow you to customize the installation directory, which is by default /usr/local.

Finally:

$ make

will build the simulate_dos and fit_dos executables and the dosextraction shared library under the bin/ and lib/ directories (or the ones specified in CMakeLists.txt) respectively.

Install

If you wish to install:

  • the executable, into ${CMAKE_INSTALL_PREFIX}/bin/;
  • the shared library, into ${CMAKE_INSTALL_PREFIX}/lib/;
  • the header files, into ${CMAKE_INSTALL_PREFIX}/include/dosextraction/;

just type:

# make install

while:

# make uninstall

will remove them.

Documentation

If Doxygen (version 3.8.6 or above) and GraphViz are found, the following command will generate the documentation under the doc/ folder (or the one specified in CMakeLists.txt):

$ make doc

Please read it for further information.

dosextraction's People

Contributors

carlodefalco avatar pcafrica avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.