Skip to content

Commit

Permalink
Released version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Oct 10, 2017
1 parent 252c39a commit 481ce2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.mkulesh.mmd"
minSdkVersion 16
targetSdkVersion 25
versionCode 6
versionCode 7
versionName "1.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 4 additions & 4 deletions doc/google_en.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Molecular Dynamics

Classical molecular dynamics method combined with HD live wallpaper

MMD is a classical molecular dynamics code implemented as an App for Android. MMD is acronym for Method of Molecular Dynamics, which is a computer simulation of particles (atoms, molecules) motion. This simulation is done with respect to the given initial and boundary conditions and a potential that describes the particle interaction.

The trajectories of the particles are determined numerically. The well known Velocity Verlet integration of Newton's equation of motions is used for a system of interacting particles. Forces between particles are defined analytically using a "pair potential function" that depends on the distance between two particles.
Expand All @@ -24,3 +20,7 @@ Application features:
Note: since the application implements a numerical integration method, it generates a significant CPU load. Therefore, the live wallpaper mode is not suitable for low-power devices.

Keywords: live wallpaper, HD wallpaper, physics, molecular dynamics, atom simulations, experiment

The app is 100% open source. Please feel free to download, explore, fork or contribute to it on https://github.com/mkulesh/molecularDynamics

Languages: English, Russian.
12 changes: 8 additions & 4 deletions doc/google_ru.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
Молекулярная динамика

Kлассический метод молекулярной динамики в сочетании с живыми HD обоями

ММД - это реализация классического метода молекулярной динамики для Андроида. Метод молекулярной динамики – это метод компьютерного моделирования движения частиц (молекул, атомов). Моделирование осуществляется для ансамбля частиц при заданных начальных и граничных условиях, а также с использованием функции потенциала, описывающего взаимодействие частиц.

Траектории частиц определяются численно, с использованием известного и хорошо зарекомендовавшего себя скоростного метода Верле для интегрирования уравнений движения Ньютона. Парное взаимодействие частиц описывается аналитически и задается потенциальной функцией, значение которой зависит от расстояния между двумя частицами.
Expand All @@ -24,3 +20,11 @@ Kлассический метод молекулярной динамики в
Примечание: даже в режиме живых обоев, это приложение выполняет большое количество вычислений для решения системы уравнений движения частиц. Поэтому, предназначено оно в первую очередь для устройств с многоядерным процессором и мощным аккумулятором.

Ключевые слова: живые обои, HD обои, физика, молекулярная динамика, атомное моделирование, эксперимент

Помогите мне улучшить приложение!
- В случае падения или зависания приложения, нажмите кнопку Report, это очень облегчает поиск ошибки.
- Если Вам кажется, что программа неправильно считает, пожалуйста, свяжитесь со мной почте, чтобы я мог расспросить вас о подробностях.

Интересно, как приложение реализовано? Хотите внести рац. предложение? Нашли ошибку и хотите о ней сообщить? Есть желание поучаствовать в разработке или даже написать своё приложение на основе этого? Добро пожаловать на https://github.com/mkulesh/molecularDynamics

Языки: английский, русский.

0 comments on commit 481ce2b

Please sign in to comment.