forked from deepmodeling/deepmd-kit
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from deepmodeling/devel
Devel update
- Loading branch information
Showing
215 changed files
with
4,405 additions
and
2,554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report to help us eliminate issues and improve deepmd-kit. If | ||
this doesn’t look right, [choose a different type](https://github.com/deepmodeling/deepmd-kit/issues/new/choose). | ||
title: "[BUG] _Replace With Suitable Title_" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what the bug is.--> | ||
|
||
**Deepmd-kit version, installation way, input file, running commands, error log, etc.** | ||
|
||
<!--Please provide necessary information including the version of software and installation way, input file, running commands, error log , etc., AS DETAILED AS POSSIBLE to help locate and reproduce your problem. !!! WARNING: Do not use image to show error log! Paste texts in a code block instead. !!!--> | ||
|
||
<!--If applicable, specify what platform you are running on. --> | ||
|
||
**Steps to Reproduce** | ||
|
||
<!--Describe the steps required to (quickly) reproduce the issue. You can attach (small) files to the section below or add URLs where to download an archive with all necessary files. Please try to create an input set that is as minimal and small as possible and reproduces the bug as quickly as possible. **NOTE:** the less effort and time it takes to reproduce your reported bug, the more likely it becomes, that somebody will look into it and fix the problem.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project. If this doesn’t work right, [choose a different | ||
type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose) | ||
title: "[Feature Request] _Replace with Title_" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a brief and concise description of the suggested feature or change--> | ||
|
||
**Detailed Description** | ||
|
||
<!--Please explain how you would like to see deepmd-kit enhanced, what feature(s) you are looking for, what specific problems this will solve. If possible, provide references to relevant background information like publications or web pages, and whether you are planning to implement the enhancement yourself or would like to participate in the implementation. If applicable add a reference to an existing bug report or issue that this will address.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Generic issue | ||
about: For issues that do not fit any of the other categories. If this doesn’t work | ||
right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose). | ||
title: _Replace With a Descriptive Title_ | ||
labels: wontfix | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what the question is.--> | ||
|
||
**Deepmd-kit Version, Python Version, Tensorflow Version, GCC Version and Cuda Version.** | ||
|
||
<!--Please specify precisely which Deepmd-kit version this issue was detected with on what build environment, (Python Version and GCC Version are in the first and second line of Python command line interface respectively. And check the Deepmd-kit Version with command line "print(deepmd.__version__)"). --> | ||
|
||
<!--If applicable, specify what platform you are running on. --> | ||
|
||
**Details** | ||
|
||
<!--Please explain the issue in detail here--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Parameters | ||
about: Make a suggestion for a change of input parameters or a new output to deepmd-kit. | ||
If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose). | ||
title: "[Parameters] _Replace With Suitable Title_" | ||
labels: documentation, enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Summary** | ||
|
||
<!--Please provide a clear and concise description of what your request is.--> | ||
|
||
**Summary** | ||
|
||
<!--Please provide a brief and concise description of the suggested feature or change--> | ||
|
||
**Detailed Description** | ||
|
||
<!--Please explain how you would like to see deepmd-kit enhanced. Specify your material system, and exactly what behaviors or properties you are looking for, or what specific problems this will solve. If possible, provide references to relevant background information like publications or web pages, and whether you are planning to implement the enhancement yourself or would like to participate in the implementation.--> | ||
|
||
**Further Information, Files, and Links** | ||
|
||
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Request for Help | ||
about: Don't post help requests here, go to [discussions](https://github.com/deepmodeling/deepmd-kit/discussions) | ||
instead. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Before asking questions, you can | ||
|
||
search the previous issues or discussions | ||
check the [document](https://deepmd.readthedocs.io/en/stable), especially [training parameters](https://deepmd.readthedocs.io/en/stable/train-input.html). | ||
|
||
Please **do not** post requests for help (e.g. with installing or using deepmd-kit) here. | ||
Instead go to [discussions](https://github.com/deepmodeling/deepmd-kit/discussions). | ||
|
||
This issue tracker is for tracking deepmd-kit development related issues only. | ||
|
||
Thanks for your cooperation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,8 @@ venv* | |
_build | ||
_templates | ||
API_CC | ||
doc/api_py/ | ||
dp/ | ||
build_lammps/ | ||
build_tests/ | ||
build_cc_tests | ||
build_cc_tests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Wang" | ||
given-names: "Han" | ||
- family-names: "Zhang" | ||
given-names: "Linfeng" | ||
- family-names: "Han" | ||
given-names: "Jiequn" | ||
- family-names: "E" | ||
given-names: "Weinan" | ||
doi: "10.1016/j.cpc.2018.03.016" | ||
journal: "Computer Physics Communications" | ||
month: 7 | ||
start: 178 # First page number | ||
end: 184 # Last page number | ||
title: "DeePMD-kit: A deep learning package for many-body potential energy representation and molecular dynamics" | ||
volume: 228 | ||
year: 2018 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.