Jichen Li

Results 39 comments of Jichen Li

@Luthaf Hi, sorry for bothering you. I re-wrote the code according to your suggestion. Now if it not find a custom bond type, it will degrade to integer bond type....

> Yes, that info can be inferred from `Topology`. But sometimes, I want to read the angle/dihedral type from Data file, and write a specific type in the data(e.g. 1...

Yes. Mapping the type from its original presentation to a specific format is tedious work. What if we designate some keywords by using `PropertyMap`. Let's say we define a `bond_properties...

I'm sorry to have confused you. My request is read and write angle/... to LAMMPS Data file directly because I want to read and write their types. Before I start...

I need both **extract** angle/... types from LAMMPS file and write to new files. Sorry again for my vague words

Exactly what I thought! I will do this at the end of June because I'm stuck with some tedious work about graduation.

Hi, what a nice work! I already use it in my project, and I also wonder if it can provide doc and vcpkg? Thx a lot!

Thanks a lot! I use this mode because i put wrapper of torch operator in my python directory, so I have to install lib into it. Another related question is...

Sorry for late reply! It sounds more reasonable. I have refactor code and seperate python binder with cpp code. I will have a try with `importlib.resources`, it's seems can determine...

I got same error when using conda feature. I check anaconda website, find they do have mac installer: https://www.anaconda.com/docs/getting-started/anaconda/install#macos-linux-installation. Why we still got this error: ``` > [dev_containers_target_stage 5/5] RUN...