Huh, this rises even more questions . One is, in another thread recently people concluded that if two ICs are that close, then they can share the same decoupling cap. Sorta what murata proposes, except that there is no need to use fancy caps. What do you think?
"that" close = ?
If they are slow logic or analog ICs, locality of bypass won't matter. Example: CD4000 logic, TL072 amps. There simply isn't any energy or gain at frequencies high enough to matter; bypasses can be inches away. (If even that: historic example, the NES controller used a, CD4021 I think, and that's literally all that's soldered to the board. No bypass caps, just a long cable with +5V and GND, clock, strobe and data. The controller buttons are carbon-rubber pads touching gold plated traces, and the pull-up resistors are screen-printed ink!)
74LS and HC are fast enough you'll want a cap within a few inches, but the chips being smaller than "a few inches" means a few chips can probably share.
74LVC and most <= 3.3V CMOS devices (MCUs, etc.) are fast enough that you probably want the local-at-the-pins bypass caps, and not only that but if you have heavy loads on them (e.g., MCUs and bus drivers can switch a few 100 mA at a time, through whatever combination of IO and power pins). Wide-format capacitors may be advantageous.
The best use-case is where a plane wave needs to be shunted to ground. The plane wave propagates along a wide transmission line or plane. It goes into the capacitors broadside (as many lined up in parallel as needed to cover the width of the plane), then into vias to ground (arrayed opposite the plane, along the C's GND pad).
There probably aren't many practical cases where this exact situation arises...
Most loads are through narrow pins, traces or vias, and there are simply a lot of them, and not always in regular patterns. So the best you can do is sink them all to planes, and bypass the planes at the earliest convenience. (Example: most any device that has to be a BGA, is probably also fast enough to need immediate bypassing, but also has to be connected in this way, i.e. through an array of vias.)
A resonant stub, in RF circuitry, I think is a good example, and some have been pictured earlier in this thread I think. The vias, capacitor and trace are all accounted for in the total length of the stub, and the trace width is held constant thanks to the wide (appropriately chosen) capacitor. So there's no error due to lumped equivalent whatever.
And another question that bothers me a lot. A common best practice is to put a decoupling capacitor for each power pin. I often have one LDO supplying power to multiple ICs. Question: can these caps start resonating with each other? Or should I use a separate LDO for each potentially noisy IC? To be more specific, my typical scenario: MCU, ADC (with two power rails: analog and digital), and digital isolator on the same board.
Can they? Perhaps. Draw the equivalent network and see if it does.
See, your very next question must be: what information do I need to figure it out? Well, you don't have resonance without L and C. What are the stray L's in the circuit? What resistance dampens it? What transient loads/sources might excite it? And then you can answer these, quantitatively, by inspection of the circuit, build a model, and test it.
Tim