Monday, 23 September 2024

Commenting on research

 I recently submited my first comment on another research paper.  The paper I commented on is "Full quantum eigensolvers based on variance" by Li et al., Phys. Scr. 99, 095207 (2024).  It caught my eye because I am interested in variance-minimization techniques in quantum computers, and have used them myself to solve some problems.  

The paper of Li used as one example the case of the deuteron nucleus as given in a highly-cited paper by Dumitrescu et al., but unfortunately they made several mistakes when applying it, and I wanted to make a comment to help correct the record. 

In brief, though the Dumitrescu work deals with a deuteron nucleus and calculates the binding of a proton and neutron, Li et al. describe it as a molecular system giving results in units incorrect by orders of magnitude.  The Dumitrescu Hamiltonian is a bit unusual compared with the majority of many-body quantum formalism in that it is a one-body model for a two-body system, so the deuteron is treated as a single particle, in which the number of occupied levels in an oscillator basis translates directly to the number of deuterons.  Mathematically, the model can give you back a "zero deutron" solution in which nothing is present.  The energy associated with that is zero, and the result is "trivial" in that there is no actual calculation to be done to get it.  Li et al. appeared not to understand any of this, and presented results as if they were all deuteron results, including the result with no deuterons present.  Thanks to some rounding, they also had the no-particle solution at a non-zero energy.  They showed how remarkably quickly their algorithm found this and other trivial solutions, not realising that these "solutions" could not test their algorithm at all.

This was one example among a few in their paper, but it seemed like enough for a comment.  Not to say that the whole paper was wrong, but to flag up some things that should not be propagating through the open literature.  

So, I wrote a brief comment paper and sent it to Physica Scripta.  I got a rejection from them, and as per IoP journal policy, there is no right to query a rejection.  If there was, I would have argued back that the referee actually agreed that misidentifying units and nuclear nature were problems in the paper (although the referee thought it possibly a "clerical error" and that it didn't matter because someone else had made the same mistake before them!).  The referee appeared not to understand probably the most important point, or just did not address it in the referee report, that the nature of the model and its trivial solutions was not understood by Li et al.  They concluded that in any case, mistakes in one example did not justify the publication of a comment.  Before submitting the comment, I checked the Physica Scripta guidance about comments to check that indeed only a single problem sufficed to justify a comment and not a slew of problems. 

Well ... I could try to find the email address of the editorial board, since the notification email I got with the judgement is from a junk address at the editorial management system, and present my case, but I feel like writing the comment paper has been shouting into the void enough, and so instead I'm writing this blog post where at least it is on the record.

edit:  Let me add, too, that I couldn't put the comment paper on the arXiv because they do not allow such things (comments on papers that are not themselves in the arXiv).  It would be nice to find somewhere to post the paper.

later edit: I stuck the comment on my institution's repository, so now it has a doi and can be cited: “Comment on “Full quantum eigensolvers based on variance” by Li et al.”, P. D. Stevenson, report, University of Surrey (2024) doi:10.15126/901326

Sunday, 1 September 2024

Working through books


To me, when learning things, I still consider books an important go-to resource.  When I was at school, I would use my pocket money for some typical child things – copies of the Beano, 7" singles, sweets, but I also, especially when a bit older, but still very much a child, bought books specifically to teach me things.  At early teenage, that was mainly computing, mathematics, astronomy and electronics, though somtimes I managed to pick up some books on what would become my main academic interest of physics.

As I became a physics student, as an undergraduate, I continued to get my own copies of books when I could afford to and/or found intereting things in second hand shops.  As time has gone on, I have carried on getting hold of books through second hand shops or websites, buying them new, getting given them by retiring colleagues, and from closing-down sections of University libraries who gave staff first refusal before dumping them.  

As of today, there are somewhere between 200 and 300 books that I can reach for when I am sitting at my desk working, and I realise that some of them I may never feel the need to pick up and open ever again.  That's not because there's nothing in the books of use or interest to me, but rather that unless I make there effort, then one day that I don't pick up a given book, followed by another, can lead to all my remaining days without making use of them.  Of course, it doesn't really matter, and I needn't let the rest of my life be dictated by what books I happen to have to hand right now, but ... I have a plan.

If I choose one book per month then I should be able to cover the collection, more or less, by the time I retire, depending when I do that, and what "retirement" means for projects like working through these books.  By "working through" I mean that I will devote as much time as I can manage in each month to reading the book, and seeing what value I can get out of it.  That might be anywhere from reminding myself of something I used to know as an undergraduate, or maybe half-learned but didn't understand once, to triggering a research project leading to an original result and a publication, to an interesting anecdote, to running a final year BSc project on the topic.

I slightly fear for my ability to strike the right balance of finding enough time to get something useful from each book without it taking up time for other things, but I'm hoping that there will be net benefit of serendipitous finds and general intellectual enrichment that will make it worthwhile.  If not, why do I even have all these books?

So, it's 1st September today, so I should pick a book for September 2024.  This is going to be a hard part of the project.  I will do that quickly, and edit this post with the result,  If you can see from the enlarged version of tha attached image anything that you want me to pick, please comment and I may well start with that.

edit: So I've had a request on X to start with Ashcroft and Mermin's Solid State Physics, and so it begins


Thursday, 22 August 2024

Solving Diophantine Equations with Grover's Algorithm

Today on the arXiv a paper appeared, written by Lara Tatli and me.  The paper is on solving Diophantine equations on a quantum computer using Grover's algorithm.  

The project started last summer when Lara (an undergraduate physics student at Durham) got in touch to ask if she could do a summer project with me.  I had an idea to use a quantum search algorithm to find roots of equations in a more efficient way than a classical algorithm might, and I suggested to her we could start looking at that.  My initial idea was very vague but I thought perhaps we could encode floating point numbers in an interesting way search for values of x which solve f(x)=0 for some hopefully interesting functions.  This "root finding" is a common basic tool of numerical analysis and many problems can be formualted this way.

When looking at how to encode the numbers on a quantum computer, it became clear that starting from the simplest case - where the numbers are just straight binary representations of integers - would be the easiest place to start, but still interesting enough.  Equations where the numbers can only take on integer values are called Diophantine equations after Diophantus of Alexandria who studied them in the 3rd century.  The standard definition of Diophantine equations has them acting in at least two variables, and a simple example is finding all the Pythagorean Triples - the set of right-angled triangles with integer sides.  The basic example there is {3,4,5} since these integers satisfy Pythagoras' theorem 32+42=52.  There are an infinite number of solutions of the equation x2+y2=z2 where x,y,z are all positive integers.  Fermat's Last theorem famously states that there are no solutions of xn+yn=zn where x, y, and z are positive integers and n is an integer greater than 2.  

Anyway - our ambition is, at this stage, at the level of a simpler Diophantine equation, and we just looked at x+y=5, arbitrarily chosen.  Here, there are lots of solutions if you allow x and y to be negative integers, while if you restrict to x,y>=0 then there are solutions (x,y)=(0,5), (1,4), (2,3), (3,2), (4,1), (5,0).  This is what we were hoping to find.  

Grover's algorithm works by constructing a quantum phase oracle that can take a linear superposition of encodings of all possible (x,y) pairs within some range of values of x and y (we encoded each with 3 bits, so from 0 to 7) and change the phase of the quantum amplitude for each component of the linear superposition that represents a valid solution.  Then a neat trick uses quantum interference to amplify those states which had been marked out, while reducing the amplitude of the others.  In general several cycles of this marking and amplification can be needed to pick out the answers, but - crucially - fewer cycles than a non-quantum search.  It's a very standard quantum algorithm, first worked out by Grover in the 90s.  Applying it to simple Diophantine equations like we have done doesn't seem to be something that people have done before, though I dare say now our paper is up on arXiv, someone will come along and point out that it has been implemented already.  It's a pretty simple thing, but has the potential to be worked up in to a more powerful solver of more interesting equations.

Here's the final plot from the paper where we show the quantum state of the quantum comptuer after two iterations of Grover's algorithm, where we see that there are four quantum states picked out which we have labelled with the encoding of the x and y values.  If you split the 6-bit binary strings into two 3-bit strings for the values of x and y, you'll see they add up to 5.



Tuesday, 16 July 2024

What Englishman?

In older scientific journals,  you get the situation where one paper would end half way down a page and the next article would start on the same page.  So when, in this modern age, we download a pdf of a paper, we sometimes get the start of another paper, and sometimes they can be interesting things, if only because they are very much of their time and not something that we would deliberately download to read for its enduring relevance. 

I was prompted, by a talk at the CNR*24 conference that I went to last week, to look at a paper by Eugene Wigner entitled "Nuclear Reactions and Level Widths", Am. J. Phys. 17, 99 (1949).  The journal it's in - the American Journal of Physics - is a long-running educational journal with articles aimed at those interested in teaching physics, generally at the undergraduate level.  I am yet to read through the paper, but I did see on the last page an extra thing which is a poem reproduced from the British satirital magazine Punch.  I reproduce an excerpt as (I hope) fair usage, since I think the poem is still in copyright.  It's about some characters in electromagnetism and begins:

and then in verse 4 we have


where the "Englishman" referred to is James Watt (scientist, not the BrewDog guy).  I'm sure Scots everywhere will snort Irn Bru out their noses at this claim of Watt's nationality. 

I do remember Punch from the final years of its existence.  It carried on until 1992 (and was revived briefly later).  I don't think I ever read it much outside doctors' waiting rooms but I did struggle to see what ever was funny about it.  Perhaps I was too young to appreciate it, but perhaps also it was a rather old and conservative kind of humour.  Anyway, the poem, lighthearted in style as it is written, has an unwelcome nationalism to it, as well as that affectation that still continues to this day – that it's just fine to be a kind of intellectual and at the same time to admit in a happy way that you don't understand science.

Tuesday, 9 July 2024

Oh Vienna

 I'm making my first trip to the International Atomic Energy Agency (IAEA), my first trip to Vienna, and my first trip to Austria.  I'm attending the CNR'24 (Compound Nuclear Reaction) conference on the IAEA premises which is part of the UN buildings in Vienna.  It's a pretty amazing and iconic venue, though having to go through airport-type security to get in is a slight pain.  

The compound nucleus is the name given to the state of a reacting nucleus that occurs typically after the capture of a neutron or a heavier ion to form a highly excited state which is relatively long-lived and which quickly redistributes the nucleons from the impinging system in such a way that details of the initial reaction are 'forgotten' by the system.  The picture is sometimes given of marbles sitting in shallow bowl, or depression, with another marble coming in from outside with enough energy to pass through the depression, except that it knocks into the marbles already in there, shares its kinetic energy with them so that it gets captured and no individual marble has enough energy to leave.  In principle there is enough energy there so that after enough collisions one of the marbles can be kicked out, and eventually, in a frictionless ideal situation, such an even will happen.  In real compound nuclei sometimes this does really happen, and very narrow neutron resonances can be found which correspond to very long-lived states.  

The term "compound nucleus" was coined by Niels Bohr in the early days of nuclear physics when trying to understand some of the first-observed phenomena in nuclei and its impressive that the ideas were sufficiently correct that they have survived today.  Some of the calculations I am interested in, such as those creating giant resonances, causing fission, or during fusion to make superheavy elements, have this compound nuclear state as an intermediate nucleus.  I've never really thought about the properties of this compound nucleus in detail, but having talked to one of the conference co-organisers earlier in the year, I realised that I would find the conference pretty interesting, and so it has been.

I've been to many conferences over the years, and one of the things I've seen is the people who enjoy meeting up with colleagues who they have seen throughout their careers at different occasions and throguh such meetings form friendships which endure over the years.  I've somewhat felt that that's part of the conference experience that I've missed out on, partly through a natural diffidence that has perhaps affected my ability to form friendships outside of my professional life as much as in it, but here I have indeed bumped into a few people who I have really been able to catch up with and talk about the last time we have seen each other, mixing up asking about latest work results alongside how they are doing and how life has changed since seeing each other last.  It's a nice part of the conference experience.

Here's my obligatory blogpost picture - me standing in the plaza area of the UN complex


 

Wednesday, 3 July 2024

Proceedings from COMEX

 Last year, I attended COMEX7 in Catania, Italy.  This week, I spied a big brown envelope for me in the post room at work, and saw that it was from Italy, and couldn't quite figure out what might be inside.  At first I wondered if it was a hard copy of the new NuPECC Long Range Plan document.  But, no, it was a hard copy of the COMEX7 proceedings, published in a special issue of Nuovo Cimento C. 

Nuovo Cimento is a famous journal from Italy, set up by the Italian Physical Society, in which many interesting articles have appeared over the years - particularly on theoretical physics, and particularly from some of the famous Italian names, such as Fermi and Majorana.  As happens with many journals the original Nuovo Cimento split into different series with different specialities, and eventually almost all of them merged with other European national journals to form the European Physical Journal series.  But a few rump Nuovo Cimento journals live on.  Nuovo Cimento C survives to publish proceedings of conference and workshops held (mainly? solely?) in Italy.  And so, I have a hard copy of a special edition of this famous and historic journal, which includes my first, and perhaps only, Nuovo Cimento paper

The front cover

My paper!

 

Friday, 21 June 2024

2023 Journal Impact Factors

I see that the 2023 Journal Impact Factors (JIFs) have been announced.  While I take them with a pinch of salt, as I am able to judge quality of articles by actually reading them, JIFs are an interesting artifact of the research environment, not least because so many people seem to take them seriously.

In the "PHYSICS, NUCLEAR" category, there are 20 journals, with the top two predictably being review-only journals.  For the regular journals, where you can openly submit papers, there are not too many surprises:  The journals which combine particle and nuclear phsyics, but which are nevertheless included in the "PHYSICS, NUCLEAR" category, do better than nuclear-physics-only journals.  So Physics Letters B, Chinese Physics C and J Phys G outrank Phys Rev C, European Physical Journal A and Nuclear Physics A.    

The one unexpected result for me is the high score of Nuclear Science and Techniques.  The journal combines nuclear physics of the sort I do, with "nuclear science" - meaning things to do with applications of nuclear physics, such as nuclear reactors, or radiation physics.  Such areas do not usually bring JIFs up as applied physics tends not to be highly cited.  The journal has been somewhat under my radar.  I don't make a habit of looking there for new papers, though I see there are some interesting nuclear physics papers there, alongside nuclear science articles a bit far from my main interests.  It's a China-based journal, though published by Springer, and the authorship is heavily China-based.  

One may speculate why it is doing so well in impact factor. The JIF number has jumped out quite a bit this year to put it in the top quartile by category.  I don't know the answer as to why.  It may simply be the fact that the journal is heavily used in China and the volume of reesarch coming out from China, whose authors are aware of and citing other work from China, is ever-increasing.  Let me know what you think!

Since I like to include a picture for each post, I scanned a list of open access papers in the journal and found the one closest to my own interests - The 5𝛼 Condensate State in Ne-20 by non-Chinese author Takahiro Kawabata.  It shows a schematic picture of an alpha-cluster state in neon-20 compared to the non-clustered ground state.