irrep icon indicating copy to clipboard operation
irrep copied to clipboard

Option to avoid saving irreps.dat

Open gersonjferreira opened this issue 3 years ago • 2 comments

The function write_characters(...) at kpoint.py writes the irreps identification to this file by default and there's no option to change its name or opt to not create this file.

I'm running your code directly in python as a library, without using the CLI interface. I do this because I want to use the output of your code to do other calculations. So, I would prefer no to write the irreps.dat file to disc.

gersonjferreira avatar Aug 05 '22 16:08 gersonjferreira

@gersonjferreira , you are welcome to introduce a tag to chose the name of the file or disabling the writing of the file, and make a PR.

stepan-tsirkin avatar Sep 19 '22 13:09 stepan-tsirkin

Thanks. I'll do it, and I'll try to meet your coding style as much as possible.

gersonjferreira avatar Sep 20 '22 12:09 gersonjferreira