Coder Social home page Coder Social logo

0x0000dead / irvin-curves Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 100.43 MB

Qt app for plotting curves for semiconductor n-type: irvin, mobility, concentration, conductivity.

License: BSD 3-Clause "New" or "Revised" License

C++ 93.96% C 5.61% QMake 0.43%
semiconductor-physics irvin physics semiconductor qt qwt

irvin-curves's Introduction

Build and install to MSCV 2019

This guide is expanded version of original instruction guide.

How to build?

  1. In this project we will use Qt 5.15.0. You can download from here.
  2. Download qwt-6.2.0 from here to C:/ folder.
  3. In Command Prompt run cd C:\qwt-6.2.0\ and then qmake qwt.pro. Make sure that Path variables already has qmake.exe path. If not then just run:
    "C:\PATH_TO_QT\5.15.0\msvc2019_64\bin\qmake.exe" qwt.pro It will create Makefile.
  4. In the Command Prompt run nmake. It will build the src. If you have fatall erorr then before nmake run:
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat
  5. Then nmake install.
  6. Now you have lib and dll files. And you can run examples.

Usage:

How to use?

  1. Select material type, and plot type. Setup narrow parameters (you can see in real-time how changes affect the curve).
  2. Click Add curve to fix(save) the curve on the plot to compare the fixed curve with others.
  3. You can set up advanced settings such as steps and limitations for either concentration or temperature.
  4. You can zoom in/out specific area on the plot. Also, you can export curves in either pdf or text. You have to Add curve before export.
  5. You can click and hold the mouse to get the value of the holding point under the plot.
  6. The value of current parameters showed under the curve at index -1. Note that any concentration is multiplied to 1e10.

Result Image of Yaktocat

irvin-curves's People

Contributors

0x0000dead avatar skivhisink avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

skivhisink

irvin-curves's Issues

Проблемы с подвижностью?

В данный момент мы корректно считаем энергию Ферми(В СГС!!) и теперь осталось разобраться с подвижностью и возможно количеством электронов и дырок потому что у нас пока что получается довольно странная картина относительно сигмы. Сигма на несколько порядков больше чем должна быть. Пока что решением данной проблемы является собственный поиск коэффициентов

Исправление интерфейса.

Необходимо исправить несколько пунктов. Каждый пункт необходимо отмечать после его решения.
Тут будут отмечены лишь главные пункты, которые необходимо сделать до 30.11.2021, остальные пункты будут указаны в дополнительном посте.

  • Сделать отдельный ввод параметров для разных графиков. Сейчас непонятно какие параметры для какого графика.
    image
  • Добавить пункты Nd0_begin, Nd0_end, Nd0_step. Аналогично сделать для температуры, у нас же есть графики где температура шагает. Нужно чтобы эти параметры передавались в функции!! Сейчас функции хавают стандартные значения.
  • Поменять значения поля начальной температуры. Начальные значения пусть будут такие T = 300, T_begin = 100, T_end = 400, Nd0_begin = 1e10, Nd0_end = 1e20, Nd0_step = 1e18, Nd0 = 1e18, material = Si, Ed = 0.045 eV
  • Добавить возможность сохранения данных. В данный момент мы можем сохранить только график, но что если нужны данные?

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.