I want to calculate the phonon dispersion curve of my double layer (SiC+Graphene) 2D VanderWalls heterostructure (atom data file generated by QuantamATK VNL). I’d like to compute the curve using LAMMPS. To calculate the curve, I will use the fix phonon command (fix 1 all phonon 10 5000 500000 map.in GrapheneSiC nasr 100 ) to generate binary file. I’ll then use a post-processing package(Phana) to calculate the curve from this binary file. However, the fix phonon command requires a map file (map.in), which contains mapping information between atom IDs and lattice indices.
To generate map.in files, I used the latgen package, which is also able to generate atom data files. After compiling latgen on my Linux machine, I discovered that it can only generate the map.in file if it also creates the atom data file at the same time.
I tested latgen for monolayer graphene and it worked well. However, when I tested it for a multilayer structure (2 layers), I discovered that it can only create atom data files and not map.in files simultaneously.
I also noticed that latgen has an option that claims to take atom data file information and generate the desired map.in files. Unfortunately, this option did not work in my tests.
Regarding this issue, I have two questions.
1. Has anyone created a map.in file for a 2D bilayer heterostructure using latgen? If so, how did you create it?
2. Is there an alternative method for creating my desired map.in file for my 2D bilayer heterostructure?
However, my question is only indirectly related to lammps. I’ve been stuck on this issue for a few days. I also tried to generate my desired map.in by looking at the example directory from lammps: Examples\PACKAGES\phonon\4-Graphene. But unfortunately, I was undone. I also tried the default command “fix 1 all phonon 10 5000 500000 GAMMA GrapheneSiC nasr 100” to generate binary atomatically, but it produced incorrect results after post-processing by phana (included in picture). So I made a post here.
Thanks in advance for your time and help.
Best Regards
Durjoy

