@@ -316,24 +316,24 @@ void DynamicReferenceRestraining::registerKeywords(Keywords &keys) {
316316 " This option is effective only when textOutput is on." );
317317 keys.add (" optional" ," FMT" ," specify format for outfiles files (useful for decrease the number of digits in regtests)" );
318318 keys.addOutputComponent (
319- " _fict" , " default" ,
319+ " _fict" , " default" , " scalar " ,
320320 " one or multiple instances of this quantity can be referenced "
321321 " elsewhere in the input file. "
322322 " These quantities will named with the arguments of the bias followed by "
323323 " the character string _tilde. It is possible to add forces on these "
324324 " variable." );
325325 keys.addOutputComponent (
326- " _vfict" , " default" ,
326+ " _vfict" , " default" , " scalar " ,
327327 " one or multiple instances of this quantity can be referenced "
328328 " elsewhere in the input file. "
329329 " These quantities will named with the arguments of the bias followed by "
330330 " the character string _tilde. It is NOT possible to add forces on these "
331331 " variable." );
332332 keys.addOutputComponent (
333- " _biasforce" , " default" ,
333+ " _biasforce" , " default" , " scalar " ,
334334 " The bias force from eABF/DRR of the fictitious particle." );
335- keys.addOutputComponent (" _springforce" , " default" , " Spring force between real CVs and extended CVs" );
336- keys.addOutputComponent (" _fictNoPBC" , " default" ,
335+ keys.addOutputComponent (" _springforce" , " default" , " scalar " , " Spring force between real CVs and extended CVs" );
336+ keys.addOutputComponent (" _fictNoPBC" , " default" , " scalar " ,
337337 " the positions of fictitious particles (without PBC)." );
338338 keys.addDOI (" 10.1063/1.2711185" );
339339 keys.addDOI (" 10.1021/ct200726v" );
0 commit comments