Git Product home page Git Product logo

kinetic_monte_carlo_code's Introduction

kinetic_monte_carlo_code's People

Contributors

arn-all avatar marcucla avatar

Stargazers

 avatar

Watchers

 avatar

kinetic_monte_carlo_code's Issues

Make all 3 unpinning mechanisms disableable

Dislocations have 3 unpinning mechanisms here : 2 kinks coming from the same side piling up, 2 kinks from opposite side annihilating at the position of the solute, or the thermally activated unpinning from eq.(4) Zhao, Marian, MSMSE, 2018.
To investigate the effect of each mechanism, each of them should be independently enable/disable-able from within the config file.
Status :

  • Annihilation :
  • Pile up: allow_stacked_kinks keyword introduced (c612d58)
  • Thermally activated : allow_debinding keyword introduced (e54b861)

Speed up many solutes case

  • Having a lot of solute atoms (eg. concentration = 0.01) slows down the code a lot.
  • running a profiler valgrind --tool=callgrind ../../KMC_arnall/bin/DislocationKMC --config test.config reveals the bottleneck is that Simulation::generatePointDefectEventList() makes a huge number of calls to DislocationNetwork::isSoluteOnTheDislocation()
  • this function has been optimized a bit (many variable definitions in loop) eacd753
  • a better strategy for neighbours lookup is needed, as ~~70% of runtime is spent there

gprof2dot/gprof2dot.py -n 2 -f callgrind callgrind.out.15812 | dot -Tsvg -o output.svg

Extract dislocation velocity

Write some proper post-processing script for extracting the position / velocity of the dislocation, using existing notebooks and stuff

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.