Han Wang

Results 10 comments of Han Wang

Could you please follow the example for the type embedding? Especially the `type` of the `descriptor`. https://github.com/deepmodeling/deepmd-kit/blob/devel/examples/water/se_e2_a_tebd/input.json For the case of water, one write ```json "type_embedding":{ "neuron": [2, 4, 8],...

Hello, the `dipole` fitting method is to fit a vector defined on an atom. The "vector" can be atomic dipole, or any other vectorial property. The labels of dipole fitting...

No the DataModifier is for the long-range version of DP, which has not been published.

Is it possible to provide unit tests for the contributed code?

This way of loading trajectory should replace the implementation in https://github.com/deepmodeling/dpgen2/blob/2011090d12ba26a1eb3849634883f9ae0b62cc9d/dpgen2/exploration/selector/conf_selector_frame.py#L132-L138 The problem is how. Shall we provide this highly efficient way of reading frames from trajectories to `dpdata` or...

@hyllios Your master branch is out-of-the-date. please merge with deepmodeling/dpdata:master

Hello, the `dipole` fitting method is to fit a vector defined on an atom. The "vector" can be atomic dipole, or any other vectorial property. The labels of dipole fitting...

No the DataModifier is for the long-range version of DP, which has not been published.

documentation and unittest are required.

Your change to the code should be based on branch "devel" rather than master. we do not want to merge some of changes on master into devel