Computational chemistry experiments performed directly on a blockchain virtual computer

in #blockchain4 years ago (edited)

Computational chemistry experiments performed directly on a blockchain virtual computer

Magnus W. D. Hanson-Heine  *a  and  Alexander P. Ashmoreb  

a School of Chemistry, University of Nottingham, University Park, Nottingham NG7 2RD, UK
E-mail: [email protected]

b School of Computing and Communications, The Open University, Walton Hall, Kents Hill, Milton Keynes MK7 6AA, UK

Abstract

Blockchain technology has had a substantial impact across multiple disciplines, creating new methods for storing and processing data with improved transparency, immutability, and reproducibility. These developments come at a time when the reproducibility of many scientific findings has been called into question, including computational studies. Here we present a computational chemistry simulation run directly on a blockchain virtual machine, using a harmonic potential to model the vibration of carbon monoxide. The results demonstrate for the first time that computational science calculations are feasible entirely within a blockchain environment and that they can be used to increase transparency and accessibility across the computational sciences.

Graphical abstract: Computational chemistry experiments performed directly on a blockchain virtual computer


Distributed ledger technology has become an area of significant interest since the release of the first blockchain based crypto-currency, Bitcoin, in 2008.1 Since then blockchains have been used to increase transparency, immutability, and resistance to censorship in many areas outside of finance, including improving the reliability of medical trials,2 increasing energy efficiency,3 and allowing transparent and censorship resistant computation.4 The development of blockchain computation opens up the possibility of running computational science experiments. However, physical simulations have not previously been performed directly on blockchain virtual machines, and the first simulation of this kind is presented here.

Open public blockchains aim to create an electronic ledger with a provably tamperproof record of data that is available for anyone to review or add to in perpetuity without the possibility of censorship by a third party. This is carried out principally using a cryptographic hashing function that maps variable length input data to a fixed-length output called a hash. Any change to the input results in an unpredictable change to the hash, and blocks of newly appended data are required to contain a hash of the previous block so that revisions will invalidate the hash of the subsequent block and allow changes to be identified and removed automatically using a process known as “proof-of-work”.1 The details of how proof-of-work operates to maintain these properties have been discussed elsewhere.1,4

Several studies now indicate that a significant amount of the scientific literature cannot be replicated across a wide range of disciplines. In 2015 Aarts et al. examined reproducibility in the psychological scientific literature and found just over a third of the reproduced studies yielded statistically significant results compared to 97% of the original publications, with replication rates of roughly half in cognitive psychology and roughly a quarter in social psychology.5 A 2016 study of the economics literature by Camerer et al. found that ca. 39% of the sampled studies could not be replicated,6 and a 2018 study found that ca. 38% of social and behavioural science papers could not be replicated even when sampled exclusively from the journals Nature and Science.7 A 2008 meta-analysis by Fanelli also indicated that roughly 2% of the scientists surveyed had admitted to fabricating, falsifying or modifying data or results at least once, with roughly a third admitting to “other questionable research practices”,8 further emphasising the importance of replication.

Although reproducibility rates are expected to be higher in the computational sciences where simulations made up of a finite set of operations carried out on a deterministic computer allow for bit-for-bit replication, several publications have indicated that replication difficulties persist in fields as diverse as computational chemistry,9 harmonic analysis,10 and neuroscience.11,12 Computational replication is often hindered by a lack of access to the original output data, input files, software, hardware, and workflow, which can be difficult to maintain over extended periods of time.13 Reliably storing and accessing data can also be complicated by scientific censorship.14 Many rejections in peer-reviewed journals are due to quality control. However, there is evidence that some journal editors and referees can be hostile to work that challenges their current beliefs,15–22 which can delay or even prevent researchers from gaining access to peer-reviewed archiving services. In extreme cases, governments have also been known to remove or restrict access to the data provided by peer-reviewed journals.23–25

In 2015 the Ethereum network became the first instance of a blockchain acting as a virtual computer capable of performing general computation.4 Blockchain based computational science experiments can in principle solve many of the problems discussed for physical simulations by providing an effectively unchangeable record of the computational environment, including the exact piece of software used, a complete record of the associated computational steps, and open access for review and replication. However, computational science experiments using blockchains have not previously been performed. Software has not yet been developed to facilitate this kind of calculation, blockchains are not currently optimized for running these types of calculation, and the computational power of blockchains is still very limited compared to that of most conventional computers.

In order to prove that physical simulations can be performed using a blockchain, an atomistic molecular dynamics simulation was performed for the carbon monoxide molecule over a 40 fs time scale with a harmonic potential used to model the carbon–oxygen molecular bond. Software compatible with the Ethereum blockchain was written in the Solidity programming language in order to run a diatomic molecular dynamics trajectory with a variation of the velocity Verlet algorithm used to integrate Newton's equations of motion in atomic units.26 The simulation was executed for 400 time steps of 0.1 fs with an initial bond length of 120 pm. The model used an equilibrium bond length parameter of 112.8 pm and a force constant of 1855 N m−1, together with the masses of 12C and 16O assigned to the atoms, in order to model carbon monoxide. An equivalent simulation was written using the C# programming language, and executed on a local machine for comparison.

The molecular dynamics trajectories in Fig. 1 show that simulations of this kind can be performed entirely within a blockchain environment, and that doing so produces an identical output to local execution on a conventional machine within user specified precision of 1 × 10−10 a0. The details of this precision threshold, both algorithms, and their outputs can be found in the ESI. The simulation that was carried out on the Ethereum network was also recorded on the blockchain in real time. The addition of both the code and simulation output into blocks of data on the blockchain happened as part of the process of running the simulation, and these entries can be used to track the provenance of the data for review and replication studies. The hashes and block numbers corresponding to these data on the Ethereum blockchain are included in the ESI in addition to the discussion below, and can be used to both access the data and validate that the simulation record remains unchanged.

Fig. 1 Molecular dynamics trajectories showing bond length variation over time for (a) the trajectory coded in C# and run on a local computer, and (b) the rescaled trajectory coded in Solidity and run on the Ethereum blockchain.

Timing when experiments occur can also be important for a number of reasons. When similar discoveries are made by independent researchers, the claims to the discoveries are often adjudicated based on when the specific observations or calculations were made, with famous examples including the controversy between Leibniz and Newton over who invented calculus. Knowing the order in which experiments were carried out is also useful when analyzing methods of hypothesis testing and conclusion formation that can differ depending on the order in which observations happen. An important property of many blockchains, including Ethereum, is therefore the creation of an internal chronology. New blocks are appended regularly, and the designed immutability of old data means that the position which calculations have in the blockchain acts as an automatic time stamp that can be used to verify the order in which they were performed. The computational complexity of solving the hashing function needed to append data is also commonly modified to give a regular time interval between blocks that can be used to approximate timings between different blockchains.1,4 In this case a preliminary trajectory of 10 time steps (1 fs) was run on the Ethereum blockchain prior to the main production run. The two trajectories have been recorded in blocks 9 360 161 and 9 360 178, respectively. This information provides an effective time stamp showing the order in which these simulations were performed. The output data and blockchain address of the preliminary simulation are also given in the ESI, and the transaction and block details for both simulations are shown in Fig. 2.

Fig. 2 Transaction and block data for the 1 fs preliminary molecular dynamics trajectory (top panel) and the 40 fs production molecular dynamics trajectory (bottom panel).

The complexity and length of these simulations are currently limited by the capacity of the available blockchains. The Ethereum block for the production simulation was generated in ca. 11 s compared to a ca. 135 ms execution time for the C# simulation when executed on a standalone desktop machine running with a i7-4790k CPU and 32 GB of 1333 MHz DDR3 RAM. Each simulation was also recorded in a single block so as to avoid the need for manual interaction with the blockchain during their execution. While the exact computational power of the Ethereum network is variable, the network has a fixed limit to the maximum amount of computation that can be performed as part of generating a single block. This computational limit is measured in units known as gas, and is currently set at 10 000 000 gas at the time of writing. A more detailed description of the relationship between gas and computational operations can be found in the ESI and associated resources. However, at this time we were unable to significantly increase the complexity of the simulation beyond the level reported. By comparison, large scale distributed computational science resources operating without distributed ledger technology can have significant computational throughput and storage requirements, with the well known example of the Folding@Home protein folding network reportedly calculating over 1 × 1018 operations per second earlier this year. Significant advancements in blockchain computer science and developments in combining “on-chain” and “off-chain” calculation data are therefore necessary before blockchain calculations can become a routine method for performing computational experiments.

Conclusions

These results show that simulations of this kind are possible and that there can be significant benefits to using blockchains for computational science. The ability to run computational experiments with the properties outlined is expected to have an increasing impact across the computational sciences as the capacity of these blockchains continues to scale, and current plans to introduce blockchain database sharding to the Ethereum network are expected to produce a greater than 1000 fold increase in the computational throughput in the near future. Furthermore, running hybrid computational experiments that use blockchain based calculation and storage for certain parts of an experiment, and conventional off-chain computers for others, may allow some of these advantages to be introduced selectively at a significantly reduced computational cost.

Conflicts of interest

The authors declare no competing financial interest.

References

  1. S.Nakamoto, Bitcoin: A Peer-to-Peer Electronic Cash System, 2008, https://bitcoin.org/bitcoin.pdf, accessed June 22, 2019.
  2. D. R. Wong , S. Bhattacharya and A. J. Butte , Nat. Commun., 2019, 10 , 917 CrossRef PubMed .
  3. M. Andoni , V. Robu , D. Flynn , S. Abram , D. Geach , D. Jenkins , P. McCallum and A. Peacock , Renewable Sustainable Energy Rev., 2019, 100 , 143 —174 CrossRef .
  4. V.Buterin, A Next-Generation Smart Contract and Decentralized Application Platform, 2014, https://cryptorating.eu/whitepapers/Ethereum/Ethereum_white_paper.pdf, accessed November 13, 2019.
  5. A. A. Aarts , J. E. Anderson , C. J. Anderson , P. R. Attridge , A. Attwood , J. Axt , M. Babel , Š. Bahník , E. Baranski , M. Barnett-Cowan , E. Bartmess , J. Beer , R. Bell , H. Bentley , L. Beyan , G. Binion , D. Borsboom , A. Bosch , F. A. Bosco , S. D. Bowman , M. J. Brandt , E. Braswell , H. Brohmer , B. T. Brown , K. Brown , J. Brüning , A. Calhoun-Sauls , S. P. Callahan , E. Chagnon , J. Chandler , C. R. Chartier , F. Cheung , C. D. Christopherson , L. Cillessen , R. Clay , H. Cleary , M. D. Cloud , M. Cohn , J. Cohoon , S. Columbus , A. Cordes , G. Costantini , L. D. C. Alvarez , E. Cremata , J. Crusius , J. DeCoster , M. A. DeGaetano , N. D. Penna , B. d. Bezemer , M. K. Deserno , O. Devitt , L. Dewitte , D. G. Dobolyi , G. T. Dodson , M. B. Donnellan , R. Donohue , R. A. Dore , A. Dorrough , A. Dreber , M. Dugas , E. W. Dunn , K. Easey , S. Eboigbe , C. Eggleston , J. Embley , S. Epskamp , T. M. Errington , V. Estel , F. J. Farach , J. Feather , A. Fedor , B. Fernández-Castilla , S. Fiedler , J. G. Field , S. A. Fitneva , T. Flagan , A. L. Forest , E. Forsell , J. D. Foster , M. C. Frank , R. S. Frazier , H. Fuchs , P. Gable , J. Galak , E. M. Galliani , A. Gampa , S. Garcia , D. Gazarian , E. Gilbert , R. Giner-Sorolla , A. Glöckner , L. Goellner , J. X. Goh , R. Goldberg , P. T. Goodbourn , S. Gordon-McKeon , B. Gorges , J. Gorges , J. Goss , J. Graham , J. A. Grange , J. Gray , C. Hartgerink , J. Hartshorne , F. Hasselman , T. Hayes , E. Heikensten , F. Henninger , J. Hodsoll , T. Holubar , G. Hoogendoorn , D. J. Humphries , C. O.-Y. Hung , N. Immelman , V. C. Irsik , G. Jahn , F. Jäkel , M. Jekel , M. Johannesson , L. G. Johnson , D. J. Johnson , K. M. Johnson , W. J. Johnston , K. Jonas , J. A. Joy-Gaba , H. B. Kappes , K. Kelso , M. C. Kidwell , S. K. Kim , M. Kirkhart , B. Kleinberg , G. Knežević , F. M. Kolorz , J. J. Kossakowski , R. W. Krause , J. Krijnen , T. Kuhlmann , Y. K. Kunkels , M. M. Kyc , C. K. Lai , A. Laique , D. Lakens , K. A. Lane , B. Lassetter , L. B. Lazarević , E. P. LeBel , K. J. Lee , M. Lee , K. Lemm , C. A. Levitan , M. Lewis , L. Lin , S. Lin , M. Lippold , D. Loureiro , I. Luteijn , S. Mackinnon , H. N. Mainard , D. C. Marigold , D. P. Martin , T. Martinez , E. J. Masicampo , J. Matacotta , M. Mathur , M. May , N. Mechin , P. Mehta , J. Meixner , A. Melinger , J. K. Miller , M. Miller , K. Moore , M. Möschl , M. Motyl , S. M. Müller , M. Munafo , K. I. Neijenhuijs , T. Nervi , G. Nicolas , G. Nilsonne , B. A. Nosek , M. B. Nuijten , C. Olsson , C. Osborne , L. Ostkamp , M. Pavel , I. S. Penton-Voak , O. Perna , C. Pernet , M. Perugini , R. N. Pipitone , M. Pitts , F. Plessow , J. M. Prenoveau , R.-M. Rahal , K. A. Ratliff , D. Reinhard , F. Renkewitz , A. A. Ricker , A. Rigney , A. M. Rivers , M. Roebke , A. M. Rutchick , R. S. Ryan , O. Sahin , A. Saide , G. M. Sandstrom , D. Santos , R. Saxe , R. Schlegelmilch , K. Schmidt , S. Scholz , L. Seibel , D. F. Selterman , S. Shaki , W. B. Simpson , H. C. Sinclair , J. L. M. Skorinko , A. Slowik , J. S. Snyder , C. Soderberg , C. Sonnleitner , N. Spencer , J. R. Spies , S. Steegen , S. Stieger , N. Strohminger , G. B. Sullivan , T. Talhelm , M. Tapia , A. t. Dorsthorst , M. Thomae , S. L. Thomas , P. Tio , F. Traets , S. Tsang , F. Tuerlinckx , P. Turchan , M. Valášek , A. E. v. t. Veer , R. V. Aert , M. v. Assen , R. v. Bork , M. v. d. Ven , D. v. d. Bergh , M. v. d. Hulst , R. v. Dooren , J. v. Doorn , D. R. v. Renswoude , H. v. Rijn , W. Vanpaemel , A. V. Echeverría , M. Vazquez , N. Velez , M. Vermue , M. Verschoor , M. Vianello , M. Voracek , G. Vuu , E.-J. Wagenmakers , J. Weerdmeester , A. Welsh , E. C. Westgate , J. Wissink , M. Wood , A. Woods , E. Wright , S. Wu , M. Zeelenberg and K. Zuni , Science, 2015, 349 , aac4716 CrossRef PubMed .
  6. C. F. Camerer , A. Dreber , E. Forsell , T.-H. Ho , J. Huber , M. Johannesson , M. Kirchler , J. Almenberg , A. Altmejd , T. Chan , E. Heikensten , F. Holzmeister , T. Imai , S. Isaksson , G. Nave , T. Pfeiffer , M. Razen and H. Wu , Science, 2016, 351 , 1433 CrossRef CAS PubMed .
  7. C. F. Camerer , A. Dreber , F. Holzmeister , T.-H. Ho , J. Huber , M. Johannesson , M. Kirchler , G. Nave , B. A. Nosek , T. Pfeiffer , A. Altmejd , N. Buttrick , T. Chan , Y. Chen , E. Forsell , A. Gampa , E. Heikensten , L. Hummer , T. Imai , S. Isaksson , D. Manfredi , J. Rose , E.-J. Wagenmakers and H. Wu , Nat. Hum. Behav., 2018, 2 , 637 —644 CrossRef PubMed .
  8. D. Fanelli PLoS One, 2009, 4 , e5738 CrossRef PubMed .
  9. F.-X. Coudert Chem. Mater., 2017, 29 , 2615 —2617 CrossRef CAS .
  10. D. L. Donoho , A. Maleki , I. U. Rahman , M. Shahram and V. Stodden , Comput. Sci. Eng., 2009, 11 , 8 —18 Search PubMed .
  11. T. Manninen , R. Havela and M.-L. Linne , Front. Neuroinf., 2017, 11 , 11 Search PubMed .
  12. M. Miłkowski , W. M. Hensel and M. Hohol , J. Comput. Neurosci., 2018, 45 , 163 —172 CrossRef PubMed .
  13. N. P. Rougier , K. Hinsen , F. Alexandre , T. Arildsen , L. A. Barba , F. C. Y. Benureau , C. T. Brown , P. de Buyl , O. Caglayan , A. P. Davison , M. A. Delsuc , G. Detorakis , A. K. Diem , D. Drix , P. Enel , B. Girard , O. Guest , M. G. Hall , R. N. Henriques , X. Hinaut , K. S. Jaron , M. Khamassi , A. Klein , T. Manninen , P. Marchesi , D. McGlinn , C. Metzner , O. Petchey , H. E. Plesser , T. Poisot , K. Ram , Y. Ram , E. Roesch , C. Rossant , V. Rostami , A. Shifman , J. Stachelek , M. Stimberg , F. Stollmeier , F. Vaggi , G. Viejo , J. Vitay , A. E. Vostinar , R. Yurchak and T. Zito , PeerJ Comput. Sci., 2017, 3 , e142 CrossRef .
  14. B. Martin Account. Res., 1999, 6 , 333 —372 CrossRef PubMed .
  15. B. Barber Science, 1961, 134 , 596 CrossRef CAS PubMed .
  16. M. J. Mahoney Soc. Stud. Sci., 1979, 9 , 349 —375 CrossRef .
  17. D. F. Horrobin J. Am. Med. Assoc., 1990, 263 , 1438 —1441 CrossRef CAS PubMed .
  18. W. M. Epstein Sci. Technol. Hum. Values, 1990, 15 , 9 —38 CrossRef .
  19. J. M. Campanario Sci. Commun., 1995, 16 , 304 —325 CrossRef .
  20. J. S. Armstrong INFORMS J. Appl. Anal., 1996, 26 , 25 —55 CrossRef .
  21. J. S. Armstrong Sci. Eng. Ethics, 1997, 3 , 63 —84 CrossRef .
  22. J. M. Campanario Scientometrics, 2009, 81 , 549 —565 CrossRef .
  23. W. D. Carey Science, 1983, 219 , 911 CrossRef CAS PubMed .
  24. U. Hoßfeld and L. Olsson , Nature, 2006, 443 , 271 CrossRef PubMed .
  25. M. Y. H. Wong and Y.-h. Kwong , PS Political Sci. Politics, 2019, 52 , 287 —292 CrossRef .
  26. W. C. Swope , H. C. Andersen , P. H. Berens and K. R. Wilson , J. Chem. Phys., 1982, 76 , 637 —649 CrossRef CAS .

Footnote

  1.  Electronic supplementary information (ESI) available. See DOI: 10.1039/d0sc01523g

Original Paper: https://pubs.rsc.org/en/Content/ArticleLanding/2020/SC/D0SC01523G

Citation: Hanson-Heine, M. W. D.; Ashmore, A. P., Computational chemistry experiments performed directly on a blockchain virtual computer. Chem. Sci. 2020, 11 (18), 4644-4647.

This article is licensed under a Creative Commons Attribution 3.0 Unported Licence. Material from this article can be used in other publications provided that the correct acknowledgement is given with the reproduced material.

Published by The Royal Society of Chemistry.

Coin Marketplace

STEEM 0.27
TRX 0.12
JST 0.031
BTC 57842.09
ETH 2895.96
USDT 1.00
SBD 3.56