Yong-Chao Wu

Results 18 comments of Yong-Chao Wu

Any progress now?

By the way, I use the Polyscope python library.

Another question. I try to generate two Command UI by two callback functions, but it fails. Can we generate two user-defined UI by callback?

I find using tkinker can realize the filedialog, wchich is what I need.

Hello, @djhoese Actually, we can make it more generalizable for both rectangular and triclinic box. Let's consider the box below, where each row represents a box vector: ```python box =...

Thanks for your help. I can obtain the right result using json format. Adding an option for importing CSV file will be very useful, as the speed of saving CSV...

Hi, @Sacho2020 . Mdapy is mainly designed for analyzing single frame. While you can split the trajectory by mp.split_xyz() into separate frames, and then you can read them by mp.System...

Hi @BianTieyuan The cutoff distance in mdapy refers to the intrinsic distance in the NEP potential, as defined by the user, which is utilized to calculate the force constants. I...

Hi @BianTieyuan , I have implemented the **displacement** and **cutoff_radius** parameter in Phonon class. Try the newest version of mdapy. Note that the mdapy calculates the force constant using the...