Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
0a87b744
Commit
0a87b744
authored
8 years ago
by
Stefan Paquay
Browse files
Options
Downloads
Patches
Plain Diff
Updated contributing authors and docs
parent
d4c9e250
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/src/pair_morse.txt
+1
-0
1 addition, 0 deletions
doc/src/pair_morse.txt
src/KOKKOS/pair_morse_kokkos.cpp
+4
-0
4 additions, 0 deletions
src/KOKKOS/pair_morse_kokkos.cpp
src/KOKKOS/pair_morse_kokkos.h
+0
-3
0 additions, 3 deletions
src/KOKKOS/pair_morse_kokkos.h
with
5 additions
and
3 deletions
doc/src/pair_morse.txt
+
1
−
0
View file @
0a87b744
...
...
@@ -13,6 +13,7 @@ pair_style morse/opt command :h3
pair_style morse/smooth/linear command :h3
pair_style morse/smooth/linear/omp command :h3
pair_style morse/soft command :h3
pair_style morse/kk command :h3
[Syntax:]
...
...
This diff is collapsed.
Click to expand it.
src/KOKKOS/pair_morse_kokkos.cpp
+
4
−
0
View file @
0a87b744
...
...
@@ -11,6 +11,10 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
Contributing authors: Stefan Paquay (Eindhoven University of Technology)
------------------------------------------------------------------------- */
#include
<math.h>
#include
<stdio.h>
#include
<stdlib.h>
...
...
This diff is collapsed.
Click to expand it.
src/KOKKOS/pair_morse_kokkos.h
+
0
−
3
View file @
0a87b744
...
...
@@ -9,9 +9,6 @@
the GNU General Public License.
See the README file in the top-level LAMMPS directory.
-------------------------------------------------------------------------
Contributed by Stefan Paquay @ Eindhoven University of Technology
Based on pair lj/cut/kokkos.
------------------------------------------------------------------------- */
#ifdef PAIR_CLASS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment