DeePMD-kit
v2.0.2
Getting Started
Getting Started
Advanced
1. Installation
2. Data
3. Model
4. Training
5. Freeze and Compress
6. Test
7. Inference
8. Integrate with third-party packages
9. FAQs
Developer Guide
Coding Conventions
Create a model
Atom Type Embedding
Python API
C++ API
Project Details
License
Authors and Credits
DeePMD-kit
»
C++ API
»
Template Function deepmd::select_map(typename std::vector<VT>::iterator, const typename std::vector<VT>::const_iterator, const std::vector<int>&, const int&)
Edit on GitHub
Template Function deepmd::select_map(typename std::vector<VT>::iterator, const typename std::vector<VT>::const_iterator, const std::vector<int>&, const int&)
Defined in
File common.h
Function Documentation
template
<
typename
VT
>
void
deepmd
::
select_map
(
typename
std
::
vector
<
VT
>
::
iterator
out
,
const
typename
std
::
vector
<
VT
>
::
const_iterator
in
,
const
std
::
vector
<
int
>
&
fwd_map
,
const
int
&
stride
)