Q1. How to use BSSE correction for three parts of a system such as A-B-C with two interfaces between AB & BC?
Normally we have for single interface as:
CounterpoiseCorrectedLCAOCalculator = counterpoiseCorrected(
LCAOCalculator,
tag_list=['Left', 'Right'],
)
For two interfaces should it be as? :
CounterpoiseCorrectedLCAOCalculator = counterpoiseCorrected(
LCAOCalculator,
tag_list=['Left', 'Middle', 'Right'],
)
where left, middle, right are adjacent & comprise of full system.
Q2. In the QuantumATK version released in 2022, I see when I use BSSE correction (inbuilt) & the set K point sampling to some value say (7x7x1). I have found that in the saved .py file it always shows 2x2x1 as k point sampling. Is this some internal error with QuantumATK?