Skip to content

Commit 6d975fb

Browse files
committed
remove USER-REBOMOS which is now part of MANYBODY
1 parent 964865e commit 6d975fb

11 files changed

+5
-1871
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ include(LAMMPSInterfacePlugin)
2020
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
2121

2222
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
23-
add_custom_target(package DEPENDS package-USER-AEAM package-USER-BFIELD package-USER-REBOMOS)
23+
add_custom_target(package DEPENDS package-USER-AEAM package-USER-BFIELD)
2424
endif()
2525
add_subdirectory(USER-AEAM)
2626
add_subdirectory(USER-BFIELD)
27-
add_subdirectory(USER-REBOMOS)

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ for a number of reasons, but ported to be compatible with the
77
|--------------|-----------------------------------------------------------------------------|
88
| USER-AEAM | https://github.com/psaidi/AEAM |
99
| USER-BFIELD | https://matsci.org/t/discrepency-beween-old-version-and-new-version/50014/5 |
10-
| USER-REBOMOS | https://matsci.org/t/pair-rebomos/30503 |
10+
11+
As of the 17 April 2024 LAMMPS release the USER-REBOMOS package code
12+
has been merged with upstream and the corresponding pair style is now
13+
part of the MANYBODY package. The plugin package has thus been removed.
1114

1215
As of the 22 December 2022 LAMMPS release, the USER-VCSGC package
1316
code has been merged with upstream and the corresponding fix is now

USER-REBOMOS/CMakeLists.txt

-71
This file was deleted.

USER-REBOMOS/MoS.REBO.set5b

-65
This file was deleted.

USER-REBOMOS/in.rebomos-bulk

-35
This file was deleted.

USER-REBOMOS/log.rebomos-bulk.1

-86
This file was deleted.

0 commit comments

Comments
 (0)